Update gitea/gitea Docker tag to v1.21.8 #207

Merged
AverageMarcus merged 1 commits from renovate/gitea-gitea-1.x into master 2024-03-13 11:23:42 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
gitea/gitea patch 1.21.7 -> 1.21.8

Release Notes

go-gitea/gitea (gitea/gitea)

v1.21.8

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.21.7` -> `1.21.8` | --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.21.8`](https://github.com/go-gitea/gitea/releases/tag/v1.21.8) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.21.7...v1.21.8) - SECURITY - Only use supported sort orders for "/explore/users" page ([#&#8203;29430](https://github.com/go-gitea/gitea/issues/29430)) ([#&#8203;29443](https://github.com/go-gitea/gitea/issues/29443)) - ENHANCEMENTS - Fix wrong line number in code search result ([#&#8203;29260](https://github.com/go-gitea/gitea/issues/29260)) ([#&#8203;29623](https://github.com/go-gitea/gitea/issues/29623)) - BUGFIXES - Use Get but not Post to get actions artifacts ([#&#8203;29734](https://github.com/go-gitea/gitea/issues/29734)) ([#&#8203;29737](https://github.com/go-gitea/gitea/issues/29737)) - Fix inconsistent rendering of block mathematical expressions ([#&#8203;29677](https://github.com/go-gitea/gitea/issues/29677)) ([#&#8203;29711](https://github.com/go-gitea/gitea/issues/29711)) - Fix rendering internal file links in org ([#&#8203;29669](https://github.com/go-gitea/gitea/issues/29669)) ([#&#8203;29705](https://github.com/go-gitea/gitea/issues/29705)) - Don't show AbortErrors on logout ([#&#8203;29639](https://github.com/go-gitea/gitea/issues/29639)) ([#&#8203;29667](https://github.com/go-gitea/gitea/issues/29667)) - Fix user-defined markup links targets ([#&#8203;29305](https://github.com/go-gitea/gitea/issues/29305)) ([#&#8203;29666](https://github.com/go-gitea/gitea/issues/29666)) - Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFileSize ([#&#8203;29653](https://github.com/go-gitea/gitea/issues/29653)) ([#&#8203;29663](https://github.com/go-gitea/gitea/issues/29663)) - Fix hidden test's failure ([#&#8203;29254](https://github.com/go-gitea/gitea/issues/29254)) ([#&#8203;29662](https://github.com/go-gitea/gitea/issues/29662)) - Add empty repo check-in DetectAndHandleSchedules ([#&#8203;29606](https://github.com/go-gitea/gitea/issues/29606)) ([#&#8203;29659](https://github.com/go-gitea/gitea/issues/29659)) - Fix 500 when deleting an account with an incorrect password or unsupported login type ([#&#8203;29579](https://github.com/go-gitea/gitea/issues/29579)) ([#&#8203;29656](https://github.com/go-gitea/gitea/issues/29656)) - Use strict protocol check when redirect ([#&#8203;29642](https://github.com/go-gitea/gitea/issues/29642)) ([#&#8203;29644](https://github.com/go-gitea/gitea/issues/29644)) - Avoid issue info panic ([#&#8203;29625](https://github.com/go-gitea/gitea/issues/29625)) ([#&#8203;29632](https://github.com/go-gitea/gitea/issues/29632)) - Avoid unexpected panic in graceful manager ([#&#8203;29629](https://github.com/go-gitea/gitea/issues/29629)) ([#&#8203;29630](https://github.com/go-gitea/gitea/issues/29630)) - Make "/user/login" page redirect if the current user has signed in ([#&#8203;29583](https://github.com/go-gitea/gitea/issues/29583)) ([#&#8203;29599](https://github.com/go-gitea/gitea/issues/29599)) - Fix workflow trigger event IssueChangeXXX bug ([#&#8203;29559](https://github.com/go-gitea/gitea/issues/29559)) ([#&#8203;29565](https://github.com/go-gitea/gitea/issues/29565)) - Fix incorrect cookie path for AppSubURL ([#&#8203;29534](https://github.com/go-gitea/gitea/issues/29534)) ([#&#8203;29552](https://github.com/go-gitea/gitea/issues/29552)) - Fix queue worker incorrectly stopped when there are still more items in the queue ([#&#8203;29532](https://github.com/go-gitea/gitea/issues/29532)) ([#&#8203;29546](https://github.com/go-gitea/gitea/issues/29546)) - Fix incorrect redirection when creating a PR fails ([#&#8203;29537](https://github.com/go-gitea/gitea/issues/29537)) ([#&#8203;29543](https://github.com/go-gitea/gitea/issues/29543)) - Fix incorrect subpath in links ([#&#8203;29535](https://github.com/go-gitea/gitea/issues/29535)) ([#&#8203;29541](https://github.com/go-gitea/gitea/issues/29541)) - Fix issue link does not support quotes ([#&#8203;29484](https://github.com/go-gitea/gitea/issues/29484)) ([#&#8203;29487](https://github.com/go-gitea/gitea/issues/29487)) ([#&#8203;29536](https://github.com/go-gitea/gitea/issues/29536)) - Fix issue & comment history bugs ([#&#8203;29525](https://github.com/go-gitea/gitea/issues/29525)) ([#&#8203;29527](https://github.com/go-gitea/gitea/issues/29527)) - Set pre-step status to `skipped` if the job is skipped ([#&#8203;29489](https://github.com/go-gitea/gitea/issues/29489)) ([#&#8203;29523](https://github.com/go-gitea/gitea/issues/29523)) - Fix/Improve `processWindowErrorEvent` ([#&#8203;29407](https://github.com/go-gitea/gitea/issues/29407)) ([#&#8203;29480](https://github.com/go-gitea/gitea/issues/29480)) - Fix counter display number incorrectly displayed on the page ([#&#8203;29448](https://github.com/go-gitea/gitea/issues/29448)) ([#&#8203;29478](https://github.com/go-gitea/gitea/issues/29478)) - Fix workflow trigger event bugs ([#&#8203;29467](https://github.com/go-gitea/gitea/issues/29467)) ([#&#8203;29475](https://github.com/go-gitea/gitea/issues/29475)) - Fix URL calculation in the clone input box ([#&#8203;29470](https://github.com/go-gitea/gitea/issues/29470)) ([#&#8203;29473](https://github.com/go-gitea/gitea/issues/29473)) - The job should always run when `if` is `always()` ([#&#8203;29464](https://github.com/go-gitea/gitea/issues/29464)) ([#&#8203;29469](https://github.com/go-gitea/gitea/issues/29469)) - Fix template bug ([#&#8203;27581](https://github.com/go-gitea/gitea/issues/27581)) ([#&#8203;29446](https://github.com/go-gitea/gitea/issues/29446)) - Not trigger all jobs anymore when re-running the first job ([#&#8203;29439](https://github.com/go-gitea/gitea/issues/29439)) ([#&#8203;29441](https://github.com/go-gitea/gitea/issues/29441)) - Ignore empty repo for CreateRepository in action notifier ([#&#8203;29416](https://github.com/go-gitea/gitea/issues/29416)) ([#&#8203;29424](https://github.com/go-gitea/gitea/issues/29424)) - Fix incorrect tree path value for patch editor ([#&#8203;29377](https://github.com/go-gitea/gitea/issues/29377)) ([#&#8203;29421](https://github.com/go-gitea/gitea/issues/29421)) - Add missing database transaction for new issues ([#&#8203;29490](https://github.com/go-gitea/gitea/issues/29490)) ([#&#8203;29607](https://github.com/go-gitea/gitea/issues/29607)) - Fix 500 when pushing release to an empty repo ([#&#8203;29554](https://github.com/go-gitea/gitea/issues/29554)) ([#&#8203;29564](https://github.com/go-gitea/gitea/issues/29564)) - Fix incorrect relative/absolute URL usages ([#&#8203;29531](https://github.com/go-gitea/gitea/issues/29531)) ([#&#8203;29547](https://github.com/go-gitea/gitea/issues/29547)) - Fix wrong test usage of `AppSubURL` ([#&#8203;29459](https://github.com/go-gitea/gitea/issues/29459)) ([#&#8203;29488](https://github.com/go-gitea/gitea/issues/29488)) - Fix missed return ([#&#8203;29450](https://github.com/go-gitea/gitea/issues/29450)) ([#&#8203;29453](https://github.com/go-gitea/gitea/issues/29453)) - Fixing the issue when status checks per rule matches multiple actions ([#&#8203;29631](https://github.com/go-gitea/gitea/issues/29631)) ([#&#8203;29655](https://github.com/go-gitea/gitea/issues/29655)) - Improve contrast on blame timestamp, fix double border ([#&#8203;29482](https://github.com/go-gitea/gitea/issues/29482)) ([#&#8203;29485](https://github.com/go-gitea/gitea/issues/29485)) 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2024-03-13 06:03:31 +00:00
AverageMarcus merged commit 5779121e54 into master 2024-03-13 11:23:42 +00:00
AverageMarcus deleted branch renovate/gitea-gitea-1.x 2024-03-13 11:23:42 +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#207
No description provided.