forked from cloudron-apps/gitea-app
Bump version
This commit is contained in:
parent
9971919cf9
commit
12f58af585
3 changed files with 6 additions and 2 deletions
|
@ -193,3 +193,7 @@
|
||||||
[1.7.1]
|
[1.7.1]
|
||||||
* Update Gitea to 1.5.2
|
* Update Gitea to 1.5.2
|
||||||
|
|
||||||
|
[1.7.2]
|
||||||
|
* Update Gitea to 1.5.3
|
||||||
|
* Security
|
||||||
|
* Fix remote command execution vulnerability in upstream library (#5177) (#5196)
|
||||||
|
|
|
@ -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.7.1",
|
"version": "1.7.2",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.5.2</upstream>
|
This app packages Gitea <upstream>1.5.3</upstream>
|
||||||
|
|
||||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue