From fd6802ec842086c1d8c867048616c450893d6524 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 6 Jun 2026 17:51:32 +1000 Subject: [PATCH] feat: upgrade gitea from 1.22.0 to 1.26.2 - update release to install --- site/profiles/manifests/gitea/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/profiles/manifests/gitea/init.pp b/site/profiles/manifests/gitea/init.pp index 299a0d4..c2fccdf 100644 --- a/site/profiles/manifests/gitea/init.pp +++ b/site/profiles/manifests/gitea/init.pp @@ -13,7 +13,7 @@ class profiles::gitea::init ( include profiles::nginx::simpleproxy class { 'gitea': - ensure => '1.22.0', + ensure => '1.26.2', checksum => 'a31086f073cb9592d28611394b2de3655db515d961e4fdcf5b549cb40753ef3d', custom_configuration => { '' => $root,