From a5bd9aef6e5a6de124f3d98bab305e438d46846a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 26 Aug 2026 09:12:33 +0100 Subject: [PATCH] community: Bump to latest ESR release --- 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 2418e96c9..a6bd473e0 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 "ed9f680b0df1de28f062de1769d89d22b2644d1b" + revision "00595119c368c0aef7d7019ec66ffc8fa51cce79" 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 a7fadefd8..2d15f5598 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -19,7 +19,7 @@ links: # any extra arguments for Docker? # docker_args: -# Latest Version 2026.7.1 (ESR) +# Latest Version v2026.7.2 (ESR) # Discourse does not support downgrades # release/2026.1, release/2026.7, esr are supported tags params: -- 2.47.3