From 4df53960f5559940e4dc580b4ceda95e1266fc97 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 20 Dec 2021 21:37:17 -0800 Subject: [PATCH] Version 1.23.1 --- CHANGELOG | 8 ++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3eace6d..f8455ce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -851,3 +851,11 @@ * Only allow webhook to send requests to allowed hosts (#17482) (#17510) * Fix login redirection links (#17451) (#17473) +[1.23.1] +* Update Gitea to 1.15.8 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.8) +* Move POST /{username}/action/{action} to simply POST /{username} (#18045) (#18046) +* Fix delete u2f keys bug (#18040) (#18042) +* Reset Session ID on login (#18018) (#18041) +* Prevent off-by-one error on comments on newly appended lines (#18029) (#18035) +* Stop printing 03d after escaped characters in logs (#18030) (#18034) diff --git a/CloudronManifest.json b/CloudronManifest.json index e58b55f..9902394 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.23.0", + "version": "1.23.1", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 95519e5..c9e0470 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.15.7 +This app packages Gitea 1.15.8 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.