From bdece0b11f0bbbb528e5936c675f960dbb38f79e Mon Sep 17 00:00:00 2001 From: Package Updates Date: Sat, 25 Oct 2025 17:54:28 +0000 Subject: [PATCH] Update package version to 1.36.8 --- CHANGELOG.md | 10 ++++++++++ CloudronManifest.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db8a97..a245ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1872,3 +1872,13 @@ * Fix review request webhook bug ([#35339](https://github.com/go-gitea/gitea/issues/35339)) * Remove duplicate html IDs ([#35210](https://github.com/go-gitea/gitea/issues/35210)) ([#35325](https://github.com/go-gitea/gitea/issues/35325)) +[1.36.8] +* Update gitea to 1.24.7 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.24.7) +* Refactor legacy code ([#​35708](https://github.com/go-gitea/gitea/issues/35708)) ([#​35713](https://github.com/go-gitea/gitea/issues/35713)) +* Fixing issue [#​35530](https://github.com/go-gitea/gitea/issues/35530): Password Leak in Log Messages ([#​35584](https://github.com/go-gitea/gitea/issues/35584)) ([#​35665](https://github.com/go-gitea/gitea/issues/35665)) +* Fix a bug missed return ([#​35655](https://github.com/go-gitea/gitea/issues/35655)) ([#​35671](https://github.com/go-gitea/gitea/issues/35671)) +* Fix inputing review comment will remove reviewer ([#​35591](https://github.com/go-gitea/gitea/issues/35591)) ([#​35664](https://github.com/go-gitea/gitea/issues/35664)) +* 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)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 7121c9d..17942d3 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.7", + "version": "1.36.8", "upstreamVersion": "1.24.7", "healthCheckPath": "/explore", "httpPort": 3000,