From 8642bf2e787d83e802e0d4b6e4cac57928128291 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 10 May 2018 14:47:04 +0000 Subject: [PATCH] Update etherpad to 1.6.6 Etherpad release 1.6.6 restores the pre-1.6.4 font alignment behavior so line numbers will match their corresponding text content again. This is the version currently running on etherpad-dev and exhibits no obvious regressions. Updating now also gives us over a week to detect any new issues before the service comes under heavy use at the Summit/Forum/OpenDev event. Change-Id: Id3a7b4d4dd41f046658b116e4d898def2abc4ba7 --- modules/openstack_project/manifests/etherpad.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/etherpad.pp b/modules/openstack_project/manifests/etherpad.pp index 6fceea8626..bbe78f72e1 100644 --- a/modules/openstack_project/manifests/etherpad.pp +++ b/modules/openstack_project/manifests/etherpad.pp @@ -12,7 +12,7 @@ class openstack_project::etherpad ( ) { class { 'etherpad_lite': ep_ensure => 'latest', - eplite_version => '1.6.5', + eplite_version => '1.6.6', nodejs_version => '6.x', }