From: Grant Slater Date: Sun, 2 Oct 2022 01:39:42 +0000 (+0100) Subject: community: upgrade discourse to v2.8.9 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/43e9fe5c1b863d18553714ea7ad08e9f061bf9a4 community: upgrade discourse to v2.8.9 --- diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index a1b1fa41b..975e13c96 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.8 +# version: v2.8.9 env: LC_ALL: en_US.UTF-8 @@ -99,8 +99,8 @@ hooks: - exec: cd: $home cmd: - - git fetch --depth=1 origin tag v2.8.8 --no-tags - - git checkout v2.8.8 + - git fetch --depth=1 origin tag v2.8.9 --no-tags + - git checkout v2.8.9 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf"