From 4a4e4ff4f112b4cbad7572435da3e99c42a20be8 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 15 Apr 2019 12:52:36 +0200 Subject: [PATCH] Bump version for 1.7.6 --- CHANGELOG | 5 +++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 04c4392..d62609f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -291,3 +291,8 @@ * unitTypeCode not being used in accessLevelUnit (#6419) (#6423) * ParsePatch function to work with quoted diff --git strings (#6323) (#6332) +[1.9.6] +* Update Gitea to 1.7.6 +* Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6595) +* Allow resend of confirmation email when logged in (#6482) (#6487) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 66de60d..1c7c3ed 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.5", + "version": "1.9.6", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 1be395b..c3d1a43 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.7.5 +This app packages Gitea 1.7.6 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 926eab7..13ba16a 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.5/gitea-1.7.5-linux-amd64 -o /home/git/gitea/gitea \ +RUN curl -L https://dl.gitea.io/gitea/1.7.6/gitea-1.7.6-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea # setup config paths