Update gitea/gitea Docker tag to v1.27.1 #767

Merged
AverageMarcus merged 1 commits from renovate/gitea-gitea-1.x into master 2026-07-31 19:56:23 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
gitea/gitea patch 1.27.01.27.1

Release Notes

go-gitea/gitea (gitea/gitea)

v1.27.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.27.0` → `1.27.1` | --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.27.1`](https://github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1271---2026-07-27) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.27.0...v1.27.1) - SECURITY - fix(oauth2): enforce mandatory 2FA policy on OAuth2 authorize/grant endpoints ([#&#8203;38591](https://github.com/go-gitea/gitea/issues/38591)) ([#&#8203;38606](https://github.com/go-gitea/gitea/issues/38606)) - API - fix(api): align Swagger schemas for UserSettings and TopicListResponse ([#&#8203;38590](https://github.com/go-gitea/gitea/issues/38590)) ([#&#8203;38592](https://github.com/go-gitea/gitea/issues/38592)) - ENHANCEMENTS - enhance: improve diff contrast in light and dark themes ([#&#8203;37477](https://github.com/go-gitea/gitea/issues/37477)) ([#&#8203;38574](https://github.com/go-gitea/gitea/issues/38574)) - BUGFIXES - fix: skip OIDC end-session after password login for OAuth2 users ([#&#8203;38439](https://github.com/go-gitea/gitea/issues/38439)) ([#&#8203;38666](https://github.com/go-gitea/gitea/issues/38666)) - fix: make Actions log parser support multiple line message encoding ([#&#8203;38659](https://github.com/go-gitea/gitea/issues/38659)) ([#&#8203;38664](https://github.com/go-gitea/gitea/issues/38664)) - fix(actions): use base branch ref for pull\_request\_target context ([#&#8203;38636](https://github.com/go-gitea/gitea/issues/38636)) ([#&#8203;38657](https://github.com/go-gitea/gitea/issues/38657)) - fix(actions): skip already-approved runs in `ApproveRuns` ([#&#8203;38653](https://github.com/go-gitea/gitea/issues/38653)) ([#&#8203;38654](https://github.com/go-gitea/gitea/issues/38654)) - fix: orgmode render include path ([#&#8203;38642](https://github.com/go-gitea/gitea/issues/38642)) ([#&#8203;38645](https://github.com/go-gitea/gitea/issues/38645)) - fix(actions): cancel tasks immediately when the runner stopped reporting ([#&#8203;38616](https://github.com/go-gitea/gitea/issues/38616)) ([#&#8203;38644](https://github.com/go-gitea/gitea/issues/38644)) - fix(issues): fix label bulk-load key and reduce log noise in LoadLabel ([#&#8203;38632](https://github.com/go-gitea/gitea/issues/38632)) ([#&#8203;38643](https://github.com/go-gitea/gitea/issues/38643)) - fix(actions): improve runner list status sorting, labels and task job links ([#&#8203;38586](https://github.com/go-gitea/gitea/issues/38586)) ([#&#8203;38633](https://github.com/go-gitea/gitea/issues/38633)) - fix(actions): correctness and hardening fixes ([#&#8203;38518](https://github.com/go-gitea/gitea/issues/38518)) ([#&#8203;38631](https://github.com/go-gitea/gitea/issues/38631)) - fix(repo): prevent double-write redirect collisions on dependency errors, fix ui ([#&#8203;38627](https://github.com/go-gitea/gitea/issues/38627)) ([#&#8203;38628](https://github.com/go-gitea/gitea/issues/38628)) - fix: delete repo-scoped rows of seven more tables when deleting a repository ([#&#8203;38534](https://github.com/go-gitea/gitea/issues/38534)) ([#&#8203;38618](https://github.com/go-gitea/gitea/issues/38618)) - fix(webhook): remove slack channel name check ([#&#8203;38608](https://github.com/go-gitea/gitea/issues/38608)) ([#&#8203;38612](https://github.com/go-gitea/gitea/issues/38612)) - fix: download dropdown menu clipped on the branches page ([#&#8203;38604](https://github.com/go-gitea/gitea/issues/38604)) ([#&#8203;38609](https://github.com/go-gitea/gitea/issues/38609)) - fix(project): prevent database mutations on invalid MoveIssues payload ([#&#8203;38600](https://github.com/go-gitea/gitea/issues/38600)) ([#&#8203;38602](https://github.com/go-gitea/gitea/issues/38602)) - fix(actions): make SingleWorkflow\.Marshal round-trip multi-line run blocks (stop silent job stranding) ([#&#8203;38520](https://github.com/go-gitea/gitea/issues/38520)) ([#&#8203;38599](https://github.com/go-gitea/gitea/issues/38599)) - fix(file-tree): handle submodule links and missing view container ([#&#8203;38033](https://github.com/go-gitea/gitea/issues/38033)) ([#&#8203;38589](https://github.com/go-gitea/gitea/issues/38589)) - fix(actions): fail unexpandable reusable workflow callers and decouple the job emitter's cross-run processing ([#&#8203;38565](https://github.com/go-gitea/gitea/issues/38565)) ([#&#8203;38587](https://github.com/go-gitea/gitea/issues/38587)) - fix: keep serving valid ACME cert when renewal fails at startup ([#&#8203;38554](https://github.com/go-gitea/gitea/issues/38554)) ([#&#8203;38583](https://github.com/go-gitea/gitea/issues/38583)) - fix: branch protection user list ([#&#8203;38570](https://github.com/go-gitea/gitea/issues/38570)) ([#&#8203;38584](https://github.com/go-gitea/gitea/issues/38584)) - fix(pulls): respect diff.orderFile in diff file tree ([#&#8203;38566](https://github.com/go-gitea/gitea/issues/38566)) ([#&#8203;38578](https://github.com/go-gitea/gitea/issues/38578)) - fix(issue): make issue action (issue list batch operation) elements have correct attributes ([#&#8203;38575](https://github.com/go-gitea/gitea/issues/38575)) ([#&#8203;38580](https://github.com/go-gitea/gitea/issues/38580)) - fix(actions): support `matrix` when evaluating workflow `if` expression ([#&#8203;38474](https://github.com/go-gitea/gitea/issues/38474)) ([#&#8203;38557](https://github.com/go-gitea/gitea/issues/38557)) - fix(actions): align status icon span for Safari rendering ([#&#8203;38558](https://github.com/go-gitea/gitea/issues/38558)) ([#&#8203;38562](https://github.com/go-gitea/gitea/issues/38562)) - fix: revert git clone http redirection forbidden ([#&#8203;38530](https://github.com/go-gitea/gitea/issues/38530)) ([#&#8203;38545](https://github.com/go-gitea/gitea/issues/38545)) - fix: clean up orphaned user-keyed tables in deleteUser ([#&#8203;38511](https://github.com/go-gitea/gitea/issues/38511)) ([#&#8203;38514](https://github.com/go-gitea/gitea/issues/38514)) - fix(actions): coerce workflow\_dispatch boolean inputs to native types ([#&#8203;38472](https://github.com/go-gitea/gitea/issues/38472)) ([#&#8203;38521](https://github.com/go-gitea/gitea/issues/38521)) - fix: make the merge box button red if some checks fail ([#&#8203;38508](https://github.com/go-gitea/gitea/issues/38508)) ([#&#8203;38516](https://github.com/go-gitea/gitea/issues/38516)) - fix(pull): sign the commit when updating a branch by merge ([#&#8203;38441](https://github.com/go-gitea/gitea/issues/38441)) ([#&#8203;38499](https://github.com/go-gitea/gitea/issues/38499)) - fix: make commit message merge correctly ([#&#8203;38490](https://github.com/go-gitea/gitea/issues/38490)) ([#&#8203;38502](https://github.com/go-gitea/gitea/issues/38502)) - fix(actions): explain why a blocked or waiting job has not started ([#&#8203;38476](https://github.com/go-gitea/gitea/issues/38476)) ([#&#8203;38498](https://github.com/go-gitea/gitea/issues/38498)) - fix(actions): make `cancelled()` work in job `if` evaluation ([#&#8203;38495](https://github.com/go-gitea/gitea/issues/38495)) ([#&#8203;38497](https://github.com/go-gitea/gitea/issues/38497)) - fix(actions): show retention info on hover for expired artifacts ([#&#8203;38477](https://github.com/go-gitea/gitea/issues/38477)) ([#&#8203;38493](https://github.com/go-gitea/gitea/issues/38493)) - fix(actions): group reusable-workflow matrix legs in the workflow graph ([#&#8203;38475](https://github.com/go-gitea/gitea/issues/38475)) ([#&#8203;38492](https://github.com/go-gitea/gitea/issues/38492)) - fix: full file highlighting for git diff with CR char ([#&#8203;38484](https://github.com/go-gitea/gitea/issues/38484)) ([#&#8203;38491](https://github.com/go-gitea/gitea/issues/38491)) - fix(packages): serve noarch Alpine index for any requested architecture ([#&#8203;38479](https://github.com/go-gitea/gitea/issues/38479)) ([#&#8203;38486](https://github.com/go-gitea/gitea/issues/38486)) - fix: 500 error when updating user visibility ([#&#8203;38480](https://github.com/go-gitea/gitea/issues/38480)) ([#&#8203;38483](https://github.com/go-gitea/gitea/issues/38483)) - fix(actions): make job list item fully clickable ([#&#8203;38462](https://github.com/go-gitea/gitea/issues/38462)) ([#&#8203;38471](https://github.com/go-gitea/gitea/issues/38471)) - fix: mail template for push event ([#&#8203;38467](https://github.com/go-gitea/gitea/issues/38467)) ([#&#8203;38468](https://github.com/go-gitea/gitea/issues/38468)) - fix: make "test push webhook" always work ([#&#8203;38425](https://github.com/go-gitea/gitea/issues/38425)) ([#&#8203;38455](https://github.com/go-gitea/gitea/issues/38455)) - fix(actions): prevent bulk actions from affecting all runners ([#&#8203;38453](https://github.com/go-gitea/gitea/issues/38453)) ([#&#8203;38457](https://github.com/go-gitea/gitea/issues/38457)) - fix(org): align follow button and wrap description ([#&#8203;38448](https://github.com/go-gitea/gitea/issues/38448)) ([#&#8203;38454](https://github.com/go-gitea/gitea/issues/38454)) - fix(actions): populate `github.event` for scheduled runs ([#&#8203;38446](https://github.com/go-gitea/gitea/issues/38446)) ([#&#8203;38452](https://github.com/go-gitea/gitea/issues/38452)) - MISC - refactor: git patch apply ([#&#8203;38637](https://github.com/go-gitea/gitea/issues/38637)) ([#&#8203;38638](https://github.com/go-gitea/gitea/issues/38638)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODUuMyIsInVwZGF0ZWRJblZlciI6IjQ0LjQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-07-28 03:28:55 +00:00
AverageMarcus merged commit a7473e2603 into master 2026-07-31 19:56:23 +00:00
AverageMarcus deleted branch renovate/gitea-gitea-1.x 2026-07-31 19:56:23 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#767