From 5e99d041dbbcb50d917c56d605159ad704034879 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 18 May 2025 15:12:03 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/budim?= =?UTF-8?q?anjojo/talhelper/v3=20v3.0.24=20=E2=86=92=20v3.0.25=20(clustert?= =?UTF-8?q?ool)=20(#35433)?= 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.24` -> `v3.0.25` | --- ### Release Notes
budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3) ### [`v3.0.25`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.25) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.24...v3.0.25) #### Changelog - [`f7fec6d`](https://redirect.github.com/budimanjojo/talhelper/commit/f7fec6db197850c0b59f291c4e6838be21d56871) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.10.2 - [`a742d82`](https://redirect.github.com/budimanjojo/talhelper/commit/a742d826afdd71860cd0ff390bd9fbce3c045d13) chore(container): update registry.k8s.io/kubectl docker tag to v1.33.1 - [`434481f`](https://redirect.github.com/budimanjojo/talhelper/commit/434481fd8763a88bf7d4ea28ef13bb31bb6ad337) chore(deps): update dependency siderolabs/talos to v1.10.2 - [`6b43362`](https://redirect.github.com/budimanjojo/talhelper/commit/6b433628eb11343abe0753662e1a3d3a0439a0dc) chore(github-action): update renovatebot/github-action action to v42.0.2 - [`a9ac8bb`](https://redirect.github.com/budimanjojo/talhelper/commit/a9ac8bb31a2baa4f36ac34c0c9bf37193d6c9879) chore(schema): update talos-extensions.yaml JSON schema - [`acb799d`](https://redirect.github.com/budimanjojo/talhelper/commit/acb799d37e3d836422f338e84ff54544e5609766) chore(schema): update talos-extensions.yaml JSON schema ([#​1002](https://redirect.github.com/budimanjojo/talhelper/issues/1002)) - [`db0a3f0`](https://redirect.github.com/budimanjojo/talhelper/commit/db0a3f0e15ed8e7ef32faa5a82394f64ee5e30cb) chore(schema): update talos-extensions.yaml JSON schema ([#​1007](https://redirect.github.com/budimanjojo/talhelper/issues/1007)) - [`64eab39`](https://redirect.github.com/budimanjojo/talhelper/commit/64eab392f8eb67a5f7a6400e787a9fc791fac700) chore(schema): update talos-extensions.yaml JSON schema ([#​996](https://redirect.github.com/budimanjojo/talhelper/issues/996)) - [`0ad35f1`](https://redirect.github.com/budimanjojo/talhelper/commit/0ad35f11fd5c7bbe7c1e13bef5a7e8feff8e7b4f) chore(schema): update talos-extensions.yaml JSON schema ([#​997](https://redirect.github.com/budimanjojo/talhelper/issues/997)) - [`714d142`](https://redirect.github.com/budimanjojo/talhelper/commit/714d142ebf877454a144d05db7abf49f2b099960) feat(genconfig): only append extra kernel args when not using UKI image - [`4d5a2b7`](https://redirect.github.com/budimanjojo/talhelper/commit/4d5a2b7f955115a0cb1e28d42b06b7e77f62fe17) feat(genconfig): verbose warning instead when secrets file is not found - [`5a1f13e`](https://redirect.github.com/budimanjojo/talhelper/commit/5a1f13ef3ed1fb73fa35836a56a8385702683277) feat: update Scoop for talhelper version v3.0.24 - [`a6d3e86`](https://redirect.github.com/budimanjojo/talhelper/commit/a6d3e8681ffa0dcc78bc06e04cb4ab2e8cbe8643) feat: update flake ([#​992](https://redirect.github.com/budimanjojo/talhelper/issues/992)) - [`bd5c597`](https://redirect.github.com/budimanjojo/talhelper/commit/bd5c5976aa0573cb1a81aac1c39c747bd54c6623) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.24
--- ### 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 39ef3c53344..9ac938d313f 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.24 + github.com/budimanjojo/talhelper/v3 v3.0.25 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