From 8c84f905e74bc13a1954c89dcb947210315066b6 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 3 Sep 2021 10:26:05 +0200 Subject: [PATCH] Bump version for 1.15.1 --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2f613c5..6d03f14 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -783,3 +783,7 @@ * Update Gitea to 1.15.0 * [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.0) +[1.22.1] +* Update Gitea to 1.15.1 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.1) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f65bf66..ce1b977 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.22.0", + "version": "1.22.1", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index c58ef81..ec2698a 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.15.0 +This app packages Gitea 1.15.1 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 6a7f6dd..511daf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN passwd -d git RUN mkdir -p /home/git/gitea WORKDIR /home/git -ARG VERSION=1.15.0 +ARG VERSION=1.15.1 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea