1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-03-14 16:53:25 +00:00

Update package version to 1.37.5

This commit is contained in:
Package Updates
2026-03-13 03:06:47 +00:00
parent 94bf230a5a
commit 44e8309a95
2 changed files with 15 additions and 1 deletions

View File

@@ -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

View File

@@ -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,