This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.21.1` -> `1.21.2` |
---
### Release Notes
<details>
<summary>go-gitea/gitea (gitea/gitea)</summary>
### [`v1.21.2`](https://github.com/go-gitea/gitea/releases/tag/v1.21.2)
[Compare Source](https://github.com/go-gitea/gitea/compare/v1.21.1...v1.21.2)
- SECURITY
- Rebuild with recently released golang version
- Fix missing check ([#​28406](https://github.com/go-gitea/gitea/issues/28406)) ([#​28411](https://github.com/go-gitea/gitea/issues/28411))
- Do some missing checks ([#​28423](https://github.com/go-gitea/gitea/issues/28423)) ([#​28432](https://github.com/go-gitea/gitea/issues/28432))
- BUGFIXES
- Fix margin in server signed signature verification view ([#​28379](https://github.com/go-gitea/gitea/issues/28379)) ([#​28381](https://github.com/go-gitea/gitea/issues/28381))
- Fix object does not exist error when checking citation file ([#​28314](https://github.com/go-gitea/gitea/issues/28314)) ([#​28369](https://github.com/go-gitea/gitea/issues/28369))
- Use `filepath` instead of `path` to create SQLite3 database file ([#​28374](https://github.com/go-gitea/gitea/issues/28374)) ([#​28378](https://github.com/go-gitea/gitea/issues/28378))
- Fix the runs will not be displayed bug when the main branch have no workflows but other branches have ([#​28359](https://github.com/go-gitea/gitea/issues/28359)) ([#​28365](https://github.com/go-gitea/gitea/issues/28365))
- Handle repository.size column being NULL in migration v263 ([#​28336](https://github.com/go-gitea/gitea/issues/28336)) ([#​28363](https://github.com/go-gitea/gitea/issues/28363))
- Convert git commit summary to valid UTF8. ([#​28356](https://github.com/go-gitea/gitea/issues/28356)) ([#​28358](https://github.com/go-gitea/gitea/issues/28358))
- Fix migration panic due to an empty review comment diff ([#​28334](https://github.com/go-gitea/gitea/issues/28334)) ([#​28362](https://github.com/go-gitea/gitea/issues/28362))
- Add `HEAD` support for rpm repo files ([#​28309](https://github.com/go-gitea/gitea/issues/28309)) ([#​28360](https://github.com/go-gitea/gitea/issues/28360))
- Fix RPM/Debian signature key creation ([#​28352](https://github.com/go-gitea/gitea/issues/28352)) ([#​28353](https://github.com/go-gitea/gitea/issues/28353))
- Keep profile tab when clicking on Language ([#​28320](https://github.com/go-gitea/gitea/issues/28320)) ([#​28331](https://github.com/go-gitea/gitea/issues/28331))
- Fix missing issue search index update when changing status ([#​28325](https://github.com/go-gitea/gitea/issues/28325)) ([#​28330](https://github.com/go-gitea/gitea/issues/28330))
- Fix wrong link in `protect_branch_name_pattern_desc` ([#​28313](https://github.com/go-gitea/gitea/issues/28313)) ([#​28315](https://github.com/go-gitea/gitea/issues/28315))
- Read `previous` info from git blame ([#​28306](https://github.com/go-gitea/gitea/issues/28306)) ([#​28310](https://github.com/go-gitea/gitea/issues/28310))
- Ignore "non-existing" errors when getDirectorySize calculates the size ([#​28276](https://github.com/go-gitea/gitea/issues/28276)) ([#​28285](https://github.com/go-gitea/gitea/issues/28285))
- Use appSubUrl for OAuth2 callback URL tip ([#​28266](https://github.com/go-gitea/gitea/issues/28266)) ([#​28275](https://github.com/go-gitea/gitea/issues/28275))
- Meilisearch: require all query terms to be matched ([#​28293](https://github.com/go-gitea/gitea/issues/28293)) ([#​28296](https://github.com/go-gitea/gitea/issues/28296))
- Fix required error for token name ([#​28267](https://github.com/go-gitea/gitea/issues/28267)) ([#​28284](https://github.com/go-gitea/gitea/issues/28284))
- Fix issue will be detected as pull request when checking `First-time contributor` ([#​28237](https://github.com/go-gitea/gitea/issues/28237)) ([#​28271](https://github.com/go-gitea/gitea/issues/28271))
- Use full width for project boards ([#​28225](https://github.com/go-gitea/gitea/issues/28225)) ([#​28245](https://github.com/go-gitea/gitea/issues/28245))
- Increase "version" when update the setting value to a same value as before ([#​28243](https://github.com/go-gitea/gitea/issues/28243)) ([#​28244](https://github.com/go-gitea/gitea/issues/28244))
- Also sync DB branches on push if necessary ([#​28361](https://github.com/go-gitea/gitea/issues/28361)) ([#​28403](https://github.com/go-gitea/gitea/issues/28403))
- Make gogit Repository.GetBranchNames consistent ([#​28348](https://github.com/go-gitea/gitea/issues/28348)) ([#​28386](https://github.com/go-gitea/gitea/issues/28386))
- Recover from panic in cron task ([#​28409](https://github.com/go-gitea/gitea/issues/28409)) ([#​28425](https://github.com/go-gitea/gitea/issues/28425))
- Deprecate query string auth tokens ([#​28390](https://github.com/go-gitea/gitea/issues/28390)) ([#​28430](https://github.com/go-gitea/gitea/issues/28430))
- ENHANCEMENTS
- Improve doctor cli behavior ([#​28422](https://github.com/go-gitea/gitea/issues/28422)) ([#​28424](https://github.com/go-gitea/gitea/issues/28424))
- Fix margin in server signed signature verification view ([#​28379](https://github.com/go-gitea/gitea/issues/28379)) ([#​28381](https://github.com/go-gitea/gitea/issues/28381))
- Refactor template empty checks ([#​28351](https://github.com/go-gitea/gitea/issues/28351)) ([#​28354](https://github.com/go-gitea/gitea/issues/28354))
- Read `previous` info from git blame ([#​28306](https://github.com/go-gitea/gitea/issues/28306)) ([#​28310](https://github.com/go-gitea/gitea/issues/28310))
- Use full width for project boards ([#​28225](https://github.com/go-gitea/gitea/issues/28225)) ([#​28245](https://github.com/go-gitea/gitea/issues/28245))
- Enable system users search via the API ([#​28013](https://github.com/go-gitea/gitea/issues/28013)) ([#​28018](https://github.com/go-gitea/gitea/issues/28018))
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.21.1->1.21.2Release Notes
go-gitea/gitea (gitea/gitea)
v1.21.2Compare Source
filepathinstead ofpathto create SQLite3 database file (#28374) (#28378)HEADsupport for rpm repo files (#28309) (#28360)protect_branch_name_pattern_desc(#28313) (#28315)previousinfo from git blame (#28306) (#28310)First-time contributor(#28237) (#28271)previousinfo from git blame (#28306) (#28310)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.
This PR has been generated by Renovate Bot.