Version 1.29.2

master v1.29.2
Girish Ramakrishnan 2023-07-29 20:13:02 +05:30
parent 8876fedd40
commit 4b15736f81
2 changed files with 8 additions and 2 deletions

View File

@ -1255,3 +1255,9 @@
* Add shutting down notice (#25920) (#25922)
* Fix incorrect milestone count when provide a keyword (#25880) (#25904)
[1.29.2]
* Update Gitea to 1.20.2
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.20.2)
* Calculate `MAX_WORKERS` default value by CPU number (#26177) (#26183)
* Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154)

View File

@ -4,8 +4,8 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.29.1",
"upstreamVersion": "1.20.1",
"version": "1.29.2",
"upstreamVersion": "1.20.2",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,