You've already forked helm-gitea
chore(deps): update dependency go-gitea/gitea to v1.25.4 (#1012)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [go-gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.25.3` -> `1.25.4` | --- ### Release Notes <details> <summary>go-gitea/gitea (go-gitea/gitea)</summary> ### [`v1.25.4`](https://github.com/go-gitea/gitea/releases/tag/v1.25.4) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.25.3...v1.25.4) - SECURITY - Release attachments must belong to the intended repo ([#​36347](https://github.com/go-gitea/gitea/issues/36347)) ([#​36375](https://github.com/go-gitea/gitea/issues/36375)) - Fix permission check on org project operations ([#​36318](https://github.com/go-gitea/gitea/issues/36318)) ([#​36373](https://github.com/go-gitea/gitea/issues/36373)) - Clean watches when make a repository private and check permission when send release emails ([#​36319](https://github.com/go-gitea/gitea/issues/36319)) ([#​36370](https://github.com/go-gitea/gitea/issues/36370)) - Add more check for stopwatch read or list ([#​36340](https://github.com/go-gitea/gitea/issues/36340)) ([#​36368](https://github.com/go-gitea/gitea/issues/36368)) - Fix openid setting check ([#​36346](https://github.com/go-gitea/gitea/issues/36346)) ([#​36361](https://github.com/go-gitea/gitea/issues/36361)) - Fix cancel auto merge bug ([#​36341](https://github.com/go-gitea/gitea/issues/36341)) ([#​36356](https://github.com/go-gitea/gitea/issues/36356)) - Fix delete attachment check ([#​36320](https://github.com/go-gitea/gitea/issues/36320)) ([#​36355](https://github.com/go-gitea/gitea/issues/36355)) - LFS locks must belong to the intended repo ([#​36344](https://github.com/go-gitea/gitea/issues/36344)) ([#​36349](https://github.com/go-gitea/gitea/issues/36349)) - Fix bug on notification read ([#​36339](https://github.com/go-gitea/gitea/issues/36339)) [#​36387](https://github.com/go-gitea/gitea/issues/36387) - ENHANCEMENTS - Add more routes to the "expensive" list ([#​36290](https://github.com/go-gitea/gitea/issues/36290)) - Make "commit statuses" API accept slashes in "ref" ([#​36264](https://github.com/go-gitea/gitea/issues/36264)) ([#​36275](https://github.com/go-gitea/gitea/issues/36275)) - BUGFIXES - Fix markdown newline handling during IME composition ([#​36421](https://github.com/go-gitea/gitea/issues/36421)) [#​36424](https://github.com/go-gitea/gitea/issues/36424) - Fix missing repository id when migrating release attachments ([#​36389](https://github.com/go-gitea/gitea/issues/36389)) - Fix bug when compare in the pull request ([#​36363](https://github.com/go-gitea/gitea/issues/36363)) ([#​36372](https://github.com/go-gitea/gitea/issues/36372)) - Fix incorrect text content detection ([#​36364](https://github.com/go-gitea/gitea/issues/36364)) ([#​36369](https://github.com/go-gitea/gitea/issues/36369)) - Fill missing `has_code` in repository api ([#​36338](https://github.com/go-gitea/gitea/issues/36338)) ([#​36359](https://github.com/go-gitea/gitea/issues/36359)) - Fix notifications pagination query parameters ([#​36351](https://github.com/go-gitea/gitea/issues/36351)) ([#​36358](https://github.com/go-gitea/gitea/issues/36358)) - Fix some trivial problems ([#​36336](https://github.com/go-gitea/gitea/issues/36336)) ([#​36337](https://github.com/go-gitea/gitea/issues/36337)) - Prevent panic when GitLab release has more links than sources ([#​36295](https://github.com/go-gitea/gitea/issues/36295)) ([#​36305](https://github.com/go-gitea/gitea/issues/36305)) - Fix stats bug when syncing release ([#​36285](https://github.com/go-gitea/gitea/issues/36285)) ([#​36294](https://github.com/go-gitea/gitea/issues/36294)) - Always honor user's choice for "delete branch after merge" ([#​36281](https://github.com/go-gitea/gitea/issues/36281)) ([#​36286](https://github.com/go-gitea/gitea/issues/36286)) - Use the requested host for LFS links ([#​36242](https://github.com/go-gitea/gitea/issues/36242)) ([#​36258](https://github.com/go-gitea/gitea/issues/36258)) - Fix panic when get editor config file ([#​36241](https://github.com/go-gitea/gitea/issues/36241)) ([#​36247](https://github.com/go-gitea/gitea/issues/36247)) - Fix regression in writing authorized principals ([#​36213](https://github.com/go-gitea/gitea/issues/36213)) ([#​36218](https://github.com/go-gitea/gitea/issues/36218)) - Fix WebAuthn error checking ([#​36219](https://github.com/go-gitea/gitea/issues/36219)) ([#​36235](https://github.com/go-gitea/gitea/issues/36235)) Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window. </details> --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xOC4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsia2luZC9kZXBlbmRlbmN5Il19--> Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/1012 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
@@ -4,7 +4,7 @@ description: Gitea Helm chart for Kubernetes
|
|||||||
type: application
|
type: application
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
# renovate datasource=github-releases depName=go-gitea/gitea extractVersion=^v(?<version>.*)$
|
# renovate datasource=github-releases depName=go-gitea/gitea extractVersion=^v(?<version>.*)$
|
||||||
appVersion: 1.25.3
|
appVersion: 1.25.4
|
||||||
icon: https://gitea.com/assets/img/logo.svg
|
icon: https://gitea.com/assets/img/logo.svg
|
||||||
|
|
||||||
annotations:
|
annotations:
|
||||||
|
|||||||
Reference in New Issue
Block a user