Skip to content

fix(deps): update kubernetes#988

Merged
AshleyDumaine merged 3 commits intomainfrom
renovate/kubernetes-go
Feb 11, 2026
Merged

fix(deps): update kubernetes#988
AshleyDumaine merged 3 commits intomainfrom
renovate/kubernetes-go

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 20, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
k8s.io/api v0.34.3v0.35.1 age confidence require minor
k8s.io/apimachinery v0.34.3v0.35.1 age confidence require minor
k8s.io/client-go v0.34.3v0.35.1 age confidence require minor
k8s.io/code-generator v0.34.3v0.35.1 age confidence minor
k8s.io/utils bc988d5b8788ab age confidence require digest
sigs.k8s.io/cluster-api v1.12.0v1.12.2 age confidence require patch
sigs.k8s.io/controller-runtime v0.22.4v0.23.1 age confidence require minor
sigs.k8s.io/controller-tools v0.19.0v0.20.0 age confidence minor

Release Notes

kubernetes/api (k8s.io/api)

v0.35.1

Compare Source

v0.35.0

Compare Source

v0.34.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.35.1

Compare Source

v0.35.0

Compare Source

v0.34.4

Compare Source

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

v0.35.1

Compare Source

v0.35.0

Compare Source

v0.34.4

Compare Source

kubernetes/code-generator (k8s.io/code-generator)

v0.35.1

Compare Source

v0.35.0

Compare Source

v0.34.4

Compare Source

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

v1.12.2

Compare Source

👌 Kubernetes version support

  • Management Cluster: v1.31.x -> v1.35.x
  • Workload Cluster: v1.29.x -> v1.35.x

More information about version support can be found here

Changes since v1.12.1

📈 Overview

  • 14 new commits merged
  • 4 bugs fixed 🐛

🐛 Bug Fixes

  • API: Fix v1beta1 ControlPlane contract to handle .status.initialized correctly (#​13188)
  • ClusterClass: Allow adding spec via ClusterClass JSON patches (#​13226)
  • Runtime SDK: Improve client cert/key rotation of the RuntimeSDK client (#​13217)
  • Testing: Fix webhook envtest tests for Kubernetes < v1.35 (#​13172)

🌱 Others

  • CI: Use env test 1.35.0 (#​13169)
  • ClusterClass: Improve topology diff (#​13173)
  • Dependency: Bump Go to v1.24.12 (#​13241)
  • Dependency: Bump to controller-runtime v0.22.5 (#​13246)
  • KCP: Remove the ControlPlaneKubeletLocalMode for kubeadm 1.36 later (#​13211)
  • MachineHealthCheck: Decrease verbosity for MHC log entry (#​13203)

📖 Additionally, there have been 4 contributions to our documentation and book. (#​13197, #​13198, #​13208, #​13219)

Dependencies

Added

Nothing has changed.

Changed
  • k8s.io/api: v0.34.2 → v0.34.3
  • k8s.io/apiextensions-apiserver: v0.34.2 → v0.34.3
  • k8s.io/apimachinery: v0.34.2 → v0.34.3
  • k8s.io/apiserver: v0.34.2 → v0.34.3
  • k8s.io/client-go: v0.34.2 → v0.34.3
  • k8s.io/code-generator: v0.34.2 → v0.34.3
  • k8s.io/component-base: v0.34.2 → v0.34.3
  • k8s.io/kms: v0.34.2 → v0.34.3
  • sigs.k8s.io/controller-runtime: v0.22.4 → v0.22.5
Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.12.1

Compare Source

👌 Kubernetes version support

  • Management Cluster: v1.31.x -> v1.35.x
  • Workload Cluster: v1.29.x -> v1.35.x

More information about version support can be found here

Highlights

  • Support for Kubernetes v1.35

Changes since v1.12.0

📈 Overview

  • 8 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • KCP/MachineSet: Preserve existing object names for backward compatibility with pre-v1.7 in-place updates (#​13147)

🌱 Others

  • CI: Bump Kubernetes version used for testing to v1.35.0-rc.1 (#​13139)
  • e2e: Bump kind to v0.31.0 (#​13163)
  • e2e: Bump Kubernetes version used for testing to v1.35.0 (#​13161)
  • e2e: Bump to etcd-v3.6.6-0 (#​13145)

📖 Additionally, there have been 3 contributions to our documentation and book. (#​13141, #​13154, #​13160)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

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

v0.23.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.23.0...v0.23.1

v0.23.0

Compare Source

🔆 Highlights

⚠️ Breaking changes

  • Dependencies: Update to k8s.io/* v1.35 by @​alvaroaleman @​dongjiang1989 @​kannon92 (#​3316, #​3349, #​3386, #​3391, #​3401)
  • Client: Add subresource Apply support by @​alvaroaleman in #​3321
  • Events: Migration to the new events API by @​clebs in #​3262
    • Using the new GetEventRecorderFor requires updating your rbac for events to use the events.k8s.io apiGroup rather than the `` (core) apiGroup
  • Fakeclient: Set ResourceVersion for SSA Create by @​alvaroaleman in #​3311
  • Webhooks: Generic Validator and Defaulter by @​alvaroaleman in #​3360
    • Existing code of the form builder.WebhookManagedBy(mgr).For(&corev1.Deployment{}) has to be changed to builder.WebhookManagedBy(mgr, &appsv1.Deployment{})
    • Existing webhook implementations have to be changed to take the concrete object rather than runtime.Object, for example from ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error) to ValidateCreate(ctx context.Context, obj *appsv1.Deployment) (admission.Warnings, error)

✨ Features

🐛 Bugfixes

🌱 Other

📖 Documentation

Dependencies

Added
  • github.com/Masterminds/semver/v3: v3.4.0
  • github.com/gkampitakis/ciinfo: v0.3.2
  • github.com/gkampitakis/go-diff: v1.3.2
  • github.com/gkampitakis/go-snaps: v0.5.15
  • github.com/goccy/go-yaml: v1.18.0
  • github.com/joshdk/go-junit: v1.0.0
  • github.com/maruel/natural: v1.1.1
  • github.com/mfridman/tparse: v0.18.0
  • github.com/tidwall/gjson: v1.18.0
  • github.com/tidwall/match: v1.1.1
  • github.com/tidwall/pretty: v1.2.1
  • github.com/tidwall/sjson: v1.2.5
  • go.uber.org/automaxprocs: v1.6.0
  • golang.org/x/tools/go/expect: v0.1.0-deprecated
  • golang.org/x/tools/go/packages/packagestest: v0.1.1-deprecated
Changed
  • github.com/go-logr/logr: v1.4.2 → v1.4.3
  • github.com/google/pprof: d1b30fe → 27863c8
  • github.com/onsi/ginkgo/v2: v2.22.0 → v2.27.2
  • github.com/onsi/gomega: v1.36.1 → v1.38.2
  • github.com/prometheus/client_golang: v1.22.0 → v1.23.2
  • github.com/prometheus/client_model: v0.6.1 → v0.6.2
  • github.com/prometheus/common: v0.62.0 → v0.66.1
  • github.com/prometheus/procfs: v0.15.1 → v0.16.1
  • github.com/rogpeppe/go-internal: v1.13.1 → v1.14.1
  • github.com/spf13/cobra: v1.9.1 → v1.10.0
  • github.com/spf13/pflag: v1.0.6 → v1.0.9
  • github.com/stretchr/testify: v1.10.0 → v1.11.1
  • go.etcd.io/bbolt: v1.4.2 → v1.4.3
  • go.etcd.io/etcd/api/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/client/pkg/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/client/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/pkg/v3: v3.6.4 → v3.6.5
  • go.etcd.io/etcd/server/v3: v3.6.4 → v3.6.5
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.58.0 → v0.61.0
  • go.opentelemetry.io/otel/metric: v1.35.0 → v1.36.0
  • go.opentelemetry.io/otel/sdk/metric: v1.34.0 → v1.36.0
  • go.opentelemetry.io/otel/sdk: v1.34.0 → v1.36.0
  • go.opentelemetry.io/otel/trace: v1.35.0 → v1.36.0
  • go.opentelemetry.io/otel: v1.35.0 → v1.36.0
  • go.yaml.in/yaml/v2: v2.4.2 → v2.4.3
  • golang.org/x/crypto: v0.36.0 → v0.45.0
  • golang.org/x/mod: v0.21.0 → v0.29.0
  • golang.org/x/net: v0.38.0 → v0.47.0
  • golang.org/x/oauth2: v0.27.0 → v0.30.0
  • golang.org/x/sync: v0.12.0 → v0.18.0
  • golang.org/x/sys: v0.31.0 → v0.38.0
  • golang.org/x/telemetry: bda5523078029d
  • golang.org/x/term: v0.30.0 → v0.37.0
  • golang.org/x/text: v0.23.0 → v0.31.0
  • golang.org/x/tools: v0.26.0 → v0.38.0
  • golang.org/x/xerrors: 5ec99f89bdfabe
  • google.golang.org/genproto/googleapis/rpc: a0af3ef200df99
  • google.golang.org/grpc: v1.72.1 → v1.72.2
  • google.golang.org/protobuf: v1.36.5 → v1.36.8
  • gopkg.in/evanphx/json-patch.v4: v4.12.0 → v4.13.0
  • k8s.io/api: v0.34.0 → v0.35.0
  • k8s.io/apiextensions-apiserver: v0.34.0 → v0.35.0
  • k8s.io/apimachinery: v0.34.0 → v0.35.0
  • k8s.io/apiserver: v0.34.0 → v0.35.0
  • k8s.io/client-go: v0.34.0 → v0.35.0
  • k8s.io/code-generator: v0.34.0 → v0.35.0
  • k8s.io/component-base: v0.34.0 → v0.35.0
  • k8s.io/gengo/v2: 85fd79dec3ebc5
  • k8s.io/kms: v0.34.0 → v0.35.0
  • k8s.io/kube-openapi: f3f2b99589584f
  • k8s.io/utils: 4c0f3b2bc988d5
  • sigs.k8s.io/json: cfa47c32d32026
Removed
  • github.com/kisielk/errcheck: v1.5.0
  • github.com/kisielk/gotool: v1.0.0
  • gopkg.in/yaml.v2: v2.4.0

New Contributors

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.23.0

Thanks to all our contributors! 😊

v0.22.5

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.4...v0.22.5

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

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: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 renovate Bot added the dependencies Pull requests that update a dependency file label Dec 20, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

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

  • 7 additional dependencies were updated

Details:

Package Change
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/apiserver v0.34.2 -> v0.35.0
k8s.io/component-base v0.34.2 -> v0.35.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.3.2-0.20260122202528-d9cc6641c482
k8s.io/apiextensions-apiserver v0.34.2 -> v0.35.0
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b -> v0.0.0-20250910181357-589584f1c912
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 20, 2025

Codecov Report

❌ Patch coverage is 72.72727% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.46%. Comparing base (9f5a2f1) to head (b247fee).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...webhook/v1alpha2/linodeobjectstoragekey_webhook.go 66.66% 3 Missing ⚠️
...hook/v1alpha2/linodeobjectstoragebucket_webhook.go 60.00% 2 Missing ⚠️
internal/webhook/v1alpha2/linodecluster_webhook.go 83.33% 1 Missing ⚠️
.../webhook/v1alpha2/linodeclustertemplate_webhook.go 0.00% 1 Missing ⚠️
...nternal/webhook/v1alpha2/linodefirewall_webhook.go 80.00% 1 Missing ⚠️
internal/webhook/v1alpha2/linodemachine_webhook.go 83.33% 1 Missing ⚠️
.../webhook/v1alpha2/linodemachinetemplate_webhook.go 0.00% 1 Missing ⚠️
...l/webhook/v1alpha2/linodeplacementgroup_webhook.go 80.00% 1 Missing ⚠️
internal/webhook/v1alpha2/linodevpc_webhook.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #988      +/-   ##
==========================================
+ Coverage   67.03%   67.46%   +0.42%     
==========================================
  Files          71       71              
  Lines        6456     6384      -72     
==========================================
- Hits         4328     4307      -21     
+ Misses       1834     1804      -30     
+ Partials      294      273      -21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 86e2124 to 1374e68 Compare December 21, 2025 04:29
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 1374e68 to e9d44ba Compare December 22, 2025 16:50
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from e9d44ba to a0e3661 Compare December 22, 2025 20:37
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from a0e3661 to 8f43f4d Compare December 23, 2025 01:10
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 8f43f4d to 3b5d02a Compare January 6, 2026 14:10
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 3b5d02a to 6f324b9 Compare January 8, 2026 23:38
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 6f324b9 to b47324c Compare January 13, 2026 21:38
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from b47324c to 9368f01 Compare January 14, 2026 02:09
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 9368f01 to 33e6570 Compare January 19, 2026 19:54
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 15c9c60 to 0949bae Compare February 2, 2026 15:25
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 0949bae to 8097888 Compare February 3, 2026 16:16
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 8097888 to 648c29a Compare February 5, 2026 09:37
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 648c29a to d74d771 Compare February 9, 2026 18:09
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from d74d771 to 2aaf12f Compare February 9, 2026 20:37
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 2aaf12f to 60a58cc Compare February 10, 2026 20:51
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from 60a58cc to c10a062 Compare February 11, 2026 01:15
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from c10a062 to d80c1bb Compare February 11, 2026 06:08
@renovate renovate Bot force-pushed the renovate/kubernetes-go branch from d80c1bb to 3b95816 Compare February 11, 2026 16:14
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 11, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants