From 15ee62fbdc69318f5f121f5fcd38b5afe2cf4012 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 2 May 2025 08:10:13 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/budim?= =?UTF-8?q?anjojo/talhelper/v3=20v3.0.22=20=E2=86=92=20v3.0.23=20(clustert?= =?UTF-8?q?ool)=20(#34980)?= 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.22` -> `v3.0.23` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
budimanjojo/talhelper (github.com/budimanjojo/talhelper/v3) ### [`v3.0.23`](https://redirect.github.com/budimanjojo/talhelper/releases/tag/v3.0.23) [Compare Source](https://redirect.github.com/budimanjojo/talhelper/compare/v3.0.22...v3.0.23) #### Changelog - [`983ffcc`](https://redirect.github.com/budimanjojo/talhelper/commit/983ffccd83b3a0d2ef1918929cfbfc397f4cc731) chore(schema): update talos-extensions.yaml JSON schema ([#​967](https://redirect.github.com/budimanjojo/talhelper/issues/967)) - [`dfb8a27`](https://redirect.github.com/budimanjojo/talhelper/commit/dfb8a274ab6540ef6a62f7c7d125ff4cd77533a8) feat: add `v1.11` as supported version - [`8ebb8a9`](https://redirect.github.com/budimanjojo/talhelper/commit/8ebb8a916aa36ed49f255b8d75a934caa970694c) feat: update Scoop for talhelper version v3.0.22 - [`70b1366`](https://redirect.github.com/budimanjojo/talhelper/commit/70b1366083b9a294629590c82ec1c6e9452600c3) feat: update flake ([#​963](https://redirect.github.com/budimanjojo/talhelper/issues/963)) - [`4e9e235`](https://redirect.github.com/budimanjojo/talhelper/commit/4e9e23515efb4b9cf0d7680d26012d6b810998bd) fix(deps): update module github.com/budimanjojo/talhelper/v3 to v3.0.22 - [`514e977`](https://redirect.github.com/budimanjojo/talhelper/commit/514e977669c520b99d4cce06db79e687b6d8271b) fix(deps): update module github.com/siderolabs/image-factory to v0.7.0 - [`cdd847a`](https://redirect.github.com/budimanjojo/talhelper/commit/cdd847a4690072a6d8e86c0413ecbcd458be0615) fix(deps): update module github.com/siderolabs/talos/pkg/machinery to v1.11.0-alpha.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 adbd5d96675..8a7cb4686e1 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.22 + github.com/budimanjojo/talhelper/v3 v3.0.23 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