From d7d74491804998b682ead1fff5fbc0dda012aa82 Mon Sep 17 00:00:00 2001 From: Package Updates Date: Mon, 20 Apr 2026 13:14:36 +0000 Subject: [PATCH] Update package version to 1.38.0 --- CHANGELOG.md | 14 ++++++++++++++ CloudronManifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7535d5f..ab4a27e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1980,3 +1980,17 @@ * Fix bug when pushing mirror with wiki * Fix artifacts v4 backend upload problems +[1.38.0] +* Update gitea to 1.26.0 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.26.0) +* Correct swagger annotations for enums, status codes, and notification state ([#37030](https://github.com/go-gitea/gitea/issues/37030)) +* Remove GET API registration-token ([#36801](https://github.com/go-gitea/gitea/issues/36801)) +* Support Actions `concurrency` syntax ([#32751](https://github.com/go-gitea/gitea/issues/32751)) +* Make PUBLIC_URL_DETECTION default to "auto" ([#36955](https://github.com/go-gitea/gitea/issues/36955)) +* Add terraform state registry ([#36710](https://github.com/go-gitea/gitea/issues/36710)) +* Instance-wide (global) info banner and maintenance mode ([#36571](https://github.com/go-gitea/gitea/issues/36571)) +* Support rendering OpenAPI spec ([#36449](https://github.com/go-gitea/gitea/issues/36449)) +* Add keyboard shortcuts for repository file and code search ([#36416](https://github.com/go-gitea/gitea/issues/36416)) +* Automatic generation of release notes ([#35977](https://github.com/go-gitea/gitea/issues/35977)) +* Add button to re-run failed jobs in Actions ([#36924](https://github.com/go-gitea/gitea/issues/36924)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6dc4c8e..18aba40 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.5", + "version": "1.38.0", "upstreamVersion": "1.26.0", "healthCheckPath": "/explore", "httpPort": 3000,