mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2026-04-25 04:03:03 +00:00
Update package version to 1.38.0
This commit is contained in:
@@ -1980,3 +1980,17 @@
|
|||||||
* Fix bug when pushing mirror with wiki
|
* Fix bug when pushing mirror with wiki
|
||||||
* Fix artifacts v4 backend upload problems
|
* 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))
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"author": "Gitea developers",
|
"author": "Gitea developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "1.37.5",
|
"version": "1.38.0",
|
||||||
"upstreamVersion": "1.26.0",
|
"upstreamVersion": "1.26.0",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
|
|||||||
Reference in New Issue
Block a user