From e703139dad9da804d782543c4e6347a551029b59 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Fri, 13 Dec 2024 23:00:14 +0000 Subject: [PATCH] Update package version to 1.33.6 --- CHANGELOG.md | 8 ++++++++ CloudronManifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca3524..b4afe5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1666,3 +1666,11 @@ * Make wiki pages visit fast ([#​32732](https://github.com/go-gitea/gitea/issues/32732)) ([#​32745](https://github.com/go-gitea/gitea/issues/32745)) * Don't create action when syncing mirror pull refs ([#​32659](https://github.com/go-gitea/gitea/issues/32659)) ([#​32664](https://github.com/go-gitea/gitea/issues/32664)) +[1.33.6] +* Update gitea to 1.22.6 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.6) +* Fix misuse of PublicKeyCallback([#​32810](https://github.com/go-gitea/gitea/issues/32810)) +* Fix lfs migration ([#​32812](https://github.com/go-gitea/gitea/issues/32812)) ([#​32818](https://github.com/go-gitea/gitea/issues/32818)) +* Add missing two sync feed for refs/pull ([#​32815](https://github.com/go-gitea/gitea/issues/32815)) +* Avoid MacOS keychain dialog in integration tests ([#​32813](https://github.com/go-gitea/gitea/issues/32813)) ([#​32816](https://github.com/go-gitea/gitea/issues/32816)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f903087..f96b477 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.5", + "version": "1.33.6", "upstreamVersion": "1.22.6", "healthCheckPath": "/explore", "httpPort": 3000,