From 6a3ca7813e77c2eae1593b7096bc74edf337c512 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 30 Jul 2026 09:20:29 +0100 Subject: [PATCH] community: bump release to latest release/2026.1 --- cookbooks/community/recipes/default.rb | 2 +- cookbooks/community/templates/default/web_only.yml.erb | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cookbooks/community/recipes/default.rb b/cookbooks/community/recipes/default.rb index 4576065ea..f279766af 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 "288c4c65f2132be49b55591c71ab050056520351" + revision "7d4fa59e2390c3c1642a6b419bc576a4da96ceaf" 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 cba53c326..2f2819e09 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -19,10 +19,11 @@ links: # any extra arguments for Docker? # docker_args: -# Latest Version 2026.1.5 (ESR) -# Discourse only support tests-passed and esr branches +# Latest Version 2026.7.1 (ESR) +# Discourse does not support downgrades +# release/2026.1, release/2026.7, esr are supported tags params: - version: esr + version: release/2026.1 env: LC_ALL: en_US.UTF-8 -- 2.47.3