From d0d4b89f12cdf06ef6f749d69c04b77a3fe70d43 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 8 Apr 2025 09:27:03 +0000 Subject: [PATCH] Update package version to 1.35.3 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d6090..6376989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1746,3 +1746,17 @@ * Fix auto concurrency cancellation skips commit status updates (#33764) (#33849) * Fix oauth2 auth (#33961) (#33962) +[1.35.3] +* Update gitea to 1.23.7 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.23.7) +* Compile with Go 1.23.8 +* Add a config option to block "expensive" pages for anonymous users ([#​34024](https://github.com/go-gitea/gitea/issues/34024)) ([#​34071](https://github.com/go-gitea/gitea/issues/34071)) +* Also check default ssh-cert location for host ([#​34099](https://github.com/go-gitea/gitea/issues/34099)) ([#​34100](https://github.com/go-gitea/gitea/issues/34100)) ([#​34116](https://github.com/go-gitea/gitea/issues/34116)) +* Fix discord webhook 400 status code when description limit is exceeded ([#​34084](https://github.com/go-gitea/gitea/issues/34084)) ([#​34124](https://github.com/go-gitea/gitea/issues/34124)) +* Get changed files based on merge base when checking `pull_request` actions trigger ([#​34106](https://github.com/go-gitea/gitea/issues/34106)) ([#​34120](https://github.com/go-gitea/gitea/issues/34120)) +* Fix invalid version in RPM package path ([#​34112](https://github.com/go-gitea/gitea/issues/34112)) ([#​34115](https://github.com/go-gitea/gitea/issues/34115)) +* Return default avatar url when user id is zero rather than updating database ([#​34094](https://github.com/go-gitea/gitea/issues/34094)) ([#​34095](https://github.com/go-gitea/gitea/issues/34095)) +* Add additional ReplaceAll in pathsep to cater for different pathsep ([#​34061](https://github.com/go-gitea/gitea/issues/34061)) ([#​34070](https://github.com/go-gitea/gitea/issues/34070)) +* Try to fix check-attr bug ([#​34029](https://github.com/go-gitea/gitea/issues/34029)) ([#​34033](https://github.com/go-gitea/gitea/issues/34033)) +* Git client will follow 301 but 307 ([#​34005](https://github.com/go-gitea/gitea/issues/34005)) ([#​34010](https://github.com/go-gitea/gitea/issues/34010)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 7aec732..fe9295b 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.35.2", + "version": "1.35.3", "upstreamVersion": "1.23.7", "healthCheckPath": "/explore", "httpPort": 3000,