From 44e8309a95e4f6b51b6028558e46382e3b17a8f7 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Fri, 13 Mar 2026 03:06:47 +0000 Subject: [PATCH] Update package version to 1.37.5 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b6ed8..7535d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1966,3 +1966,17 @@ * Fix bug on notification read ([#36339](https://github.com/go-gitea/gitea/issues/36339)) [#36387](https://github.com/go-gitea/gitea/issues/36387) * Add more routes to the "expensive" list ([#36290](https://github.com/go-gitea/gitea/issues/36290)) +[1.37.5] +* Update gitea to 1.25.5 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.25.5) +* Make `security-check` informational only +* Upgrade to github.com/cloudflare/circl 1.6.3, svgo 4.0.1, markdownlint-cli 0.48.0 +* Add some validation on values provided to USER_DISABLED_FEATURES and EXTERNAL_USER_DISABLED_FEATURES +* Upgrade gogit to 5.16.5 +* Add wrap to runner label list +* Add dnf5 command for Fedora in RPM package instructions +* Allow scroll propagation outside code editor +* Fix non-admins unable to automerge MRs from forks +* Fix bug when pushing mirror with wiki +* Fix artifacts v4 backend upload problems + diff --git a/CloudronManifest.json b/CloudronManifest.json index 0ac73b7..358195f 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.37.4", + "version": "1.37.5", "upstreamVersion": "1.25.5", "healthCheckPath": "/explore", "httpPort": 3000,