mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2025-03-04 08:51:03 +00:00
Update package version to 1.33.4
This commit is contained in:
parent
ce1c328a27
commit
090c4c43a8
2 changed files with 7 additions and 1 deletions
|
@ -1643,3 +1643,9 @@
|
|||
* Truncate commit message during Discord webhook push events (#31970) (#32121)
|
||||
* Allow to set branch protection in an empty repository (#32095) (#32119)
|
||||
* Fix panic when cloning with wrong ssh format. (#32076) (#32118)
|
||||
[1.33.4]
|
||||
* Update gitea to 1.22.4
|
||||
* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.4)
|
||||
* Fix basic auth with webauthn (#32531) (#32536)
|
||||
* Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"author": "Gitea developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.33.3",
|
||||
"version": "1.33.4",
|
||||
"upstreamVersion": "1.22.4",
|
||||
"healthCheckPath": "/explore",
|
||||
"httpPort": 3000,
|
||||
|
|
Loading…
Reference in a new issue