From 8d332e76f3135853a3eada1985dd969c07a1f338 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 16 Jul 2022 16:42:10 +0200 Subject: [PATCH] Upgrade Gitea to 1.16.9 --- nodes/gitea-2.json | 1 + site-cookbooks/kosmos_gitea/attributes/default.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nodes/gitea-2.json b/nodes/gitea-2.json index e0dcafb..8c66278 100644 --- a/nodes/gitea-2.json +++ b/nodes/gitea-2.json @@ -36,6 +36,7 @@ "postfix::_attributes", "postfix::sasl_auth", "hostname::default", + "kosmos-dirsrv::hostsfile", "backup::default", "logrotate::default" ], diff --git a/site-cookbooks/kosmos_gitea/attributes/default.rb b/site-cookbooks/kosmos_gitea/attributes/default.rb index 01cc968..3048bc8 100644 --- a/site-cookbooks/kosmos_gitea/attributes/default.rb +++ b/site-cookbooks/kosmos_gitea/attributes/default.rb @@ -1,7 +1,7 @@ -gitea_version = "1.16.6" +gitea_version = "1.16.9" node.default["kosmos_gitea"]["version"] = gitea_version node.default["kosmos_gitea"]["binary_url"] = "https://dl.gitea.io/gitea/#{gitea_version}/gitea-#{gitea_version}-linux-amd64" -node.default["kosmos_gitea"]["binary_checksum"] = "a96751af12d5e96301a97c280bafb92782e0e9b7a0bbe8960c704c0c0361e576" +node.default["kosmos_gitea"]["binary_checksum"] = "821dd30afed9ae42b18e727174b078ea9118a6ccc5106d8246bebf8180fcbef3" node.default["kosmos_gitea"]["nginx"]["domain"] = "gitea.kosmos.org" node.default["kosmos_gitea"]["working_directory"] = "/var/lib/gitea" node.default["kosmos_gitea"]["port"] = 3000