From 149760702b371fec07f64bd15fb161712f02531f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 23 Jul 2023 12:54:41 +0200 Subject: [PATCH] Upgrade Gitea to 1.20.1 --- nodes/gitea-2.json | 3 +-- site-cookbooks/kosmos_gitea/attributes/default.rb | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/nodes/gitea-2.json b/nodes/gitea-2.json index 7a36300..c59eac5 100644 --- a/nodes/gitea-2.json +++ b/nodes/gitea-2.json @@ -47,8 +47,7 @@ "postfix::_attributes", "postfix::sasl_auth", "hostname::default", - "firewall::default", - "chef-sugar::default" + "firewall::default" ], "platform": "ubuntu", "platform_version": "20.04", diff --git a/site-cookbooks/kosmos_gitea/attributes/default.rb b/site-cookbooks/kosmos_gitea/attributes/default.rb index 5a6efe8..e2d8bee 100644 --- a/site-cookbooks/kosmos_gitea/attributes/default.rb +++ b/site-cookbooks/kosmos_gitea/attributes/default.rb @@ -1,7 +1,7 @@ -gitea_version = "1.19.3" +gitea_version = "1.20.1" node.default["gitea"]["version"] = gitea_version node.default["gitea"]["binary_url"] = "https://dl.gitea.io/gitea/#{gitea_version}/gitea-#{gitea_version}-linux-amd64" -node.default["gitea"]["binary_checksum"] = "1865e72b1302e2bae0a357b30fd747b770b622198e155c2bdf776cfbffca38b7" +node.default["gitea"]["binary_checksum"] = "02985552f00ea68bbba717611ab1cca2ee42a35ac1cb39374d12a0141d704c58" node.default["gitea"]["working_directory"] = "/var/lib/gitea" node.default["gitea"]["port"] = 3000 node.default["gitea"]["postgresql_host"] = "localhost:5432"