]> git.openstreetmap.org Git - chef.git/commitdiff
community: upgrade discourse to v2.8.9
authorGrant Slater <github@firefishy.com>
Sun, 2 Oct 2022 01:39:42 +0000 (02:39 +0100)
committerGrant Slater <github@firefishy.com>
Sun, 2 Oct 2022 01:39:42 +0000 (02:39 +0100)
cookbooks/community/templates/default/web_only.yml.erb

index a1b1fa41b9c3013da369d2a3d4ee06a65b23346b..975e13c967550a1fb0b9364c06ea95163761586a 100644 (file)
@@ -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"