Gitea 1.23.5 is released
We are proud to present the release of Gitea version 1.23.5.
This update addresses one critical security issues, so we strongly recommend all users upgrade as soon as possible.
We have merged 17 pull requests to release this version.
We build Gitea v1.23.5 with Golang v1.23.7 to avoid possible security problem. See CVE-2025-22870 and Go issue https://go.dev/issue/71984. We also upgrade golang.org/x/net to v0.36.0 for the same reason. Thanks @techknowlogick and @lunny for the fix!
How to install or update
Download our pre-built binaries from the Gitea downloads page — make sure to select the version compatible with your platform. For a step-by-step guide on installation or upgrades, check out our installation documentation
Special Thanks
We would also like to thank all of our supporters on Open Collective who are helping to sustain us financially.
Looking for a seamless, hassle-free solution to manage your Git repositories? Discover Gitea Cloud — A fully-managed, scalable platform designed to streamline your development workflow.
Changelog
1.23.5 - 2025-03-03
- SECURITY
- PERFORMANCE
- BUGFIXES
- Fix navbar dropdown item align (#33782)
- Fix inconsistent closed issue list icon (#33722) (#33728)
- Fix for Maven Package Naming Convention Handling (#33678) (#33679)
- Improve Open-with URL encoding (#33666) (#33680)
- Deleting repository should unlink all related packages (#33653) (#33673)
- Fix omitempty bug (#33663) (#33670)
- Upgrade go-crypto from 1.1.4 to 1.1.6 (#33745) (#33754)
- Fix OCI image.version annotation for releases to use full semver (#33698) (#33701)
- Try to fix ACME path when renew (#33668) (#33693)
- Fix mCaptcha bug (#33659) (#33661)
- Git graph: don't show detached commits (#33645) (#33650)
- Use MatchPhraseQuery for bleve code search (#33628)
- Adjust appearence of commit status webhook (#33778) #33789
- Upgrade golang net from 0.35.0 -> 0.36.0 (#33795) #33796