1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-04-03 19:22:47 +00:00

Update package version to 1.35.2

This commit is contained in:
Package Updates 2025-03-25 07:58:30 +00:00
parent 7337ff8517
commit c9ba138d8a
2 changed files with 13 additions and 1 deletions

@ -1734,3 +1734,15 @@
[1.35.1]
* Fix hard coded mysql hostname
[1.35.2]
* Update gitea to 1.23.6
* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.23.6)
* Fix LFS URL (#33840) (#33843)
* Update jwt and redis packages (#33984) (#33987)
* Update golang crypto and net (#33989)
* Drop timeout for requests made to the internal hook api (#33947) (#33970)
* Fix maven panic when no package exists (#33888) (#33889)
* Fix markdown render (#33870) (#33875)
* Fix auto concurrency cancellation skips commit status updates (#33764) (#33849)
* Fix oauth2 auth (#33961) (#33962)

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.35.1",
"version": "1.35.2",
"upstreamVersion": "1.23.6",
"healthCheckPath": "/explore",
"httpPort": 3000,