From 0902b92a7d3725cf10fd21621bea798e056e850b Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 18 Feb 2019 14:23:23 +0100 Subject: [PATCH] Bump version for 1.7.2 --- CHANGELOG | 15 +++++++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 195c0a3..12e7e5d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -248,4 +248,19 @@ * Respect value of REQUIRE_SIGNIN_VIEW (#5901) (#5915) * Fix compare button on upstream repo leading to 404 (#5877) (#5914) +[1.9.2] +* Update Gitea to 1.7.2 +* Remove all CommitStatus when a repo is deleted (#5940) (#5941) +* Fix notifications on pushing with deploy keys by setting hook environment variables (#5935) (#5944) +* Silence console logger in gitea serv (#5887) (#5943) +* Handle milestone webhook events for issues and PR (#5947) (#5955) +* Show user who created the repository instead of the organization in action feed (#5948) (#5956) +* Fix ssh deploy and user key constraints (#1357) (#5939) (#5966) +* Fix bug when deleting a linked account will removed all (#5989) (#5990) +* Fix empty ssh key importing in ldap (#5984) (#6009) +* Fix metrics auth token detection (#6006) (#6017) +* Create repository on organisation by default on its dashboard (#6026) (#6048) +* Make sure labels are actually returned in API (#6053) (#6059) +* Switch to more recent build of xgo (#6070) (#6072) +* In basic auth check for tokens before call UserSignIn (#5725) (#6083) diff --git a/CloudronManifest.json b/CloudronManifest.json index 7cf5a32..2559681 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.9.1", + "version": "1.9.2", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index cbbed28..09f8e6c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.7.1 +This app packages Gitea 1.7.2 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index dbb8068..40aefab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN adduser --disabled-login --gecos 'Gitea' git RUN passwd -d git RUN mkdir -p /home/git/gitea -RUN curl -L https://dl.gitea.io/gitea/1.7.1/gitea-1.7.1-linux-amd64 -o /home/git/gitea/gitea \ +RUN curl -L https://dl.gitea.io/gitea/1.7.2/gitea-1.7.2-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea # setup config paths