chore(deps): update container image gitea/gitea to v1.21.7@5d433ef by renovate (#18666)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea/gitea](https://togithub.com/go-gitea/gitea) | patch | `1.21.6-rootless` -> `1.21.7-rootless` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.21.7`](https://togithub.com/go-gitea/gitea/releases/tag/v1.21.7) [Compare Source](https://togithub.com/go-gitea/gitea/compare/v1.21.6...v1.21.7) - ENHANCEMENTS - Users with `read` permission of pull requests can be assigned too ([#​27263](https://togithub.com/go-gitea/gitea/issues/27263)) ([#​29372](https://togithub.com/go-gitea/gitea/issues/29372)) - BUGFIXES - Do not double close reader ([#​29354](https://togithub.com/go-gitea/gitea/issues/29354)) ([#​29370](https://togithub.com/go-gitea/gitea/issues/29370)) - Display friendly error message ([#​29105](https://togithub.com/go-gitea/gitea/issues/29105)) ([#​29363](https://togithub.com/go-gitea/gitea/issues/29363)) - Fix project counter in organization/individual profile ([#​28068](https://togithub.com/go-gitea/gitea/issues/28068)) ([#​29361](https://togithub.com/go-gitea/gitea/issues/29361)) - Fix validity of the FROM email address not being checked ([#​29347](https://togithub.com/go-gitea/gitea/issues/29347)) ([#​29360](https://togithub.com/go-gitea/gitea/issues/29360)) - Fix tarball/zipball download bug ([#​29342](https://togithub.com/go-gitea/gitea/issues/29342)) ([#​29352](https://togithub.com/go-gitea/gitea/issues/29352)) - DOCS - Docker Tag Information in Docs ([#​29047](https://togithub.com/go-gitea/gitea/issues/29047)) ([#​29362](https://togithub.com/go-gitea/gitea/issues/29362)) - MISC - Enforce maxlength in frontend ([#​29389](https://togithub.com/go-gitea/gitea/issues/29389)) ([#​29396](https://togithub.com/go-gitea/gitea/issues/29396)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
2d05b5480e
commit
106e620059
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.21.6
|
||||
appVersion: 1.21.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.2
|
||||
|
@ -34,7 +34,7 @@ keywords:
|
|||
- wiki
|
||||
- gitea
|
||||
- gogs
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -46,4 +46,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea
|
||||
type: application
|
||||
version: 18.3.0
|
||||
version: 18.3.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: gitea/gitea
|
||||
tag: 1.21.6-rootless@sha256:07d9eeb873575a76b79f549cf97abe6b55d2e1bb5f4a899aae0c775ec7650960
|
||||
tag: 1.21.7-rootless@sha256:5d433ef2ebae7eae7b0d0ec42263645a9d200d342fc31ea5bca9745611f89811
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue