]> git.openstreetmap.org Git - chef.git/commitdiff
community: upgrade discourse to v2.8.6
authorGrant Slater <git@firefishy.com>
Wed, 13 Jul 2022 12:44:13 +0000 (15:44 +0300)
committerGrant Slater <git@firefishy.com>
Wed, 13 Jul 2022 12:44:13 +0000 (15:44 +0300)
cookbooks/community/templates/default/web_only.yml.erb

index b70599f59f01b421c1205ce1746e7ff7c7ba4b55..42e734e5dd8536cb71b18d4ee7f0b9e787b27cb8 100644 (file)
@@ -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"