From 1074999c400c3db1f8a996b0726fc232b41cf66b Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 22 Sep 2021 12:14:15 +0200 Subject: [PATCH] Bump version for 1.15.3 --- CHANGELOG | 7 +++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3efff75..f8f6d06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -792,3 +792,10 @@ * Add unique constraint back into issue_index (#16938) * Close storage objects before cleaning (#16934) (#16942) +[1.22.3] +* Update Gitea to 1.15.3 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.3) +* Add fluid to ui container class to remove margin (#16396) (#16976) +* Add caller to cat-file batch calls (#17082) (#17089) +* Many bug fixes + diff --git a/CloudronManifest.json b/CloudronManifest.json index 91df53a..9caede7 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.2", + "version": "1.22.3", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8ef0bf4..63f21bc 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.15.2 +This app packages Gitea 1.15.3 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 492fc2a..f97c593 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.2 +ARG VERSION=1.15.3 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea