forked from cloudron-apps/gitea-app
Version 1.20.0
This commit is contained in:
parent
1deeedfc87
commit
32c5507674
2 changed files with 5 additions and 1 deletions
|
@ -633,3 +633,7 @@
|
||||||
* When visit /favicon.ico but the static file is not exist return 404 but not continue to handle the route (#14211) (#14213)
|
* When visit /favicon.ico but the static file is not exist return 404 but not continue to handle the route (#14211) (#14213)
|
||||||
* Fix branch selector on new issue page (#14194) (#14207)
|
* Fix branch selector on new issue page (#14194) (#14207)
|
||||||
* Check for notExist on profile repository page (#14197) (#14203)
|
* Check for notExist on profile repository page (#14197) (#14203)
|
||||||
|
|
||||||
|
[1.20.0]
|
||||||
|
* Use base image v3
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"author": "Gitea developers",
|
"author": "Gitea developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "1.19.2",
|
"version": "1.20.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
Loading…
Reference in a new issue