From d62f09672db75c08c83acd04547d645126c49f3b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 11 Apr 2025 14:11:32 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/go-gi?= =?UTF-8?q?t/go-git/v5=20v5.14.0=20=E2=86=92=20v5.15.0=20(clustertool)=20(?= =?UTF-8?q?#34243)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git) | require | minor | `v5.14.0` -> `v5.15.0` | --- ### Release Notes
go-git/go-git (github.com/go-git/go-git/v5) ### [`v5.15.0`](https://redirect.github.com/go-git/go-git/releases/tag/v5.15.0) [Compare Source](https://redirect.github.com/go-git/go-git/compare/v5.14.0...v5.15.0) #### What's Changed - plumbing: add cert auth support to `releases/v5.x` by [@​Javier-varez](https://redirect.github.com/Javier-varez) in [https://github.com/go-git/go-git/pull/1482](https://redirect.github.com/go-git/go-git/pull/1482) - v5: Bump dependencies by [@​pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-git/pull/1505](https://redirect.github.com/go-git/go-git/pull/1505) **Full Changelog**: https://github.com/go-git/go-git/compare/v5.14.0...v5.15.0
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- clustertool/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index b3b82b8603a..4c73992d02e 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -10,7 +10,7 @@ require ( github.com/beevik/ntp v1.4.3 github.com/budimanjojo/talhelper/v3 v3.0.21 github.com/getsops/sops/v3 v3.10.1 - github.com/go-git/go-git/v5 v5.14.0 + github.com/go-git/go-git/v5 v5.15.0 github.com/go-logr/zerologr v1.2.3 github.com/go-playground/validator/v10 v10.26.0 github.com/invopop/jsonschema v0.13.0