Update gitea/gitea Docker tag to v1.22.4 #365

Merged
AverageMarcus merged 1 commits from renovate/gitea-gitea-1.x into master 2024-11-26 06:31:20 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
gitea/gitea patch 1.22.3 -> 1.22.4

Release Notes

go-gitea/gitea (gitea/gitea)

v1.22.4

Compare Source

Instances on Gitea Cloud will be automatically upgraded to this version during the specified maintenance window.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.22.3` -> `1.22.4` | --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.22.4`](https://github.com/go-gitea/gitea/releases/tag/v1.22.4) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.22.3...v1.22.4) - SECURITY - Fix basic auth with webauthn ([#&#8203;32531](https://github.com/go-gitea/gitea/issues/32531)) ([#&#8203;32536](https://github.com/go-gitea/gitea/issues/32536)) - Refactor internal routers (partial backport, auth token const time comparing) ([#&#8203;32473](https://github.com/go-gitea/gitea/issues/32473)) ([#&#8203;32479](https://github.com/go-gitea/gitea/issues/32479)) - PERFORMANCE - Remove transaction for archive download ([#&#8203;32186](https://github.com/go-gitea/gitea/issues/32186)) ([#&#8203;32520](https://github.com/go-gitea/gitea/issues/32520)) - BUGFIXES - Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled ([#&#8203;32365](https://github.com/go-gitea/gitea/issues/32365)) ([#&#8203;32397](https://github.com/go-gitea/gitea/issues/32397)) - Fix get reviewers fails when selecting user without pull request permissions unit ([#&#8203;32415](https://github.com/go-gitea/gitea/issues/32415)) ([#&#8203;32616](https://github.com/go-gitea/gitea/issues/32616)) - Fix adding index files to tmp directory ([#&#8203;32360](https://github.com/go-gitea/gitea/issues/32360)) ([#&#8203;32593](https://github.com/go-gitea/gitea/issues/32593)) - Fix PR creation on forked repositories via API ([#&#8203;31863](https://github.com/go-gitea/gitea/issues/31863)) ([#&#8203;32591](https://github.com/go-gitea/gitea/issues/32591)) - Fix missing menu tabs in organization project view page ([#&#8203;32313](https://github.com/go-gitea/gitea/issues/32313)) ([#&#8203;32592](https://github.com/go-gitea/gitea/issues/32592)) - Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specification ([#&#8203;32578](https://github.com/go-gitea/gitea/issues/32578)) ([#&#8203;32594](https://github.com/go-gitea/gitea/issues/32594)) - Fix debian package clean up cron job ([#&#8203;32351](https://github.com/go-gitea/gitea/issues/32351)) ([#&#8203;32590](https://github.com/go-gitea/gitea/issues/32590)) - Fix GetInactiveUsers ([#&#8203;32540](https://github.com/go-gitea/gitea/issues/32540)) ([#&#8203;32588](https://github.com/go-gitea/gitea/issues/32588)) - Allow the actions user to login via the jwt token ([#&#8203;32527](https://github.com/go-gitea/gitea/issues/32527)) ([#&#8203;32580](https://github.com/go-gitea/gitea/issues/32580)) - Fix submodule parsing ([#&#8203;32571](https://github.com/go-gitea/gitea/issues/32571)) ([#&#8203;32577](https://github.com/go-gitea/gitea/issues/32577)) - Refactor find forks and fix possible bugs that weaken permissions check ([#&#8203;32528](https://github.com/go-gitea/gitea/issues/32528)) ([#&#8203;32547](https://github.com/go-gitea/gitea/issues/32547)) - Fix some places that don't respect org full name setting ([#&#8203;32243](https://github.com/go-gitea/gitea/issues/32243)) ([#&#8203;32550](https://github.com/go-gitea/gitea/issues/32550)) - Refactor push mirror find and add check for updating push mirror ([#&#8203;32539](https://github.com/go-gitea/gitea/issues/32539)) ([#&#8203;32549](https://github.com/go-gitea/gitea/issues/32549)) - Fix basic auth with webauthn ([#&#8203;32531](https://github.com/go-gitea/gitea/issues/32531)) ([#&#8203;32536](https://github.com/go-gitea/gitea/issues/32536)) - Fix artifact v4 upload above 8MB ([#&#8203;31664](https://github.com/go-gitea/gitea/issues/31664)) ([#&#8203;32523](https://github.com/go-gitea/gitea/issues/32523)) - Fix oauth2 error handle not return immediately ([#&#8203;32514](https://github.com/go-gitea/gitea/issues/32514)) ([#&#8203;32516](https://github.com/go-gitea/gitea/issues/32516)) - Fix action not triggered when commit message is too long ([#&#8203;32498](https://github.com/go-gitea/gitea/issues/32498)) ([#&#8203;32507](https://github.com/go-gitea/gitea/issues/32507)) - Fix `GetRepoLink` nil pointer dereference on dashboard feed page when repo is deleted with actions enabled ([#&#8203;32501](https://github.com/go-gitea/gitea/issues/32501)) ([#&#8203;32502](https://github.com/go-gitea/gitea/issues/32502)) - Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled ([#&#8203;32397](https://github.com/go-gitea/gitea/issues/32397)) ([#&#8203;32397](https://github.com/go-gitea/gitea/issues/32397)) - Fix the permission check for user search API and limit the number of returned users for `/user/search` ([#&#8203;32310](https://github.com/go-gitea/gitea/issues/32310)) - Fix SearchIssues swagger docs ([#&#8203;32208](https://github.com/go-gitea/gitea/issues/32208)) ([#&#8203;32298](https://github.com/go-gitea/gitea/issues/32298)) - Fix dropdown content overflow ([#&#8203;31610](https://github.com/go-gitea/gitea/issues/31610)) ([#&#8203;32250](https://github.com/go-gitea/gitea/issues/32250)) - Disable Oauth check if oauth disabled ([#&#8203;32368](https://github.com/go-gitea/gitea/issues/32368)) ([#&#8203;32480](https://github.com/go-gitea/gitea/issues/32480)) - Respect renamed dependencies of Cargo registry ([#&#8203;32430](https://github.com/go-gitea/gitea/issues/32430)) ([#&#8203;32478](https://github.com/go-gitea/gitea/issues/32478)) - Fix mermaid diagram height when initially hidden ([#&#8203;32457](https://github.com/go-gitea/gitea/issues/32457)) ([#&#8203;32464](https://github.com/go-gitea/gitea/issues/32464)) - Fix broken releases when re-pushing tags ([#&#8203;32435](https://github.com/go-gitea/gitea/issues/32435)) ([#&#8203;32449](https://github.com/go-gitea/gitea/issues/32449)) - Only provide the commit summary for Discord webhook push events ([#&#8203;32432](https://github.com/go-gitea/gitea/issues/32432)) ([#&#8203;32447](https://github.com/go-gitea/gitea/issues/32447)) - Only query team tables if repository is under org when getting assignees ([#&#8203;32414](https://github.com/go-gitea/gitea/issues/32414)) ([#&#8203;32426](https://github.com/go-gitea/gitea/issues/32426)) - Fix created_unix for mirroring ([#&#8203;32342](https://github.com/go-gitea/gitea/issues/32342)) ([#&#8203;32406](https://github.com/go-gitea/gitea/issues/32406)) - Respect UI.ExploreDefaultSort setting again ([#&#8203;32357](https://github.com/go-gitea/gitea/issues/32357)) ([#&#8203;32385](https://github.com/go-gitea/gitea/issues/32385)) - Fix broken image when editing comment with non-image attachments ([#&#8203;32319](https://github.com/go-gitea/gitea/issues/32319)) ([#&#8203;32345](https://github.com/go-gitea/gitea/issues/32345)) - Fix disable 2fa bug ([#&#8203;32320](https://github.com/go-gitea/gitea/issues/32320)) ([#&#8203;32330](https://github.com/go-gitea/gitea/issues/32330)) - Always update expiration time when creating an artifact ([#&#8203;32281](https://github.com/go-gitea/gitea/issues/32281)) ([#&#8203;32285](https://github.com/go-gitea/gitea/issues/32285)) - Fix null errors on conversation holder ([#&#8203;32258](https://github.com/go-gitea/gitea/issues/32258)) ([#&#8203;32266](https://github.com/go-gitea/gitea/issues/32266)) ([#&#8203;32282](https://github.com/go-gitea/gitea/issues/32282)) - Only rename a user when they should receive a different name ([#&#8203;32247](https://github.com/go-gitea/gitea/issues/32247)) ([#&#8203;32249](https://github.com/go-gitea/gitea/issues/32249)) - Fix checkbox bug on private/archive filter ([#&#8203;32236](https://github.com/go-gitea/gitea/issues/32236)) ([#&#8203;32240](https://github.com/go-gitea/gitea/issues/32240)) - Add a doctor check to disable the "Actions" unit for mirrors ([#&#8203;32424](https://github.com/go-gitea/gitea/issues/32424)) ([#&#8203;32497](https://github.com/go-gitea/gitea/issues/32497)) - Quick fix milestone deadline 9999 ([#&#8203;32423](https://github.com/go-gitea/gitea/issues/32423)) - Make `show stats` work when only one file changed ([#&#8203;32244](https://github.com/go-gitea/gitea/issues/32244)) ([#&#8203;32268](https://github.com/go-gitea/gitea/issues/32268)) - Make `owner/repo/pulls` handlers use "PR reader" permission ([#&#8203;32254](https://github.com/go-gitea/gitea/issues/32254)) ([#&#8203;32265](https://github.com/go-gitea/gitea/issues/32265)) - Update scheduled tasks even if changes are pushed by "ActionsUser" ([#&#8203;32246](https://github.com/go-gitea/gitea/issues/32246)) ([#&#8203;32252](https://github.com/go-gitea/gitea/issues/32252)) - MISC - Remove unnecessary code: `GetPushMirrorsByRepoID` called on all repo pages ([#&#8203;32560](https://github.com/go-gitea/gitea/issues/32560)) ([#&#8203;32567](https://github.com/go-gitea/gitea/issues/32567)) - Improve some sanitizer rules ([#&#8203;32534](https://github.com/go-gitea/gitea/issues/32534)) - Update nix development environment vor v1.22.x ([#&#8203;32495](https://github.com/go-gitea/gitea/issues/32495)) - Add warn log when deleting inactive users ([#&#8203;32318](https://github.com/go-gitea/gitea/issues/32318)) ([#&#8203;32321](https://github.com/go-gitea/gitea/issues/32321)) - Update github.com/go-enry/go-enry to v2.9.1 ([#&#8203;32295](https://github.com/go-gitea/gitea/issues/32295)) ([#&#8203;32296](https://github.com/go-gitea/gitea/issues/32296)) - Warn users when they try to use a non-root-url to sign in/up ([#&#8203;32272](https://github.com/go-gitea/gitea/issues/32272)) ([#&#8203;32273](https://github.com/go-gitea/gitea/issues/32273)) Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4zMC4wIiwidXBkYXRlZEluVmVyIjoiMzkuMzAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2024-11-26 03:05:34 +00:00
AverageMarcus merged commit 720e8e4ab9 into master 2024-11-26 06:31:20 +00:00
AverageMarcus deleted branch renovate/gitea-gitea-1.x 2024-11-26 06:31:21 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#365
No description provided.