mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-14 12:11:01 +00:00
Version 1.16.1
This commit is contained in:
parent
07d07b342a
commit
2e8b2c637f
3 changed files with 12 additions and 2 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -487,3 +487,13 @@
|
|||
* Update Gitea to [1.11.5](https://github.com/go-gitea/gitea/releases/tag/v1.11.5)
|
||||
* Update base image to 2.0.0
|
||||
|
||||
[1.16.1]
|
||||
* Update Gitea to 1.11.6
|
||||
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.11.6)
|
||||
* Fix missing authorization check on pull for public repos of private/limited org (#11656) (#11683)
|
||||
* Use session for retrieving org teams (#11438) (#11439)
|
||||
* Return json on 500 error from API (#11574) (#11660)
|
||||
* Fix wrong milestone in webhook message (#11596) (#11612)
|
||||
* Prevent (caught) panic on login (#11590) (#11598)
|
||||
* Fix commit page js error (#11527)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"author": "Gitea developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.16.0",
|
||||
"version": "1.16.1",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 3000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Gitea <upstream>1.11.5</upstream>
|
||||
This app packages Gitea <upstream>1.11.6</upstream>
|
||||
|
||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||
|
||||
|
|
Loading…
Reference in a new issue