From 090c4c43a8d4098e72341a7ac8828a4211c953b1 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 26 Nov 2024 04:08:17 +0000 Subject: [PATCH] Update package version to 1.33.4 --- CHANGELOG.md | 6 ++++++ CloudronManifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dc805..c823b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1643,3 +1643,9 @@ * Truncate commit message during Discord webhook push events (#31970) (#32121) * Allow to set branch protection in an empty repository (#32095) (#32119) * Fix panic when cloning with wrong ssh format. (#32076) (#32118) +[1.33.4] +* Update gitea to 1.22.4 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.4) +* Fix basic auth with webauthn (#32531) (#32536) +* Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479) + diff --git a/CloudronManifest.json b/CloudronManifest.json index b89bb4b..cf03c47 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.33.3", + "version": "1.33.4", "upstreamVersion": "1.22.4", "healthCheckPath": "/explore", "httpPort": 3000,