From 172c5f7307f665d2d9b528681d3bf85b870e7530 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 2 Oct 2020 17:43:27 +0200 Subject: [PATCH] Bump version for 1.12.5 --- CHANGELOG | 25 +++++++++++++++++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dbc9d15..f8383e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -543,3 +543,28 @@ * 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) + +[1.18.4] +* Update Gitea to 1.12.5 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.12.5) +* Allow U2F with default settings for gitea in subpath (#12990) (#13001) +* Prevent empty div when editing comment (#12404) (#12991) +* On mirror update also update address in DB (#12964) (#12967) +* Allow extended config on cron settings (#12939) (#12943) +* Open transaction when adding Avatar email-hash pairs to the DB (#12577) (#12940) +* Fix internal server error from ListUserOrgs API (#12910) (#12915) +* Update only the repository columns that need updating (#12900) (#12912) +* Fix panic when adding long comment (#12892) (#12894) +* Add size limit for content of comment on action ui (#12881) (#12890) +* Convert User expose ID each time (#12855) (#12883) +* Support slashes in release tags (#12864) (#12882) +* Add missing information to CreateRepo API endpoint (#12848) (#12867) +* On Migration respect old DefaultBranch (#12843) (#12858) +* Fix notifications page links (#12838) (#12853) +* Stop cloning unnecessarily on PR update (#12839) (#12852) +* Escape more things that are passed through str2html (#12622) (#12850) +* Remove double escape on labels addition in comments (#12809) (#12810) +* Fix "only mail on mention" bug (#12775) (#12789) +* Fix yet another bug with diff file names (#12771) (#12776) +* RepoInit Respect AlternateDefaultBranch (#12746) (#12751) +* Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745) (#12750) diff --git a/CloudronManifest.json b/CloudronManifest.json index f7c122f..1935aaf 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.3-1", + "version": "1.18.4", "healthCheckPath": "/healthcheck", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 7f7e8c6..3fadcb1 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.12.4 +This app packages Gitea 1.12.5 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 61ab025..6f9056f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4 -ARG VERSION=1.12.4 +ARG VERSION=1.12.5 RUN apt-get update && \ apt-get install -y openssh-server git && \