Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 18, 2025

Update Request | Renovate Bot

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v4 -> v5 age adoption passing confidence
actions/stale action major v9.1.0 -> v10.0.0 age adoption passing confidence
alpine final minor 3.21 -> 3.22 age adoption passing confidence
docker/dockerfile-upstream syntax minor 1.14.1-labs -> 1.18.0-labs age adoption passing confidence
github.com/google/cel-go replace minor v0.22.0 -> v0.26.1 age adoption passing confidence
github.com/onsi/gomega require minor v1.36.3 -> v1.38.2 age adoption passing confidence
github.com/siderolabs/talos/pkg/machinery require patch v1.11.0 -> v1.11.1 age adoption passing confidence
github.com/spf13/pflag require patch v1.0.7 -> v1.0.10 age adoption passing confidence
github.com/stretchr/testify require minor v1.10.0 -> v1.11.1 age adoption passing confidence
golang.org/x/sync require minor v0.15.0 -> v0.17.0 age adoption passing confidence
google.golang.org/grpc require minor v1.74.2 -> v1.75.1 age adoption passing confidence
google.golang.org/protobuf require patch v1.36.6 -> v1.36.9 age adoption passing confidence
k8s.io/api require minor v0.32.3 -> v0.34.1 age adoption passing confidence
k8s.io/apiextensions-apiserver require minor v0.32.3 -> v0.34.1 age adoption passing confidence
k8s.io/apimachinery require minor v0.32.3 -> v0.34.1 age adoption passing confidence
k8s.io/apiserver require minor v0.32.3 -> v0.34.1 age adoption passing confidence
k8s.io/client-go require minor v0.32.3 -> v0.34.1 age adoption passing confidence
k8s.io/component-base require minor v0.32.3 -> v0.34.1 age adoption passing confidence
k8s.io/utils require digest 3ea5e8c -> 0af2bda age adoption passing confidence
kenchan0130/actions-system-info action minor v1.3.1 -> v1.4.0 age adoption passing confidence
sigs.k8s.io/cluster-api require minor v1.10.4 -> v1.11.1 age adoption passing confidence
sigs.k8s.io/controller-runtime require minor v0.20.4 -> v0.22.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

actions/stale (actions/stale)

v10.0.0

Compare Source

What's Changed

Breaking Changes
Enhancement
Dependency Upgrades
Documentation changes

New Contributors

Full Changelog: actions/stale@v9...v10.0.0

google/cel-go (github.com/google/cel-go)

v0.26.1

Compare Source

What's Changed

New Contributors

Full Changelog: google/cel-go@v0.25.1...v0.26.1

v0.26.0

Compare Source

New Features ✨
Bug Fixes 🐛
Test Updates 🧪
Documentation 📚
Dependency Updates ⬆️

v0.25.1

Compare Source

v0.25.0

Compare Source

Features & Enhancements

This release introduces features for richer configuration-based CEL, AI prompt generation from config files, additional documentation, and 3x performance when evaluating traced / state-tracking expressions. This release also introduces a unit test runner framwork.

#​1141: Expose extension option factory as a public method

#​1143: Add a new compiler tool which can be used to compile CEL expressions and policies using serialized environment

#​1151: Lightweight observable evaluation

#​1155: Utilities for formatting and parsing documentation strings

#​1156: Support for documentation and example strings in CEL environments

#​1158: Re-export interpreter.AttributePattern in package cel.

#​1159: Document the standard library macros and functions

#​1160: Prompt generation for AI-assisted authoring based on a CEL environment

#​1117: Add LateFunctionBinding declaration and fix constant folding

#​1163: Initialize stateful observers prior to evaluation

#​1164: Unparse Expr values to strings

#​1149: Add test runner library

#​1167: REPL: Add an extension option for two var comprehensions

Fixes

Several fixes were implemented, including updating strings.format to better adhere to the specification, correcting constant folding logic alongside the late binding feature, removing a non-functional check in test code, and adding argument count validation for optFieldSelect.

#​1133: Update strings.format to adhere to the specification

#​1117: Add LateFunctionBinding declaration and fix constant folding

#​1161: Remove non-functional optional check in test-only selection

#​1168: Check arg count when validating optFieldSelect

Refactoring & Internal Improvements

General refactoring was performed across the codebase. Coverage and comments for Activation methods were improved. The test runner library was refactored to create options from flags and improve code structure.

#​1145: Refactoring changes

#​1150: Additional comments and coverage for Activation methods

#​1165: Refactoring changes to create a test runner option from passed flags, correct indentation and add package level comment for test

Documentation

Documentation was enhanced, including updates to the NativeTypes documentation regarding the cel tag, adding documentation for the optional library, and documenting the standard library functions/macros as part of the documentation string feature.

#​1148: Update NativeTypes doc to reflect how to enable cel tag

#​1155: Utilities for formatting and parsing documentation strings

#​1156: Support for documentation and example strings in CEL environments

#​1159: Document the standard library macros and functions

#​1162: Document optional library and increase docs coverage

Build System

Configuration fixes were made for Bzlmod compatibility.

#​1146: Bzlmod configuration fixes

Type System

Type formatting was updated to correctly handle type parameters.

#​1154: Update type formatting for type params

v0.24.1

Compare Source

Fixes

  • Separate unnest optimization from composer to capture type info [#​1138]

Full Changelog: google/cel-go@v0.24.0...v0.24.1

v0.24.0

Compare Source

Support for subsetting CEL standard library and serialization of CEL environments to YAML.

CEL is an official Google product [#​1122]

Features

  • Helper methods for subsetting function overloads [#​1120]
  • Introduce cel package aliases for Activation [#​1123]
  • Canonical environment description and stdlib subsetting [#​1125]
  • Support for cel.Env conversion to YAML-serializable config [#​1128]
  • Option to configure CEL via env.Config object [#​1129]
  • Support for feature flags and validators in env.Config [#​1132]
  • Add k8s custom policy tag handler for test [#​1121]

Fixes

  • ContextEval support for Unknowns [#​1126]
  • Fix godoc formatting for Lists and OptionalTypes functions [#​1127]
  • Default enable DefaultUTCTimeZone [#​1130]
  • Support for splitting nested branching operators within policies [#​1136]

New Contributors

Full Changelog: google/cel-go@v0.23.2...v0.24.0

v0.23.2

Compare Source

Corrects one remaining issue for cost computations from the v0.23.0 releases

Fixes

Full Changelog: google/cel-go@v0.23.1...v0.23.2

v0.23.1

Compare Source

Minor release to address cost tracking and size estimation [#​1113]

Full Changelog: google/cel-go@v0.23.0...v0.23.1

v0.23.0

Compare Source

Features

  • First and last element in list support [#​1067]
  • Add support for typed conformance tests. [#​1089]
  • Add syntax for escaped field selectors. [#​1002]
  • Add optional.unwrap() / .unwrapOpt() function [#​1103]
  • Cost tracking for two-variable comprehensions and bindings [#​1104]

Fixes

PR #​1099 enables a change in the internal variable name used for comprehension result accumulation. This change may break some tests which inspect the AST contents in text form; however, will not break any existing uses of CEL during parse, check, or evaluation.

  • Improve policy compiler error message for incompatible outputs. [#​1082]
  • Fix partial evaluation with the comprehension folder objects [#​1084]
  • Introduce versioning options to all extensions [#​1075]
  • Fix a crash in mismatched output check for nested rules [#​1086]
  • improve debug output to properly quote byte strings [#​1088]
  • Fix two-variable comprehension pruning [#​1083]
  • Replace checks for valid UTF-8 in strings with go-maintained calls [#​1094]
  • Policy nested rule fix [#​1092]
  • Address non-const format string lint findings [#​1096]
  • Fix typos in ext/README.md [#​1098]
  • Add option to use inaccessible accumulator var [#​1097]
  • Add test cases for string.format covering various edge cases [#​1101]
  • Add base_config and partial_config files under restricted_destination testdata [#​1106]
  • Default enable using hidden accumulator name [#​1099]
  • Update PruneAst to support constants of optional type [#​1109]

New Contributors

Full Changelog: google/cel-go@v0.22.1...v0.23.0

v0.22.1

Compare Source

Fixes

  • Additional hardening on legacy macros [#​1064]
  • Additional nil-safety checks with corresponding test updates [#​1073]
  • Add two-variable comprehension support to cel-policy [#​1074]
  • Fix optional test to short-circuit [#​1076]
  • Fix nil-type when two-var comprehension has a dyn range [#​1077]

New Contributors

Full Changelog: google/cel-go@v0.22.0...v0.22.1

onsi/gomega (github.com/onsi/gomega)

v1.38.2

Compare Source

1.38.2

v1.38.1

Compare Source

1.38.1

Fixes

Numerous minor fixes and dependency bumps

v1.38.0

Compare Source

1.38.0

Features
  • gstruct handles extra unexported fields [4ee7ed0]
Fixes
  • support [] in IgnoringTopFunction function signatures (#​851) [36bbf72]
Maintenance

v1.37.0

Compare Source

1.37.0
Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)

v1.11.1

Compare Source

Talos 1.11.1 (2025-09-08)

Welcome to the v1.11.1 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Component Updates

Linux: 6.12.45
CoreDNS: 1.12.3

Talos is built with Go 1.24.6.

Contributors
  • Andrey Smirnov
  • Markus Freitag
  • Olivier Doucet
  • Sammy ETUR
Changes
7 commits

Changes from siderolabs/pkgs
3 commits

Dependency Changes
  • cloud.google.com/go/compute/metadata v0.7.0 -> v0.8.0
  • github.com/aws/aws-sdk-go-v2/config v1.29.17 -> v1.31.2
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 -> v1.18.4
  • github.com/aws/smithy-go v1.22.4 -> v1.22.5
  • github.com/miekg/dns v1.1.67 -> v1.1.68
  • github.com/siderolabs/pkgs v1.11.0-15-g2ac857a -> v1.11.0-18-g1a25681
  • github.com/siderolabs/talos/pkg/machinery v1.11.0 -> v1.11.1
  • golang.org/x/net v0.42.0 -> v0.43.0
  • golang.org/x/sys v0.34.0 -> v0.35.0
  • golang.org/x/term v0.33.0 -> v0.34.0
  • golang.org/x/text v0.27.0 -> v0.28.0
  • google.golang.org/grpc v1.73.0 -> v1.75.0
  • google.golang.org/protobuf v1.36.6 -> v1.36.8

Previous release can be found at v1.11.0

Images

ghcr.io/siderolabs/flannel:v0.27.2
registry.k8s.io/coredns/coredns:v1.12.3
gcr.io/etcd-development/etcd:v3.6.4
registry.k8s.io/kube-apiserver:v1.34.0
registry.k8s.io/kube-controller-manager:v1.34.0
registry.k8s.io/kube-scheduler:v1.34.0
registry.k8s.io/kube-proxy:v1.34.0
ghcr.io/siderolabs/kubelet:v1.34.0
ghcr.io/siderolabs/installer:v1.11.1
registry.k8s.io/pause:3.10
spf13/pflag (github.com/spf13/pflag)

v1.0.10

Compare Source

What's Changed

  • fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @​thaJeztah in #​447
  • remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @​thaJeztah in #​448

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

Compare Source

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Aug 18, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/google/gnostic-models v0.6.8 -> v0.6.9
github.com/prometheus/client_golang v1.19.1 -> v1.22.0
github.com/prometheus/common v0.55.0 -> v0.62.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 -> v0.58.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 -> v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 -> v1.33.0
go.opentelemetry.io/proto/otlp v1.3.1 -> v1.4.0
golang.org/x/crypto v0.38.0 -> v0.39.0
golang.org/x/net v0.40.0 -> v0.41.0
golang.org/x/text v0.25.0 -> v0.26.0
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f -> v0.0.0-20250318190949-c8a335a9a2ff
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 -> v0.31.2
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 -> v4.6.0

@github-project-automation github-project-automation bot moved this to To Do in Planning Aug 18, 2025
@talos-bot talos-bot moved this from To Do to In Review in Planning Aug 18, 2025
@smira smira removed this from Planning Aug 18, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch from 0f40d3a to 4f0cfd9 Compare August 23, 2025 15:57
Copy link
Author

renovate bot commented Aug 23, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.10
go: downloading github.com/spf13/pflag v1.0.10
go: downloading k8s.io/api v0.34.1
go: downloading k8s.io/apimachinery v0.34.1
go: downloading k8s.io/client-go v0.34.1
go: downloading k8s.io/component-base v0.34.1
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading sigs.k8s.io/cluster-api v1.11.1
go: downloading sigs.k8s.io/controller-runtime v0.22.1
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/siderolabs/talos/pkg/machinery v1.11.1
go: downloading google.golang.org/grpc v1.75.1
go: downloading k8s.io/apiserver v0.34.1
go: downloading k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
go: downloading github.com/gobuffalo/flect v1.0.3
go: downloading github.com/onsi/gomega v1.38.2
go: downloading github.com/siderolabs/crypto v0.6.3
go: downloading github.com/siderolabs/gen v0.8.5
go: downloading github.com/stretchr/testify v1.11.1
go: downloading golang.org/x/sync v0.17.0
go: downloading google.golang.org/protobuf v1.36.9
go: downloading k8s.io/apiextensions-apiserver v0.34.1
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/siderolabs/capi-utils v0.0.0-20250812174642-8d7036d74b13
go: downloading github.com/siderolabs/go-retry v0.3.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading gomodules.xyz/jsonpatch/v2 v2.5.0
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
go: downloading github.com/cosi-project/runtime v1.10.7
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/siderolabs/go-api-signature v0.3.7
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79
go: downloading github.com/containerd/go-cni v1.1.12
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/siderolabs/go-pointer v1.0.1
go: downloading github.com/opencontainers/runtime-spec v1.2.1
go: downloading github.com/siderolabs/protoenc v0.2.2
go: downloading golang.org/x/net v0.43.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/spf13/viper v1.20.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8
go: downloading github.com/json-iterator/go v1.1.12
go: downloading go.yaml.in/yaml/v2 v2.4.2
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/spf13/cobra v1.9.1
go: downloading golang.org/x/term v0.34.0
go: downloading github.com/emicklei/go-restful/v3 v3.12.2
go: downloading k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
go: downloading github.com/prometheus/client_golang v1.22.0
go: downloading golang.org/x/time v0.11.0
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/ProtonMail/gopenpgp/v2 v2.8.3
go: downloading github.com/adrg/xdg v0.5.3
go: downloading github.com/containernetworking/cni v1.2.3
go: downloading github.com/sasha-s/go-deadlock v0.3.5
go: downloading golang.org/x/sys v0.35.0
go: downloading k8s.io/cluster-bootstrap v0.33.3
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/google/cel-go v0.26.1
go: downloading github.com/siderolabs/net v0.4.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/sagikazarmark/locafero v0.7.0
go: downloading github.com/spf13/afero v1.12.0
go: downloading github.com/spf13/cast v1.7.1
go: downloading github.com/google/go-github/v53 v53.2.0
go: downloading golang.org/x/oauth2 v0.30.0
go: downloading github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/google/gnostic-models v0.7.0
go: downloading go.opentelemetry.io/otel v1.37.0
go: downloading github.com/NYTimes/gziphandler v1.1.1
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.62.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250715232539-7130f93afb79
go: downloading github.com/gertd/go-pluralize v0.2.1
go: downloading github.com/ProtonMail/go-crypto v1.2.0
go: downloading github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
go: downloading github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7
go: downloading golang.org/x/text v0.28.0
go: downloading github.com/jsimonetti/rtnetlink/v2 v2.0.5
go: downloading github.com/mdlayher/ethtool v0.4.0
go: downloading cel.dev/expr v0.24.0
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.3
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading go.opentelemetry.io/otel/trace v1.37.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0
go: downloading go.opentelemetry.io/otel/sdk v1.37.0
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading golang.org/x/crypto v0.41.0
go: downloading github.com/cloudflare/circl v1.6.1
go: downloading github.com/mdlayher/netlink v1.7.2
go: downloading github.com/josharian/native v1.1.0
go: downloading github.com/mdlayher/genetlink v1.3.2
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.37.0
go: downloading go.opentelemetry.io/proto/otlp v1.5.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/antlr4-go/antlr/v4 v4.13.1
go: downloading github.com/mdlayher/socket v0.5.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2
go: downloading golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
go: github.com/siderolabs/cluster-api-control-plane-provider-talos imports
	sigs.k8s.io/cluster-api/api/v1beta1: cannot find module providing package sigs.k8s.io/cluster-api/api/v1beta1

@renovate renovate bot force-pushed the renovate/dependencies branch from 4f0cfd9 to c71b548 Compare August 24, 2025 19:13
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from 4a67b3f to 34d2544 Compare September 4, 2025 23:41
@renovate renovate bot force-pushed the renovate/dependencies branch from 34d2544 to d9f3459 Compare September 9, 2025 11:51
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/dependencies branch from d9f3459 to 5073e12 Compare September 11, 2025 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants