From c046498df73ad130b2ce915f70691b76eab08751 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Thu, 30 Oct 2025 08:35:29 +0000 Subject: [PATCH] Update package version to 1.37.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a245ee1..aa5311f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1882,3 +1882,31 @@ * Mock external service in hcaptcha TestCaptcha ([#​35604](https://github.com/go-gitea/gitea/issues/35604)) ([#​35663](https://github.com/go-gitea/gitea/issues/35663)) * Fix build ([#​35669](https://github.com/go-gitea/gitea/issues/35669)) +[1.37.0] +* Update gitea to 1.25.0 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.25.0) +* Return 201 Created for CreateVariable API responses ([#​34517](https://github.com/go-gitea/gitea/issues/34517)) +* Add label 'state' to metric 'gitea\_users' ([#​34326](https://github.com/go-gitea/gitea/issues/34326)) +* Upgrade security public key ([#​34956](https://github.com/go-gitea/gitea/issues/34956)) +* Also include all security fixes in 1.24.x after 1.25.0-rc0 +* Stream repo zip/tar.gz/bundle achives by default ([#​35487](https://github.com/go-gitea/gitea/issues/35487)) +* Fix possible panic ([#​34508](https://github.com/go-gitea/gitea/issues/34508)) +* Fix autofocus behavior ([#​34397](https://github.com/go-gitea/gitea/issues/34397)) +* Fix Actions API ([#​35204](https://github.com/go-gitea/gitea/issues/35204)) +* Fix ListWorkflowRuns OpenAPI response model. ([#​35026](https://github.com/go-gitea/gitea/issues/35026)) +* Small fix in Merge Requests page ([#​34612](https://github.com/go-gitea/gitea/issues/34612)) +* Fix http auth header parsing ([#​34936](https://github.com/go-gitea/gitea/issues/34936)) +* Fix modal + form abuse ([#​34921](https://github.com/go-gitea/gitea/issues/34921)) +* Fix MR toggle WIP ([#​34920](https://github.com/go-gitea/gitea/issues/34920)) +* Fix log fmt ([#​34810](https://github.com/go-gitea/gitea/issues/34810)) +* Replace stopwatch toggle with explicit start/stop actions ([#​34818](https://github.com/go-gitea/gitea/issues/34818)) +* Fix some package registry problems ([#​34759](https://github.com/go-gitea/gitea/issues/34759)) +* Fix RPM package download routing & missing package version count ([#​34909](https://github.com/go-gitea/gitea/issues/34909)) +* Fix repo search input height ([#​34330](https://github.com/go-gitea/gitea/issues/34330)) +* Fix "The sidebar of the repository file list does not have a fixed height [#​34298](https://github.com/go-gitea/gitea/issues/34298)" ([#​34321](https://github.com/go-gitea/gitea/issues/34321)) +* Fix minor typos in two files #HSFDPMUW ([#​34944](https://github.com/go-gitea/gitea/issues/34944)) +* Fix actions skipped commit status indicator ([#​34507](https://github.com/go-gitea/gitea/issues/34507)) +* Fix job status aggregation logic ([#​35000](https://github.com/go-gitea/gitea/issues/35000)) +* Fix broken OneDev migration caused by various REST API changes in OneDev 7.8.0 and later ([#​35216](https://github.com/go-gitea/gitea/issues/35216)) +* Fix typo in locale\_en-US.ini ([#​35196](https://github.com/go-gitea/gitea/issues/35196)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 7b8a885..419508a 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.36.8", + "version": "1.37.0", "upstreamVersion": "1.25.0", "healthCheckPath": "/explore", "httpPort": 3000,