diff --git a/CHANGELOG.md b/CHANGELOG.md index 0509d6e..5966a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1615,3 +1615,17 @@ * Update Gitea to 1.22.1 * [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.1) +[1.33.2] +* Update Gitea to 1.22.2 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.2) +* Replace v-html with v-text in search inputbox (#31966) (#31973) +* Fix nuget/conan/container packages upload bugs (#31967) (#31982) +* Refactor the usage of batch catfile (#31754) (#31889) +* Fix overflowing content in action run log (#31842) (#31853) +* Scroll images in project issues separately from the remaining issue (#31683) (#31823) +* Add :focus-visible style to buttons (#31799) (#31819) +* Fix the display of project type for deleted projects (#31732) (#31734) +* Fix API owner ID should be zero when created repo secret (#31715) (#31811) +* Set owner id to zero when GetRegistrationToken for repo (#31725) (#31729) +* Fix API endpoint for registration-token (#31722) (#31728) +* Add permission check when creating PR (#31033) (#31720) diff --git a/CloudronManifest.json b/CloudronManifest.json index 679155b..8a9de9e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,8 +4,8 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.33.1", - "upstreamVersion": "1.22.1", + "version": "1.33.2", + "upstreamVersion": "1.22.2", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,