From 302f24957800241c75deccaf092037372d3c0b08 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 28 Jan 2026 23:42:27 +0000 Subject: [PATCH] community: Update discourse to v2026.1 (ESR) --- cookbooks/community/recipes/default.rb | 2 +- cookbooks/community/templates/default/web_only.yml.erb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index e4a46f9fd..b5540aede 100644 --- a/cookbooks/community/recipes/default.rb +++ b/cookbooks/community/recipes/default.rb @@ -63,7 +63,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 "be223ac03aa41e07ea1814038f20db0c5450e8d8" + revision "a43dcf84b9f331292a834e03864b2e05a6db067c" 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 4d39d6ec2..5072cd83c 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -19,10 +19,10 @@ links: # any extra arguments for Docker? # docker_args: -# Latest Version v3.5.3 -# Discourse only support tests-passed and stable branches +# Latest Version v2026.1 (ESR) +# Discourse only support tests-passed and esr branches params: - version: stable + version: esr env: LC_ALL: en_US.UTF-8 -- 2.39.5