Update docker.io/gitea/gitea Docker tag to v1.22.4
No problems automatically updating patch version Docker image and run the container by Watchtower with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/gitea/gitea | patch | 1.22.3-rootless -> 1.22.4-rootless |
Release Notes
go-gitea/gitea (docker.io/gitea/gitea)
v1.22.4
- SECURITY
- PERFORMANCE
- BUGFIXES
- Fix
missing signature key
error when pulling Docker images withSERVE_DIRECT
enabled (#β32365) (#β32397) - Fix get reviewers fails when selecting user without pull request permissions unit (#β32415) (#β32616)
- Fix adding index files to tmp directory (#β32360) (#β32593)
- Fix MR creation on forked repositories via API (#β31863) (#β32591)
- Fix missing menu tabs in organization project view page (#β32313) (#β32592)
- Support HTTP POST requests to
/userinfo
, aligning to OpenID Core specification (#β32578) (#β32594) - Fix debian package clean up cron job (#β32351) (#β32590)
- Fix GetInactiveUsers (#β32540) (#β32588)
- Allow the actions user to login via the jwt token (#β32527) (#β32580)
- Fix submodule parsing (#β32571) (#β32577)
- Refactor find forks and fix possible bugs that weaken permissions check (#β32528) (#β32547)
- Fix some places that don't respect org full name setting (#β32243) (#β32550)
- Refactor push mirror find and add check for updating push mirror (#β32539) (#β32549)
- Fix basic auth with webauthn (#β32531) (#β32536)
- Fix artifact v4 upload above 8MB (#β31664) (#β32523)
- Fix oauth2 error handle not return immediately (#β32514) (#β32516)
- Fix action not triggered when commit message is too long (#β32498) (#β32507)
- Fix
GetRepoLink
nil pointer dereference on dashboard feed page when repo is deleted with actions enabled (#β32501) (#β32502) - Fix
missing signature key
error when pulling Docker images withSERVE_DIRECT
enabled (#β32397) (#β32397) - Fix the permission check for user search API and limit the number of returned users for
/user/search
(#β32310) - Fix SearchIssues swagger docs (#β32208) (#β32298)
- Fix dropdown content overflow (#β31610) (#β32250)
- Disable Oauth check if oauth disabled (#β32368) (#β32480)
- Respect renamed dependencies of Cargo registry (#β32430) (#β32478)
- Fix mermaid diagram height when initially hidden (#β32457) (#β32464)
- Fix broken releases when re-pushing tags (#β32435) (#β32449)
- Only provide the commit summary for Discord webhook push events (#β32432) (#β32447)
- Only query team tables if repository is under org when getting assignees (#β32414) (#β32426)
- Fix created_unix for mirroring (#β32342) (#β32406)
- Respect UI.ExploreDefaultSort setting again (#β32357) (#β32385)
- Fix broken image when editing comment with non-image attachments (#β32319) (#β32345)
- Fix disable 2fa bug (#β32320) (#β32330)
- Always update expiration time when creating an artifact (#β32281) (#β32285)
- Fix null errors on conversation holder (#β32258) (#β32266) (#β32282)
- Only rename a user when they should receive a different name (#β32247) (#β32249)
- Fix checkbox bug on private/archive filter (#β32236) (#β32240)
- Add a doctor check to disable the "Actions" unit for mirrors (#β32424) (#β32497)
- Quick fix milestone deadline 9999 (#β32423)
- Make
show stats
work when only one file changed (#β32244) (#β32268) - Make
owner/repo/pulls
handlers use "MR reader" permission (#β32254) (#β32265) - Update scheduled tasks even if changes are pushed by "ActionsUser" (#β32246) (#β32252)
- Fix
- MISC
- Remove unnecessary code:
GetPushMirrorsByRepoID
called on all repo pages (#β32560) (#β32567) - Improve some sanitizer rules (#β32534)
- Update nix development environment vor v1.22.x (#β32495)
- Add warn log when deleting inactive users (#β32318) (#β32321)
- Update github.com/go-enry/go-enry to v2.9.1 (#β32295) (#β32296)
- Warn users when they try to use a non-root-url to sign in/up (#β32272) (#β32273)
- Remove unnecessary code:
Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.