From 5fc6d9d26d017d72a762814ae0cdb95d6df6e328 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Mon, 22 Jun 2026 07:13:55 +0000 Subject: [PATCH] Update package version to 1.38.4 --- CHANGELOG.md | 6 ++++++ CloudronManifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f864677..7f80a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2036,3 +2036,9 @@ * fix(releases): generate notes for initial tag ([#37697](https://github.com/go-gitea/gitea/issues/37697)) ([#37986](https://github.com/go-gitea/gitea/issues/37986)) * fix: Fix issue target branch selection for non-collaborators ([#36916](https://github.com/go-gitea/gitea/issues/36916)) ([#38164](https://github.com/go-gitea/gitea/issues/38164)) +[1.38.4] +* Update gitea to 1.26.4 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.26.4) +* fix(auth): do not auto-reactivate disabled users on OAuth2 callback ([#38009](https://github.com/go-gitea/gitea/issues/38009)) ([#38183](https://github.com/go-gitea/gitea/issues/38183)) +* fix: walk git log context error handling ([#38182](https://github.com/go-gitea/gitea/issues/38182)) ([#38185](https://github.com/go-gitea/gitea/issues/38185)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f6603b7..1be916b 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.38.3", + "version": "1.38.4", "upstreamVersion": "1.26.4", "healthCheckPath": "/explore", "httpPort": 3000,