From e27132d1764ae447400169468c20b02f3176dcc8 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 24 Feb 2025 08:47:49 +0000 Subject: [PATCH 1/1] community: upgrade to discourse to v3.4.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 6ba216013..0628d883a 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 "efd6bc8ccbd9057c04d909ff48ecf8b704cae3ff" + revision "3715498fc188d60c0b579443383c4e973cf26f59" 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 e7fd3665c..ff9127ff1 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.4.0 +# Latest Version v3.4.1 # Discourse only support tests-passed and stable branches params: version: stable -- 2.39.5