From c4a4b39df02bc5cb7e65e9b7391767d257709eb7 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 15 Sep 2026 18:27:31 +0100 Subject: [PATCH] community: Bump discourse release to latest on ESR branch --- cookbooks/community/recipes/default.rb | 2 +- cookbooks/community/templates/default/web_only.yml.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index a6bd473e0..d42ddef47 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -76,7 +76,7 @@ git "/srv/community.openstreetmap.org/docker" do action :sync repository "https://github.com/discourse/discourse_docker.git" # DANGER launch wrapper automatically updates git repo if rebuild method used: https://github.com/discourse/discourse_docker/blob/107ffb40fe8b1ea40e00814468db974a4f3f8e8f/launcher#L799 - revision "00595119c368c0aef7d7019ec66ffc8fa51cce79" + revision "3d59f344f05020d01a1bc9a2e7805536f2793163" user "root" group "root" notifies :run, "notify_group[discourse_container_new_data]" diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 99a31f779..2828be0f4 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -21,7 +21,7 @@ links: # Latest Version v2026.7.2 (ESR) security bump # Discourse does not support downgrades -# release/2026.1, release/2026.7, esr are supported tags +# release/2026.7, esr are supported tags params: version: esr -- 2.47.3