From b667082cecf95cf9b43ccf70c01a72470a5ef58c Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 31 Jan 2022 12:26:31 +0100 Subject: [PATCH] Bump version for 1.16.0 --- CHANGELOG | 11 ++--------- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 04c952f..0e2a2fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -888,13 +888,6 @@ * Bump mermaid from 8.10.1 to 8.13.8 (#18198) (#18206) [1.23.4] -* Update Gitea to 1.15.11 -* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.11) -* Only view milestones from current repo (#18414) (#18418) -* Fix broken when no commits and default branch is not master (#18422) (#18424) -* Fix commit's time (#18375) (#18409) -* Fix restore without topic failure (#18387) (#18401) -* Fix mermaid import in 1.15 (it uses ESModule now) (#18382) -* Update to go/text 0.3.7 (#18336) -* Upgrade EasyMDE to 2.16.1 (#18278) (#18279) +* Update Gitea to 1.16.0 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 21b9b39..cbb529c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.15.11 +This app packages Gitea 1.16.0 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 0d8f200..4b8149f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN passwd -d git RUN mkdir -p /home/git/gitea WORKDIR /home/git -ARG VERSION=1.15.11 +ARG VERSION=1.16.0 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea