Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 6, 2025

Update Request | Renovate Bot

This PR contains the following updates:

Package Type Update Change 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.20.0-labs age adoption passing confidence
github.com/Masterminds/semver/v3 require minor v3.3.0 -> v3.4.0 age adoption passing confidence
github.com/google/cel-go replace minor v0.22.0 -> v0.26.1 age adoption passing confidence
github.com/spf13/pflag require patch v1.0.7 -> v1.0.10 age adoption passing confidence
gopkg.in/yaml.v2 require major v2.4.0 -> v3.0.1 age adoption passing confidence
k8s.io/api require minor v0.32.3 -> v0.34.2 age adoption passing confidence
k8s.io/apiextensions-apiserver require minor v0.32.3 -> v0.34.2 age adoption passing confidence
k8s.io/apimachinery require minor v0.32.3 -> v0.34.2 age adoption passing confidence
k8s.io/client-go require minor v0.32.3 -> v0.34.2 age adoption passing confidence
k8s.io/component-base require minor v0.32.3 -> v0.34.2 age adoption passing confidence
sigs.k8s.io/cluster-api require minor v1.10.4 -> v1.11.3 age adoption passing confidence
sigs.k8s.io/controller-runtime require minor v0.20.4 -> v0.22.4 age adoption passing confidence

Release Notes

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.4.0

Compare Source

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.3.1...v3.4.0

v3.3.1

Compare Source

What's Changed

Full Changelog: Masterminds/semver@v3.3.0...v3.3.1

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

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

go-yaml/yaml (gopkg.in/yaml.v2)

v3.0.1

Compare Source

v3.0.0

Compare Source

kubernetes/api (k8s.io/api)

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.10

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.10

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.10

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.10

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

kubernetes/component-base (k8s.io/component-base)

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.10

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

kubernetes-sigs/cluster-api (sigs.k8s.io/cluster-api)

v1.11.3

Compare Source

👌 Kubernetes version support

  • Management Cluster: v1.30.x -> v1.34.x
  • Workload Cluster: v1.28.x -> v1.34.x

More information about version support can be found here

Changes since v1.11.2

📈 Overview

  • 13 new commits merged
  • 1 feature addition ✨

✨ New Features

  • KCP: Bump coredns/corefile-migration to v1.0.29 (#​12863)

🌱 Others

  • CAPD: Recreate container if we re-enter reconciliation and it exists but is not running (#​12933)
  • clusterctl: Bump cert-manager to v1.19.0 (#​12832)
  • clusterctl: Bump cert-manager to v1.19.1 (#​12875)
  • Dependency: Bump Go to v1.24.8 (#​12829)
  • Dependency: Bump Go to v1.24.9 (#​12868)
  • e2e: Fix self-hosted to actually read DOCKER_PRELOAD_IMAGES from the e2e config (#​12932)
  • Runtime SDK: Add hint to look into controller logs to runtime client error response (#​12850)

📖 Additionally, there have been 5 contributions to our documentation and book. (#​12837, #​12839, #​12887, #​12894, [#​12916](https://redirect.github.com/ku


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.

@renovate
Copy link
Author

renovate bot commented Oct 6, 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/spf13/pflag v1.0.10
go: downloading k8s.io/api v0.34.2
go: downloading k8s.io/apimachinery v0.34.2
go: downloading k8s.io/client-go v0.34.2
go: downloading k8s.io/component-base v0.34.2
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading sigs.k8s.io/cluster-api v1.11.3
go: downloading sigs.k8s.io/controller-runtime v0.22.4
go: downloading github.com/google/go-cmp v0.7.0
go: downloading k8s.io/apiextensions-apiserver v0.34.2
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading github.com/evanphx/json-patch v5.9.11+incompatible
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/siderolabs/crypto v0.6.4
go: downloading github.com/siderolabs/go-pointer v1.0.1
go: downloading github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/stretchr/testify v1.11.1
go: downloading golang.org/x/sys v0.38.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
go: downloading k8s.io/apiserver v0.34.2
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 sigs.k8s.io/structured-merge-diff/v6 v6.3.0
go: downloading github.com/onsi/gomega v1.38.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/siderolabs/gen v0.8.6
go: downloading go.yaml.in/yaml/v4 v4.0.0-rc.3
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/cosi-project/runtime v1.12.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/google/cel-go v0.26.1
go: downloading github.com/opencontainers/runtime-spec v1.2.1
go: downloading github.com/siderolabs/net v0.4.0
go: downloading github.com/containerd/go-cni v1.1.13
go: downloading github.com/jsimonetti/rtnetlink/v2 v2.1.0
go: downloading github.com/mdlayher/ethtool v0.4.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/gobuffalo/flect v1.0.3
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/net v0.47.0
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading go.uber.org/zap v1.27.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
go: downloading github.com/google/uuid v1.6.0
go: downloading golang.org/x/time v0.14.0
go: downloading github.com/spf13/cobra v1.9.1
go: downloading github.com/emicklei/go-restful/v3 v3.12.2
go: downloading github.com/prometheus/client_golang v1.22.0
go: downloading sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8
go: downloading github.com/google/btree v1.1.3
go: downloading golang.org/x/sync v0.18.0
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading go.yaml.in/yaml/v2 v2.4.2
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/siderolabs/protoenc v0.2.4
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading cel.dev/expr v0.24.0
go: downloading google.golang.org/protobuf v1.36.10
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/containernetworking/cni v1.3.0
go: downloading github.com/sasha-s/go-deadlock v0.3.5
go: downloading github.com/mdlayher/netlink v1.8.0
go: downloading github.com/josharian/native v1.1.0
go: downloading github.com/mdlayher/genetlink v1.3.2
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading golang.org/x/term v0.37.0
go: downloading golang.org/x/oauth2 v0.30.0
go: downloading github.com/google/go-github/v53 v53.2.0
go: downloading github.com/adrg/xdg v0.5.3
go: downloading github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
go: downloading github.com/spf13/viper v1.20.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/google/gnostic-models v0.7.0
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading go.opentelemetry.io/otel v1.37.0
go: downloading github.com/NYTimes/gziphandler v1.1.1
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 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 google.golang.org/grpc v1.76.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
go: downloading github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7
go: downloading github.com/mdlayher/socket v0.5.1
go: downloading k8s.io/cluster-bootstrap v0.33.3
go: downloading golang.org/x/text v0.31.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/ProtonMail/go-crypto v1.3.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/MakeNowJust/heredoc v1.0.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/distribution/reference v0.6.0
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/mailru/easyjson v0.7.7
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/antlr4-go/antlr/v4 v4.13.1
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
go: downloading github.com/gertd/go-pluralize v0.2.1
go: downloading golang.org/x/crypto v0.44.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/opencontainers/go-digest v1.0.0
go: downloading github.com/josharian/intern 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 gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
go: downloading github.com/cloudflare/circl v1.6.1
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
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: github.com/siderolabs/cluster-api-bootstrap-provider-talos imports
	sigs.k8s.io/cluster-api/api/v1beta1: cannot find module providing package sigs.k8s.io/cluster-api/api/v1beta1
go: github.com/siderolabs/cluster-api-bootstrap-provider-talos/controllers imports
	sigs.k8s.io/cluster-api/exp/api/v1beta1: cannot find module providing package sigs.k8s.io/cluster-api/exp/api/v1beta1

@github-project-automation github-project-automation bot moved this to To Do in Planning Oct 6, 2025
@talos-bot talos-bot moved this from To Do to In Review in Planning Oct 6, 2025
@smira smira removed this from Planning Oct 6, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 81cff77 to 44e5d98 Compare October 11, 2025 11:10
@renovate renovate bot force-pushed the renovate/dependencies branch from 44e5d98 to 3d41cc6 Compare October 16, 2025 07:00
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from d9b4a3d to 67b4e1c Compare November 9, 2025 03:55
@renovate renovate bot force-pushed the renovate/dependencies branch from 67b4e1c to b2d5973 Compare November 16, 2025 15:33
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/dependencies branch from b2d5973 to f462ada Compare November 18, 2025 15:56
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.

1 participant