From db9a9cc57aae4bede7dbd6f4c5c663807dd71f46 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 13 Mar 2025 07:25:23 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/budim?= =?UTF-8?q?anjojo/talhelper/v3=20v3.0.20=20=E2=86=92=20v3.0.21=20(clustert?= =?UTF-8?q?ool)=20(#33210)?= 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.20` -> `v3.0.21` | --- ### Release Notes
budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3) ### [`v3.0.21`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.21) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.20...v3.0.21) #### Changelog - [`e655789`](https://redirect.github.com/budimanjojo/talhelper/commit/e6557899a20a5fd5af82775971451335a28e24d2) chore(container): update ghcr.io/siderolabs/talosctl docker tag to v1.9.5 - [`b39ef41`](https://redirect.github.com/budimanjojo/talhelper/commit/b39ef41441cddc75e808b6be0036c76b94452a2b) chore(container): update golangci/golangci-lint docker tag to v1.64.7 - [`25e0fd0`](https://redirect.github.com/budimanjojo/talhelper/commit/25e0fd03a1c2de46761436ea684a8de14cab5154) chore(container): update registry.k8s.io/kubectl docker tag to v1.32.3 - [`01483a5`](https://redirect.github.com/budimanjojo/talhelper/commit/01483a553634f07f614bdaa337e8e064e73a4e81) chore(deps): update dependency siderolabs/talos to v1.9.5 - [`a0dbebd`](https://redirect.github.com/budimanjojo/talhelper/commit/a0dbebdbe6316a71e1c693714f344ed270a6606d) chore(github-action)!: Update cachix/install-nix-action action to v31 - [`9be9c47`](https://redirect.github.com/budimanjojo/talhelper/commit/9be9c4761874e3b72f3521a202c94a00039a0983) chore(schema): update talos-extensions.yaml JSON schema - [`ca8884f`](https://redirect.github.com/budimanjojo/talhelper/commit/ca8884ffba92c20627b012427f98822f334bf57e) chore(schema): update talos-extensions.yaml JSON schema - [`a962d3b`](https://redirect.github.com/budimanjojo/talhelper/commit/a962d3b5639817b4011ddc1c393f36f3dc8204df) chore(schema): update talos-extensions.yaml JSON schema ([#​886](https://redirect.github.com/budimanjojo/talhelper/issues/886)) - [`001c278`](https://redirect.github.com/budimanjojo/talhelper/commit/001c278d4e15fff790e846b9f9bf6c9502eaea9b) chore(schema): update talos-extensions.yaml JSON schema ([#​894](https://redirect.github.com/budimanjojo/talhelper/issues/894)) - [`c9be9cd`](https://redirect.github.com/budimanjojo/talhelper/commit/c9be9cd593d2a239b76bdf35a06f7a703c6a9998) feat: update Scoop for talhelper version v3.0.20 - [`94ec9ba`](https://redirect.github.com/budimanjojo/talhelper/commit/94ec9ba48d1ad1c0c8bed408b01f31b5b9cfc1f0) feat: update flake ([#​882](https://redirect.github.com/budimanjojo/talhelper/issues/882)) - [`e7b8516`](https://redirect.github.com/budimanjojo/talhelper/commit/e7b85164e7aa666e388251862e11d34cc2be3252) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.20
--- ### 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 4d6cc63c161..e4758300854 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -6,7 +6,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.20 + github.com/budimanjojo/talhelper/v3 v3.0.21 github.com/getsops/sops/v3 v3.9.4 github.com/go-git/go-git/v5 v5.14.0 github.com/go-logr/zerologr v1.2.3