From de4efb2c4ba0b6026b79b4684f1a836077bc72da Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 24 Mar 2026 13:11:49 +0000 Subject: [PATCH] community: upgrade discourse to 2026.1.2 (ESR) --- 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 85e63d86e..6a45d2dcc 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 "b6b4f427ec8ebf2755d771b5c5686a4a793525e7" + revision "cfc1ce28054d64d26808545fa5e69660a234c530" 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 c067f0a3f..2f7ae3e78 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.1.1 (ESR) +# Latest Version 2026.1.2 (ESR) # Discourse only support tests-passed and esr branches params: version: esr -- 2.39.5