From 09ba246e628984b55906e8f4274332f35b791730 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 30 Sep 2025 22:11:24 +0100 Subject: [PATCH] community: Update discourse to v3.5.1 --- 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 3b2042161..83616c655 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 "bea85a5690baca2acc8ebb8b2f58bf5a49d2e766" + revision "b81256c5f1fc1b43ffc52f492cb2935ba9825a2c" 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 e586d8df0..e28920471 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -20,7 +20,7 @@ links: # any extra arguments for Docker? # docker_args: -# Latest Version v3.5.0 +# Latest Version v3.5.1 # Discourse only support tests-passed and stable branches params: version: stable -- 2.39.5