Skip to content

Commit

Permalink
chore(deps): update container image gitea/gitea to v1.21.11@ff14c35 b…
Browse files Browse the repository at this point in the history
…y renovate (#20841)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://togithub.com/go-gitea/gitea) | patch |
`1.21.10-rootless` -> `1.21.11-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.11`](https://togithub.com/go-gitea/gitea/releases/tag/v1.21.11)

[Compare
Source](https://togithub.com/go-gitea/gitea/compare/v1.21.10...v1.21.11)

-   SECURITY
    -   Use go1.21.9 to include Golang security fix
- Fix possible renderer security problem
([#&#8203;30136](https://togithub.com/go-gitea/gitea/issues/30136))
([#&#8203;30315](https://togithub.com/go-gitea/gitea/issues/30315))
-   BUGFIXES
- Fix close file in the Upload func
([#&#8203;30262](https://togithub.com/go-gitea/gitea/issues/30262))
([#&#8203;30269](https://togithub.com/go-gitea/gitea/issues/30269))
- Fix inline math blocks can't be preceeded/followed by alphanumerical
characters
([#&#8203;30175](https://togithub.com/go-gitea/gitea/issues/30175))
([#&#8203;30250](https://togithub.com/go-gitea/gitea/issues/30250))
- Fix missing 0 prefix of GPG key id
([#&#8203;30245](https://togithub.com/go-gitea/gitea/issues/30245))
([#&#8203;30247](https://togithub.com/go-gitea/gitea/issues/30247))
- Include encoding in signature payload
([#&#8203;30174](https://togithub.com/go-gitea/gitea/issues/30174))
([#&#8203;30181](https://togithub.com/go-gitea/gitea/issues/30181))
- Move from `max( id )` to `max( index )` for latest commit statuses
([#&#8203;30076](https://togithub.com/go-gitea/gitea/issues/30076))
([#&#8203;30155](https://togithub.com/go-gitea/gitea/issues/30155))
- Load attachments for code comments
([#&#8203;30124](https://togithub.com/go-gitea/gitea/issues/30124))
([#&#8203;30126](https://togithub.com/go-gitea/gitea/issues/30126))
- Fix gitea doctor will remove repo-avatar files when executing command
storage-archives
([#&#8203;30094](https://togithub.com/go-gitea/gitea/issues/30094))
([#&#8203;30120](https://togithub.com/go-gitea/gitea/issues/30120))
- Fix possible data race on tests
([#&#8203;30093](https://togithub.com/go-gitea/gitea/issues/30093))
([#&#8203;30108](https://togithub.com/go-gitea/gitea/issues/30108))
- Performance optimization for git push
([#&#8203;30104](https://togithub.com/go-gitea/gitea/issues/30104))
- Fix duplicate migrated milestones
([#&#8203;30102](https://togithub.com/go-gitea/gitea/issues/30102))
([#&#8203;30105](https://togithub.com/go-gitea/gitea/issues/30105))
- Fix panic for fixBrokenRepoUnits16961
([#&#8203;30068](https://togithub.com/go-gitea/gitea/issues/30068))
([#&#8203;30100](https://togithub.com/go-gitea/gitea/issues/30100))
- Fix incorrect SVGs
([#&#8203;30087](https://togithub.com/go-gitea/gitea/issues/30087))
- Fix create commit status
([#&#8203;30225](https://togithub.com/go-gitea/gitea/issues/30225))
([#&#8203;30340](https://togithub.com/go-gitea/gitea/issues/30340))
- Performance optimization for git push
([#&#8203;30104](https://togithub.com/go-gitea/gitea/issues/30104))
([#&#8203;30354](https://togithub.com/go-gitea/gitea/issues/30354))
- Fix misuse of unsupported global variables
([#&#8203;30402](https://togithub.com/go-gitea/gitea/issues/30402))
- Fix to delete the cookie when AppSubURL is non-empty
([#&#8203;30375](https://togithub.com/go-gitea/gitea/issues/30375))
([#&#8203;30468](https://togithub.com/go-gitea/gitea/issues/30468))
- Avoid user does not exist error when detecting schedule actions when
the commit author is an external user
([#&#8203;30357](https://togithub.com/go-gitea/gitea/issues/30357))
([#&#8203;30408](https://togithub.com/go-gitea/gitea/issues/30408))
- Change the default maxPerPage for gitbucket
([#&#8203;30392](https://togithub.com/go-gitea/gitea/issues/30392))
([#&#8203;30471](https://togithub.com/go-gitea/gitea/issues/30471))
- Check the token's owner and repository when registering a runner
([#&#8203;30406](https://togithub.com/go-gitea/gitea/issues/30406))
([#&#8203;30412](https://togithub.com/go-gitea/gitea/issues/30412))
- Avoid losing token when updating mirror settings
([#&#8203;30429](https://togithub.com/go-gitea/gitea/issues/30429))
([#&#8203;30466](https://togithub.com/go-gitea/gitea/issues/30466))
- Fix commit status cache which missed target_url
([#&#8203;30426](https://togithub.com/go-gitea/gitea/issues/30426))
([#&#8203;30445](https://togithub.com/go-gitea/gitea/issues/30445))
- Fix rename branch 500 when the target branch is deleted but exist in
database
([#&#8203;30430](https://togithub.com/go-gitea/gitea/issues/30430))
([#&#8203;30437](https://togithub.com/go-gitea/gitea/issues/30437))
- Fix mirror error when mirror repo is empty
([#&#8203;30432](https://togithub.com/go-gitea/gitea/issues/30432))
([#&#8203;30467](https://togithub.com/go-gitea/gitea/issues/30467))
- Use db.ListOptions directly instead of Paginator interface to make it
easier to use and fix performance of /pulls and /issues
([#&#8203;29990](https://togithub.com/go-gitea/gitea/issues/29990))
([#&#8203;30447](https://togithub.com/go-gitea/gitea/issues/30447))
- Fix code owners will not be mentioned when a pull request comes from a
forked repository
([#&#8203;30476](https://togithub.com/go-gitea/gitea/issues/30476))
([#&#8203;30497](https://togithub.com/go-gitea/gitea/issues/30497))
-   DOCS
- Update actions variables documents
([#&#8203;30394](https://togithub.com/go-gitea/gitea/issues/30394))
([#&#8203;30405](https://togithub.com/go-gitea/gitea/issues/30405))
-   MISC
- Update katex to 0.16.10
([#&#8203;30089](https://togithub.com/go-gitea/gitea/issues/30089))
- Upgrade go-sqlite to v1.14.22
([#&#8203;30467](https://togithub.com/go-gitea/gitea/issues/30467))

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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
  • Loading branch information
truecharts-admin committed Apr 16, 2024
1 parent c468b6a commit 0a119c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/stable/gitea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.21.10
appVersion: 1.21.11
dependencies:
- name: common
version: 20.3.6
Expand All @@ -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
Expand All @@ -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.16.8
version: 18.16.9
2 changes: 1 addition & 1 deletion charts/stable/gitea/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: gitea/gitea
tag: 1.21.10-rootless@sha256:01ec40452a90787bdc8e088bb58d08aaa7eb017ae0d2813d1b9ddb1c5eae02e7
tag: 1.21.11-rootless@sha256:ff14c3531ed8615261e6e1db617efa1eb9a9c23d5b8fe7f2742c02b190837aea
pullPolicy: IfNotPresent
service:
main:
Expand Down

0 comments on commit 0a119c0

Please sign in to comment.