Gitea 1.23.7 is released
We are proud to present the release of Gitea version 1.23.7.
This update fixed some bugs with a new Golang upgrade, so we strongly recommend all users upgrade as soon as possible.
We have merged 22 pull requests to release this version.
This release addresses the following security vulnerabilities:
- CVE-2025-22871 in Golang net/http: reject bare LF in chunked encoding
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.7 - 2025-04-07
- SECURITY
- Compile with Go 1.23.8
- Enhancements
- BUGFIXES
- Fix discord webhook 400 status code when description limit is exceeded (#34084) (#34124)
- Get changed files based on merge base when checking
pull_request
actions trigger (#34106) (#34120) - Fix invalid version in RPM package path (#34112) (#34115)
- Return default avatar url when user id is zero rather than updating database (#34094) (#34095)
- Add additional ReplaceAll in pathsep to cater for different pathsep (#34061) (#34070)
- Try to fix check-attr bug (#34029) (#34033)
- Git client will follow 301 but 307 (#34005) (#34010)
- Fix block expensive for 1.23 (#34127)
- Fix markdown frontmatter rendering (#34102) (#34107)
- Add new CLI flags to set name and scopes when creating a user with access token (#34080) (#34103)
- Do not show 500 error when default branch doesn't exist (#34096) (#34097)
- Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (#34053) (#34065)
- Simplify emoji rendering (#34048) (#34049)
- Adjust the layout of the toolbar on the Issues/Projects page (#33667) (#34047)
- Pull request updates will also trigger code owners review requests (#33744) (#34045)
- Fix org repo creation being limited by user limits (#34030) (#34044)
- Fix git client accessing renamed repo (#34034) (#34043)
- Fix the issue with error message logging for the
check-attr
command on Windows OS. (#34035) (#34036) - Polyfill WeakRef (#34025) (#34028)