diff --git a/CHANGELOG b/CHANGELOG index 3fc266d..7a197bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -761,3 +761,13 @@ * Fix milestone counters on new issue (#16183) (#16224) * reqOrgMembership calls need to be preceded by reqToken (#16198) (#16219) +[1.21.5] +* Update Gitea to 1.14.5 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.14.5) +* Hide mirror passwords on repo settings page (#16022) (#16355) +* Update bluemonday to v1.0.15 (#16379) (#16380) +* Retry rename on lock induced failures (#16435) (#16439) +* Validate issue index before querying DB (#16406) (#16410) +* Fix crash following ldap authentication update (#16447) (#16449) +* Redirect on bad CSRF instead of presenting bad page (#14937) (#16378) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 713a89b..e57afc7 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.21.4", + "version": "1.21.5", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8975bab..40f768e 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.14.4 +This app packages Gitea 1.14.5 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 5c591d4..4afeee3 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.4 +ARG VERSION=1.14.5 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea