From: Grant Slater Date: Wed, 13 Jul 2022 12:44:13 +0000 (+0300) Subject: community: upgrade discourse to v2.8.6 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/02911f8e003d6a9e683a0cc34b30486d4f341a7d?ds=sidebyside community: upgrade discourse to v2.8.6 --- diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index b70599f59..42e734e5d 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -21,7 +21,7 @@ links: # Workaround bug: https://github.com/discourse/discourse_docker/pull/505 # params: -# version: v2.8.4 +# version: v2.8.6 env: LC_ALL: en_US.UTF-8 @@ -97,8 +97,8 @@ hooks: - exec: cd: $home cmd: - - git fetch --depth=1 origin tag v2.8.4 --no-tags - - git checkout v2.8.4 + - git fetch --depth=1 origin tag v2.8.6 --no-tags + - git checkout v2.8.6 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf"