From 6429ca890949ffd000cbe2e0034200851617c364 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 4 Sep 2020 09:05:40 +0200 Subject: [PATCH] Bump version for 1.12.4 --- CHANGELOG | 24 ++++++++++++++++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 46be40b..dbc9d15 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -519,3 +519,27 @@ * Link to pull list page on sidebar when view pr (#12256) (#12263) * Extend Notifications API and return pinned notifications by default (#12164) (#12232) +[1.18.3] +* Update Gitea to 1.12.4 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.12.4) +* Escape provider name in oauth2 provider redirect (#12648) (#12650) +* Escape Email on password reset page (#12610) (#12612) +* When reading expired sessions - expire them (#12686) (#12690) +* StaticRootPath configurable at compile time (#12371) (#12652) +* Fix to show an issue that is related to a deleted issue (#12651) (#12692) +* Expire time acknowledged for cache (#12605) (#12611) +* Fix diff path unquoting (#12554) (#12575) +* Improve HTML escaping helper (#12562) +* models: break out of loop (#12386) (#12561) +* Default empty merger list to those with write permissions (#12535) (#12560) +* Skip SSPI authentication attempts for /api/internal (#12556) (#12559) +* Prevent NPE on commenting on lines with invalidated comments (#12549) (#12550) +* Remove hardcoded ES indexername (#12521) (#12526) +* Fix bug preventing transfer to private organization (#12497) (#12501) +* Keys should not verify revoked email addresses (#12486) (#12495) +* Do not add prefix on http/https submodule links (#12477) (#12479) +* Fix ignored login on compare (#12476) (#12478) +* Fix incorrect error logging in Stats indexer and OAuth2 (#12387) (#12422) +* Upgrade google/go-github to v32.1.0 (#12361) (#12390) +* Render emoji's of Commit message on feed-page (#12373) +* Fix handling of diff on unrelated branches when Git 2.28 used (#12370) diff --git a/CloudronManifest.json b/CloudronManifest.json index faeaa1b..5257f28 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.18.2", + "version": "1.18.3", "healthCheckPath": "/healthcheck", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index fb8151b..7f7e8c6 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.12.3 +This app packages Gitea 1.12.4 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 6b6d80c..61ab025 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4 -ARG VERSION=1.12.3 +ARG VERSION=1.12.4 RUN apt-get update && \ apt-get install -y openssh-server git && \