Skip to content

chore(deps): update module sigs.k8s.io/controller-tools to v0.21.0#94

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sigs.k8s.io-controller-tools-0.x
Open

chore(deps): update module sigs.k8s.io/controller-tools to v0.21.0#94
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sigs.k8s.io-controller-tools-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 18, 2025

This PR contains the following updates:

Package Change Age Confidence
sigs.k8s.io/controller-tools v0.19.0v0.21.0 age confidence

Release Notes

kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)

v0.21.0

Compare Source

v0.20.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-tools@v0.20.0...v0.20.1

v0.20.0

Compare Source

What's Changed

Misc

envtest

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.19.0...v0.20.0


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Dec 18, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 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):

  • 61 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.1 -> 1.26.0
github.com/onsi/gomega v1.38.3 -> v1.40.0
k8s.io/api v0.34.6 -> v0.36.0
k8s.io/apimachinery v0.34.6 -> v0.36.0
k8s.io/client-go v0.34.6 -> v0.36.0
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 -> v0.0.0-20260319190234-28399d86e0b5
github.com/coreos/go-systemd/v22 v22.5.0 -> v22.7.0
github.com/fatih/color v1.18.0 -> v1.19.0
github.com/fsnotify/fsnotify v1.9.0 -> v1.10.0
github.com/fxamacker/cbor/v2 v2.9.0 -> v2.9.1
github.com/go-openapi/jsonpointer v0.22.0 -> v0.23.1
github.com/go-openapi/jsonreference v0.21.1 -> v0.21.5
github.com/go-openapi/swag v0.24.1 -> v0.26.0
github.com/go-openapi/swag/cmdutils v0.24.0 -> v0.26.0
github.com/go-openapi/swag/conv v0.24.0 -> v0.26.0
github.com/go-openapi/swag/fileutils v0.24.0 -> v0.26.0
github.com/go-openapi/swag/jsonname v0.24.0 -> v0.26.0
github.com/go-openapi/swag/jsonutils v0.24.0 -> v0.26.0
github.com/go-openapi/swag/loading v0.24.0 -> v0.26.0
github.com/go-openapi/swag/mangling v0.24.0 -> v0.26.0
github.com/go-openapi/swag/netutils v0.24.0 -> v0.26.0
github.com/go-openapi/swag/stringutils v0.24.0 -> v0.26.0
github.com/go-openapi/swag/typeutils v0.24.0 -> v0.26.0
github.com/go-openapi/swag/yamlutils v0.24.0 -> v0.26.0
github.com/google/gnostic-models v0.7.0 -> v0.7.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 -> v2.27.7
github.com/prometheus/common v0.66.1 -> v0.67.5
github.com/prometheus/procfs v0.17.0 -> v0.20.1
github.com/spf13/cobra v1.10.1 -> v1.10.2
go.etcd.io/etcd/api/v3 v3.6.4 -> v3.6.8
go.etcd.io/etcd/client/pkg/v3 v3.6.4 -> v3.6.8
go.etcd.io/etcd/client/v3 v3.6.4 -> v3.6.8
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 -> v0.65.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 -> v0.65.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 -> v1.40.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 -> v1.40.0
go.opentelemetry.io/proto/otlp v1.8.0 -> v1.9.0
go.uber.org/zap v1.27.0 -> v1.27.1
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
golang.org/x/crypto v0.46.0 -> v0.50.0
golang.org/x/exp v0.0.0-20250911091902-df9299821621 -> v0.0.0-20251219203646-944ab1f22d93
golang.org/x/mod v0.30.0 -> v0.35.0
golang.org/x/net v0.48.0 -> v0.53.0
golang.org/x/oauth2 v0.34.0 -> v0.36.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.42.0 -> v0.43.0
golang.org/x/term v0.38.0 -> v0.42.0
golang.org/x/text v0.32.0 -> v0.36.0
golang.org/x/time v0.13.0 -> v0.15.0
golang.org/x/tools v0.39.0 -> v0.44.0
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 -> v0.0.0-20260128011058-8636f8732409
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 -> v0.0.0-20260128011058-8636f8732409
google.golang.org/protobuf v1.36.10 -> v1.36.12-0.20260120151049-f2248ac996af
k8s.io/apiextensions-apiserver v0.34.1 -> v0.36.0
k8s.io/apiserver v0.34.1 -> v0.36.0
k8s.io/code-generator v0.34.1 -> v0.36.0
k8s.io/component-base v0.34.1 -> v0.36.0
k8s.io/gengo/v2 v2.0.0-20250820003526-c297c0c1eb9d -> v2.0.0-20250922181213-ec3ebc5fd46b
k8s.io/klog/v2 v2.130.1 -> v2.140.0
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 -> v0.0.0-20260427204847-8949caaa1199
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.33.0 -> v0.34.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.4.0

@renovate renovate Bot force-pushed the renovate/sigs.k8s.io-controller-tools-0.x branch from 6320447 to bb9367b Compare February 2, 2026 19:07
@renovate renovate Bot changed the title chore(deps): update module sigs.k8s.io/controller-tools to v0.20.0 chore(deps): update module sigs.k8s.io/controller-tools to v0.20.1 Feb 13, 2026
@renovate renovate Bot force-pushed the renovate/sigs.k8s.io-controller-tools-0.x branch from bb9367b to 1e2e358 Compare February 13, 2026 17:42
@renovate renovate Bot force-pushed the renovate/sigs.k8s.io-controller-tools-0.x branch 2 times, most recently from 6ef6ea9 to f3acd61 Compare April 2, 2026 14:34
@renovate renovate Bot force-pushed the renovate/sigs.k8s.io-controller-tools-0.x branch from f3acd61 to 1371b44 Compare April 12, 2026 17:12
@renovate renovate Bot force-pushed the renovate/sigs.k8s.io-controller-tools-0.x branch from 1371b44 to b660988 Compare May 4, 2026 14:08
@github-actions github-actions Bot removed the fix label May 4, 2026
@renovate renovate Bot force-pushed the renovate/sigs.k8s.io-controller-tools-0.x branch from b660988 to 648349b Compare May 4, 2026 14:55
@renovate renovate Bot changed the title chore(deps): update module sigs.k8s.io/controller-tools to v0.20.1 chore(deps): update module sigs.k8s.io/controller-tools to v0.21.0 May 6, 2026
@renovate renovate Bot force-pushed the renovate/sigs.k8s.io-controller-tools-0.x branch from 648349b to dfc7b07 Compare May 6, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants