From 476579051e7d81aefdcb5afb26325157fd26cdf3 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 12 Mar 2026 15:15:19 +0000 Subject: [PATCH] community: Bump to latest discourse 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 1f1ec9dd5..85e63d86e 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 "a43dcf84b9f331292a834e03864b2e05a6db067c" + revision "b6b4f427ec8ebf2755d771b5c5686a4a793525e7" 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 5072cd83c..c067f0a3f 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 v2026.1 (ESR) +# Latest Version 2026.1.1 (ESR) # Discourse only support tests-passed and esr branches params: version: esr -- 2.39.5