From 8d106912a3baeebaf01aa6f5b40cd1a117c77acb Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 29 May 2025 11:24:31 +0100 Subject: [PATCH] community: Upgrade to discourse v3.4.4 --- 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 73739ac30..74a95a923 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 "721facba644f645211571026d6677b015c15e5d6" + revision "9ebce86fda3d9787d752de6311df15dcab9700f1" 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 fddb054a9..b769cb23d 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.3 +# Latest Version v3.4.4 # Discourse only support tests-passed and stable branches params: version: stable -- 2.39.5