From 2f6ca1119461627a1967697f2b031cd4b9565c5e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 29 May 2025 00:43:49 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/budim?= =?UTF-8?q?anjojo/talhelper/v3=20v3.0.25=20=E2=86=92=20v3.0.26=20(clustert?= =?UTF-8?q?ool)=20(#35723)?= 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/budimanjojo/talhelper/v3](https://redirect.github.com/budimanjojo/talhelper) | require | patch | `v3.0.25` -> `v3.0.26` | --- ### Release Notes
budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3) ### [`v3.0.26`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.26) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.25...v3.0.26) #### Changelog - [`6656739`](https://redirect.github.com/budimanjojo/talhelper/commit/6656739155478c88e83423266699cc9a3588e073) chore(github-action): update renovatebot/github-action action to v42.0.3 - [`f20b29f`](https://redirect.github.com/budimanjojo/talhelper/commit/f20b29fdc50154655f8a77479eeed8a992ad04cb) chore(schema): update talos-extensions.yaml JSON schema - [`ad516f5`](https://redirect.github.com/budimanjojo/talhelper/commit/ad516f505f0643794f7d865302a36b3b07b63964) chore(schema): update talos-extensions.yaml JSON schema ([#​1018](https://redirect.github.com/budimanjojo/talhelper/issues/1018)) - [`2398fe3`](https://redirect.github.com/budimanjojo/talhelper/commit/2398fe3fbbc68e2b075c47ae53f0d060709b704e) chore(schema): update talos-extensions.yaml JSON schema ([#​1020](https://redirect.github.com/budimanjojo/talhelper/issues/1020)) - [`ddbe8d2`](https://redirect.github.com/budimanjojo/talhelper/commit/ddbe8d290c0c9bb46f28b299ee8b4d5a398518c6) feat(config): allow go template inside `extraManifests` files - [`750fe80`](https://redirect.github.com/budimanjojo/talhelper/commit/750fe80a50e8f458bb42cc6c52f6259a7d4c6838) feat: update Scoop for talhelper version v3.0.25 - [`6b01a59`](https://redirect.github.com/budimanjojo/talhelper/commit/6b01a593a3b096c1a6edca12eca3bb75a2918202) feat: update flake ([#​1009](https://redirect.github.com/budimanjojo/talhelper/issues/1009)) - [`549aa90`](https://redirect.github.com/budimanjojo/talhelper/commit/549aa909335c40e76f49b5de54dff7933ce59311) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.25 - [`2081a5d`](https://redirect.github.com/budimanjojo/talhelper/commit/2081a5d496c04fd600eb3f3daf46847c0445a523) fix(deps): update module github.com/google/go-containerregistry to v0.20.4 - [`5825456`](https://redirect.github.com/budimanjojo/talhelper/commit/5825456e0992d4dedd4e0bfd855a1c000c5bba9a) fix(deps): update module github.com/google/go-containerregistry to v0.20.5 - [`1207ffa`](https://redirect.github.com/budimanjojo/talhelper/commit/1207ffa66651e424139e2791a8123b140175e434) fix(docs): remove duplicated entry
--- ### 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 14b8e297dd4..edfc31dd296 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -8,7 +8,7 @@ require ( filippo.io/age v1.2.1 github.com/Masterminds/semver/v3 v3.3.1 github.com/beevik/ntp v1.4.3 - github.com/budimanjojo/talhelper/v3 v3.0.25 + github.com/budimanjojo/talhelper/v3 v3.0.26 github.com/getsops/sops/v3 v3.10.2 github.com/go-git/go-git/v5 v5.16.0 github.com/go-logr/zerologr v1.2.3