From 772b3f79044370fe7cd735b39fbe23a14623ca32 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 19 Aug 2025 10:37:15 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/sider?= =?UTF-8?q?olabs/talos/pkg/machinery=20v1.11.0-beta.2=20=E2=86=92=20v1.11.?= =?UTF-8?q?0-rc.0=20(clustertool)=20(#38629)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/siderolabs/talos/pkg/machinery](https://redirect.github.com/siderolabs/talos) | `v1.11.0-beta.2` -> `v1.11.0-rc.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsiderolabs%2ftalos%2fpkg%2fmachinery/v1.11.0-rc.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsiderolabs%2ftalos%2fpkg%2fmachinery/v1.11.0-beta.2/v1.11.0-rc.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
siderolabs/talos (github.com/siderolabs/talos/pkg/machinery) ### [`v1.11.0-rc.0`](https://redirect.github.com/siderolabs/talos/compare/v1.11.0-beta.2...v1.11.0-rc.0) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.11.0-beta.2...v1.11.0-rc.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 +- clustertool/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index a338ec7631c..ebe95cf1396 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -18,7 +18,7 @@ require ( github.com/knadh/koanf/v2 v2.2.2 github.com/leaanthony/debme v1.2.1 github.com/rs/zerolog v1.34.0 - github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.2 + github.com/siderolabs/talos/pkg/machinery v1.11.0-rc.0 github.com/spf13/cobra v1.9.1 golang.org/x/crypto v0.41.0 gopkg.in/yaml.v3 v3.0.1 diff --git a/clustertool/go.sum b/clustertool/go.sum index 5823513d60e..c7fc134a7a7 100644 --- a/clustertool/go.sum +++ b/clustertool/go.sum @@ -692,6 +692,8 @@ github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.1 h1:KUaHA8TQQdmXALpIIC0G github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.1/go.mod h1:YZWMHzfKssJgAxrEQXvTGEBEf/ufpzXA9R+8ZzCFDUc= github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.2 h1:gZOtd+Rgi2AZvApAJETpr62Xaugl9OCpjm9uVygalaw= github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.2/go.mod h1:YZWMHzfKssJgAxrEQXvTGEBEf/ufpzXA9R+8ZzCFDUc= +github.com/siderolabs/talos/pkg/machinery v1.11.0-rc.0 h1:rmIb5wC9Z8v0LufLfKxX6F/e9hzVak+RyAfHr8Ttlm0= +github.com/siderolabs/talos/pkg/machinery v1.11.0-rc.0/go.mod h1:/GdYEC36ejnEqxvGyYngAB8R+ilSqu2ZBW79Vc273Mo= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=