You've already forked helm-gitea
chore(deps): update dependency go-gitea/gitea to v1.25.1 (#981)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [go-gitea/gitea](https://github.com/go-gitea/gitea) | patch | `1.25.0` -> `1.25.1` | --- ### Release Notes <details> <summary>go-gitea/gitea (go-gitea/gitea)</summary> ### [`v1.25.1`](https://github.com/go-gitea/gitea/releases/tag/v1.25.1) [Compare Source](https://github.com/go-gitea/gitea/compare/v1.25.0...v1.25.1) - BUGFIXES - Make ACME email optional ([#​35849](https://github.com/go-gitea/gitea/issues/35849)) [#​35857](https://github.com/go-gitea/gitea/issues/35857) - Add a doctor command to fix inconsistent run status ([#​35840](https://github.com/go-gitea/gitea/issues/35840)) ([#​35845](https://github.com/go-gitea/gitea/issues/35845)) - Remove wrong code ([#​35846](https://github.com/go-gitea/gitea/issues/35846)) - Fix viewed files number is not right if not all files loaded ([#​35821](https://github.com/go-gitea/gitea/issues/35821)) ([#​35844](https://github.com/go-gitea/gitea/issues/35844)) - Fix incorrect pull request counter ([#​35819](https://github.com/go-gitea/gitea/issues/35819)) ([#​35841](https://github.com/go-gitea/gitea/issues/35841)) - Upgrade go mail to 0.7.2 and fix the bug ([#​35833](https://github.com/go-gitea/gitea/issues/35833)) ([#​35837](https://github.com/go-gitea/gitea/issues/35837)) - Revert gomail to v0.7.0 to fix sending mail failed ([#​35816](https://github.com/go-gitea/gitea/issues/35816)) ([#​35824](https://github.com/go-gitea/gitea/issues/35824)) - Fix clone mixed bug ([#​35810](https://github.com/go-gitea/gitea/issues/35810)) ([#​35822](https://github.com/go-gitea/gitea/issues/35822)) - Fix cli "Before" handling ([#​35797](https://github.com/go-gitea/gitea/issues/35797)) ([#​35808](https://github.com/go-gitea/gitea/issues/35808)) - Improve and fix markup code preview rendering ([#​35777](https://github.com/go-gitea/gitea/issues/35777)) ([#​35787](https://github.com/go-gitea/gitea/issues/35787)) - Fix actions rerun bug ([#​35783](https://github.com/go-gitea/gitea/issues/35783)) ([#​35784](https://github.com/go-gitea/gitea/issues/35784)) - Fix actions schedule update issue ([#​35767](https://github.com/go-gitea/gitea/issues/35767)) ([#​35774](https://github.com/go-gitea/gitea/issues/35774)) - Fix circular spin animation direction ([#​35785](https://github.com/go-gitea/gitea/issues/35785)) ([#​35823](https://github.com/go-gitea/gitea/issues/35823)) - Fix file extension on gogs.png ([#​35793](https://github.com/go-gitea/gitea/issues/35793)) ([#​35799](https://github.com/go-gitea/gitea/issues/35799)) - Add pnpm to Snapcraft ([#​35778](https://github.com/go-gitea/gitea/issues/35778)) 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 - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xOC4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsia2luZC9kZXBlbmRlbmN5Il19--> Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/981 Reviewed-by: Markus Pesch <volker.raschek@noreply.gitea.com> Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
committed by
Markus Pesch
parent
aa3cf45660
commit
3bc27a53a8
@@ -4,7 +4,7 @@ description: Gitea Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.0.0
|
||||
# renovate datasource=github-releases depName=go-gitea/gitea extractVersion=^v(?<version>.*)$
|
||||
appVersion: 1.25.0
|
||||
appVersion: 1.25.1
|
||||
icon: https://gitea.com/assets/img/logo.svg
|
||||
|
||||
annotations:
|
||||
|
||||
Reference in New Issue
Block a user