From ac4eecf92b9ecc33441a56a6302cc6ec263325d5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 19 Jan 2020 17:10:00 -0800 Subject: [PATCH] Version 1.14.3 --- CHANGELOG | 17 +++++++++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4740757..7141161 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -441,3 +441,20 @@ * Fix migration releases (#9319) (#9326) (#9328) * Fix File Edit: Author/Committer interchanged (#9297) (#9300) +[1.14.3] +* Update Gitea to 1.10.3 +* Hide credentials when submitting migration (#9102) (#9704) +* Never allow an empty password to validate (#9682) (#9684) +* Prevent redirect to Host (#9678) (#9680) +* Hide public repos owned by private orgs (#9609) (#9616) +* Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9838) +* Fix download file wrong content-type (#9825) (#9835) +* Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9831) +* Fix dump non-exist log directory (#9818) (#9820) +* Fix compare (#9808) (#9815) +* Fix missing msteam webhook on organization (#9781) (#9795) +* Fix add team on collaborator page when same name as organization (#9783) +* Fix cache problem on dashboard (#9358) (#9703) +* Send tag create and push webhook when release created on UI (#8671) (#9702) +* Branches not at ref commit ID should not be listed as Merged (#9614) (#9639) + diff --git a/CloudronManifest.json b/CloudronManifest.json index bfb12ed..858ed25 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.14.2", + "version": "1.14.3", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 116e65b..b5efa47 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.10.2 +This app packages Gitea 1.10.3 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.