From 5e8950ec860b2a266bf0caaa6cd3f01ec882b89d Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 16 Apr 2021 12:34:15 +0200 Subject: [PATCH] Bump version for 1.14.1 --- CHANGELOG | 22 ++++++++++++++++++++++ DESCRIPTION.md | 2 +- Dockerfile | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a2ad6a4..5e525ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -706,3 +706,25 @@ [1.21.0] * Update Gitea to 1.14.0 * [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.14.0) + +[1.21.1] +* Update Gitea to 1.14.1 +* Fix bug clone wiki (#15499) (#15502) +* Github Migration ignore rate limit, if not enabled (#15490) (#15495) +* Use subdir for URL (#15446) (#15493) +* Query the DB for the hash before inserting in to email_hash (#15457) (#15491) +* Ensure review dismissal only dismisses the correct review (#15477) (#15489) +* Use index of the supported tags to choose user lang (#15452) (#15488) +* Fix wrong file link in code search page (#15466) (#15486) +* Quick template fix for built-in SSH server in admin config (#15464) (#15481) +* Prevent superfluous response.WriteHeader (#15456) (#15476) +* Fix ambiguous argument error on tags (#15432) (#15474) +* Add created_unix instead of expiry to migration (#15458) (#15463) +* Fix repository search (#15428) (#15442) +* Prevent NPE on avatar direct rendering if federated avatars disabled (#15434) (#15439) +* Fix wiki clone urls (#15430) (#15431) +* Fix dingtalk icon url at webhook (#15417) (#15426) +* Standardise icon on projects PR page (#15387) (#15408) +* Add option to skip LFS/attachment files for dump (#15407) (#15492) +* Clone panel fixes (#15436) +* Use semantic dropdown for code search query type (#15276) (#15364) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 37a5072..fe1b34c 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.14.0 +This app packages Gitea 1.14.1 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index f01a157..89d97f0 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.14.0 +ARG VERSION=1.14.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