diff --git a/CHANGELOG.md b/CHANGELOG.md index b4afe5d..798ffe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1674,3 +1674,13 @@ * 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)) +[1.34.0] +* Update gitea to 1.23.0 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.23.0) +* Rename config option `[camo].Allways` to `[camo].Always` ([#​32097](https://github.com/go-gitea/gitea/issues/32097)) +* Remove SHA1 for support for SSH RSA signing ([#​31857](https://github.com/go-gitea/gitea/issues/31857)) +* Use UTC as the default timezone when scheduling Actions cron tasks ([#​31742](https://github.com/go-gitea/gitea/issues/31742)) +* Delete Actions logs older than 1 year by default ([#​31735](https://github.com/go-gitea/gitea/issues/31735)) +* Make OIDC introspection authentication strictly require Client ID and secret ([#​31632](https://github.com/go-gitea/gitea/issues/31632)) +* Include file extension checks in attachment API ([#​32151](https://github.com/go-gitea/gitea/issues/32151)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 308eb45..4a6bc33 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.6", + "version": "1.34.0", "upstreamVersion": "1.23.0", "healthCheckPath": "/explore", "httpPort": 3000,