This PR also fixed some wrong links of previous blogs. Reviewed-on: #360 Reviewed-by: Jason Song <i@wolfogre.com> Reviewed-by: Zettat123 <zettat123@noreply.gitea.com>
4.9 KiB
date | authors | title | tags | draft | coverImageRelease | ||
---|---|---|---|---|---|---|---|
2023-12-21T15:39:00+08:00 |
|
Gitea 1.21.3 is released |
|
false | 1.21.3 |
Gitea 1.21.3 are now released. 1.21.3 includs 18 merged PRs and fixes for security vulnerability.
We highly encourage users to update to this version for some important bug-fixes. This release is built with the latest released version of Golang resolve the announced CVE with Golang. CVE-2023-48795, https://go.dev/issue/64784
Thanks to @wxiaoguang for fixing the problem.
You can download Gitea 1.21.3 for example from our downloads page. Please read our installation guide for more information on installation.
We would also like to thank all of our supporters on Open Collective who are helping to sustain us financially.
Are you looking for a seamless, hassle-free solution to manage your Git repositories? Look no further! Gitea Cloud is here to revolutionize your development experience.
Changelog
1.21.3 - 2023-12-21
- SECURITY
- Update golang.org/x/crypto (#28519)
- API
- ENHANCEMENTS
- BUGFIXES
- Fix the issue ref rendering for wiki (#28556) (#28559)
- Fix duplicate ID when deleting repo (#28520) (#28528)
- Only check online runner when detecting matching runners in workflows (#28286) (#28512)
- Initalize stroage for orphaned repository doctor (#28487) (#28490)
- Fix possible nil pointer access (#28428) (#28440)
- Don't show unnecessary citation JS error on UI (#28433) (#28437)
- DOCS
- MISC
- Fix inperformant query on retrifing review from database. (#28552) (#28562)
- Improve the prompt for "ssh-keygen sign" (#28509) (#28510)
- Update docs for DISABLE_QUERY_AUTH_TOKEN (#28485) (#28488)
- Fix Chinese translation of config cheat sheet[API] (#28472) (#28473)
- Retry SSH key verification with additional CRLF if it failed (#28392) (#28464)