]> git.openstreetmap.org Git - chef.git/commitdiff
discourse: upgrade to v2.8.11
authorGrant Slater <github@firefishy.com>
Mon, 14 Nov 2022 21:46:58 +0000 (21:46 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 14 Nov 2022 21:46:58 +0000 (21:46 +0000)
cookbooks/community/templates/default/web_only.yml.erb

index acae31577b32fcba735c606d13cec10d2185447a..d421f1081259d5100920a4f20cbab424dcecf9d4 100644 (file)
@@ -21,7 +21,7 @@ links:
 
 # Workaround bug: https://github.com/discourse/discourse_docker/pull/505
 # params:
-#  version: v2.8.10
+#  version: v2.8.11
 
 env:
   LC_ALL: en_US.UTF-8
@@ -99,8 +99,8 @@ hooks:
     - exec:
         cd: $home
         cmd:
-          - git fetch --depth=1 origin tag v2.8.10 --no-tags
-          - git checkout v2.8.10
+          - git fetch --depth=1 origin tag v2.8.11 --no-tags
+          - git checkout v2.8.11
   after_ssl:
     - replace:
         filename: "/etc/nginx/conf.d/discourse.conf"