mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-14 20:21:02 +00:00
Version 1.13.3
This commit is contained in:
parent
6fe012f901
commit
91cc96705e
3 changed files with 16 additions and 2 deletions
14
CHANGELOG
14
CHANGELOG
|
@ -332,3 +332,17 @@
|
|||
[1.13.2]
|
||||
* Make sessions persist restarts
|
||||
|
||||
[1.13.3]
|
||||
* Update Gitea to 1.9.2
|
||||
* Fix wrong sender when send slack webhook (#7918) (#7924)
|
||||
* Upload support text/plain; charset=utf8 (#7899)
|
||||
* Lfs/lock: round locked_at timestamp to second (#7872) (#7875)
|
||||
* Fix non existent milestone with 500 error (#7867) (#7873)
|
||||
* SECURITY
|
||||
* Fix No PGP signature on 1.9.1 tag (#7874)
|
||||
* Release built with go 1.12.9 to fix security fixes in golang std lib, ref: https://groups.google.com/forum/#!msg/golang-announce/oeMaeUnkvVE/a49yvTLqAAAJ
|
||||
* ENHANCEMENT
|
||||
* Fix pull creation with empty changes (#7920) (#7926)
|
||||
* BUILD
|
||||
* Drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"author": "Gitea developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.13.2",
|
||||
"version": "1.13.3",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 3000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Gitea <upstream>1.9.1</upstream>
|
||||
This app packages Gitea <upstream>1.9.2</upstream>
|
||||
|
||||
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||
|
||||
|
|
Loading…
Reference in a new issue