From 7836fd57e8e468905bec5adbf4c98552d376a1f0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 23 Mar 2022 19:28:41 +0000 Subject: [PATCH] community: Bump discourse to v2.8.2 --- cookbooks/community/templates/default/web_only.yml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index f0d1c855b..1aba518a1 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -97,8 +97,8 @@ hooks: - exec: cd: $home cmd: - - git fetch --depth=1 origin tag v2.8.1 --no-tags - - git checkout v2.8.1 + - git fetch --depth=1 origin tag v2.8.2 --no-tags + - git checkout v2.8.2 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf" -- 2.45.2