From 999a461da940036c37450239e00f9b3bf038b27d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 8 Jan 2026 18:22:36 +0000 Subject: [PATCH] community: Update discourse to v3.5.3 --- 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 0262531d4..e4a46f9fd 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 "45b2526a548951ead7f73bfb15c95798a94b2d0d" + revision "be223ac03aa41e07ea1814038f20db0c5450e8d8" 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 dec504e6b..4d39d6ec2 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 v3.5.2 +# Latest Version v3.5.3 # Discourse only support tests-passed and stable branches params: version: stable -- 2.39.5