Update gitea/gitea Docker tag to v1.22.3 #336

Merged
AverageMarcus merged 1 commits from renovate/gitea-gitea-1.x into master 2024-10-10 05:21:36 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
gitea/gitea patch 1.22.2 -> 1.22.3

Release Notes

go-gitea/gitea (gitea/gitea)

v1.22.3

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.2` -> `1.22.3` | --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.22.3`](https://github.com/go-gitea/gitea/releases/tag/v1.22.3) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.22.2...v1.22.3) - SECURITY - Fix bug when a token is given public only ([#&#8203;32204](https://github.com/go-gitea/gitea/issues/32204)) ([#&#8203;32218](https://github.com/go-gitea/gitea/issues/32218)) - PERFORMANCE - Increase `cacheContextLifetime` to reduce false reports ([#&#8203;32011](https://github.com/go-gitea/gitea/issues/32011)) ([#&#8203;32023](https://github.com/go-gitea/gitea/issues/32023)) - Don't join repository when loading action table data ([#&#8203;32127](https://github.com/go-gitea/gitea/issues/32127)) ([#&#8203;32143](https://github.com/go-gitea/gitea/issues/32143)) - BUGFIXES - Fix javascript error when an anonymous user visits migration page ([#&#8203;32144](https://github.com/go-gitea/gitea/issues/32144)) ([#&#8203;32179](https://github.com/go-gitea/gitea/issues/32179)) - Don't init signing keys if oauth2 provider is disabled ([#&#8203;32177](https://github.com/go-gitea/gitea/issues/32177)) - Fix wrong status of `Set up Job` when first step is skipped ([#&#8203;32120](https://github.com/go-gitea/gitea/issues/32120)) ([#&#8203;32125](https://github.com/go-gitea/gitea/issues/32125)) - Fix bug when deleting a migrated branch ([#&#8203;32075](https://github.com/go-gitea/gitea/issues/32075)) ([#&#8203;32123](https://github.com/go-gitea/gitea/issues/32123)) - Truncate commit message during Discord webhook push events ([#&#8203;31970](https://github.com/go-gitea/gitea/issues/31970)) ([#&#8203;32121](https://github.com/go-gitea/gitea/issues/32121)) - Allow to set branch protection in an empty repository ([#&#8203;32095](https://github.com/go-gitea/gitea/issues/32095)) ([#&#8203;32119](https://github.com/go-gitea/gitea/issues/32119)) - Fix panic when cloning with wrong ssh format. ([#&#8203;32076](https://github.com/go-gitea/gitea/issues/32076)) ([#&#8203;32118](https://github.com/go-gitea/gitea/issues/32118)) - Fix rename branch permission bug ([#&#8203;32066](https://github.com/go-gitea/gitea/issues/32066)) ([#&#8203;32108](https://github.com/go-gitea/gitea/issues/32108)) - Fix: database not update release when using `git push --tags --force` ([#&#8203;32040](https://github.com/go-gitea/gitea/issues/32040)) ([#&#8203;32074](https://github.com/go-gitea/gitea/issues/32074)) - Add missing comment reply handling ([#&#8203;32050](https://github.com/go-gitea/gitea/issues/32050)) ([#&#8203;32065](https://github.com/go-gitea/gitea/issues/32065)) - Do not escape relative path in RPM primary index ([#&#8203;32038](https://github.com/go-gitea/gitea/issues/32038)) ([#&#8203;32054](https://github.com/go-gitea/gitea/issues/32054)) - Fix `/repos/{owner}/{repo}/pulls/{index}/files` endpoint not populating `previous_filename` ([#&#8203;32017](https://github.com/go-gitea/gitea/issues/32017)) ([#&#8203;32028](https://github.com/go-gitea/gitea/issues/32028)) - Support allowed hosts for migrations to work with proxy ([#&#8203;32025](https://github.com/go-gitea/gitea/issues/32025)) ([#&#8203;32026](https://github.com/go-gitea/gitea/issues/32026)) - Fix the logic of finding the latest pull review commit ID ([#&#8203;32139](https://github.com/go-gitea/gitea/issues/32139)) ([#&#8203;32165](https://github.com/go-gitea/gitea/issues/32165)) - Fix bug in getting merged pull request by commit ([#&#8203;32079](https://github.com/go-gitea/gitea/issues/32079)) ([#&#8203;32117](https://github.com/go-gitea/gitea/issues/32117)) - Fix wrong last modify time ([#&#8203;32102](https://github.com/go-gitea/gitea/issues/32102)) ([#&#8203;32104](https://github.com/go-gitea/gitea/issues/32104)) - Fix incorrect `/tokens` api ([#&#8203;32085](https://github.com/go-gitea/gitea/issues/32085)) ([#&#8203;32092](https://github.com/go-gitea/gitea/issues/32092)) - Handle invalid target when creating releases using API ([#&#8203;31841](https://github.com/go-gitea/gitea/issues/31841)) ([#&#8203;32043](https://github.com/go-gitea/gitea/issues/32043)) - Check if the `due_date` is nil when editing issues ([#&#8203;32035](https://github.com/go-gitea/gitea/issues/32035)) ([#&#8203;32042](https://github.com/go-gitea/gitea/issues/32042)) - Fix container parallel upload bugs ([#&#8203;32022](https://github.com/go-gitea/gitea/issues/32022)) - Fixed race condition when deleting documents by repoId in ElasticSearch ([#&#8203;32185](https://github.com/go-gitea/gitea/issues/32185)) ([#&#8203;32188](https://github.com/go-gitea/gitea/issues/32188)) - Refactor CSRF protector ([#&#8203;32057](https://github.com/go-gitea/gitea/issues/32057)) ([#&#8203;32069](https://github.com/go-gitea/gitea/issues/32069)) - Fix Bug in Issue/pulls list ([#&#8203;32081](https://github.com/go-gitea/gitea/issues/32081)) ([#&#8203;32115](https://github.com/go-gitea/gitea/issues/32115)) - Include collaboration repositories on dashboard source/forks/mirrors list ([#&#8203;31946](https://github.com/go-gitea/gitea/issues/31946)) ([#&#8203;32122](https://github.com/go-gitea/gitea/issues/32122)) - Add null check for responseData.invalidTopics ([#&#8203;32212](https://github.com/go-gitea/gitea/issues/32212)) ([#&#8203;32217](https://github.com/go-gitea/gitea/issues/32217)) - TESTING - Fix mssql ci with a new mssql version on ci ([#&#8203;32094](https://github.com/go-gitea/gitea/issues/32094)) - MISC - Upgrade some dependencies include minio-go ([#&#8203;32166](https://github.com/go-gitea/gitea/issues/32166)) - Add bin to Composer Metadata ([#&#8203;32099](https://github.com/go-gitea/gitea/issues/32099)) ([#&#8203;32106](https://github.com/go-gitea/gitea/issues/32106)) - Lazy load avatar images ([#&#8203;32051](https://github.com/go-gitea/gitea/issues/32051)) ([#&#8203;32063](https://github.com/go-gitea/gitea/issues/32063)) - Upgrade cache to v0.2.1 ([#&#8203;32003](https://github.com/go-gitea/gitea/issues/32003)) ([#&#8203;32009](https://github.com/go-gitea/gitea/issues/32009)) 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-10-10 03:14:00 +00:00
AverageMarcus merged commit 653513d038 into master 2024-10-10 05:21:36 +00:00
AverageMarcus deleted branch renovate/gitea-gitea-1.x 2024-10-10 05:21:36 +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#336
No description provided.