From 9907d1c9cd540c29180a77c654e168decbc3b855 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 9 May 2019 11:30:29 +0200 Subject: [PATCH] Bump version for 1.8.1 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index eb9158a..393a51a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -309,3 +309,6 @@ * Allow to set organization visibility (public, internal, private) (#1763) * Added URL mapping for Release attachments like on github.com (#1707) +[1.10.1] +* Update Gitea to 1.8.1 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 70b87c7..d2535f5 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.10.0", + "version": "1.10.1", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 681b870..958f381 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.8.0 +This app packages Gitea 1.8.1 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 4fe83c8..8593d68 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.8.0/gitea-1.8.0-linux-amd64 -o /home/git/gitea/gitea \ +RUN curl -L https://dl.gitea.io/gitea/1.8.1/gitea-1.8.1-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea # setup config paths