Skip to content

Conversation

@bma13
Copy link
Contributor

@bma13 bma13 commented Jan 8, 2026

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

This PR updates controller-runtime and related dependencies.

Core Dependencies

  • sigs.k8s.io/controller-runtime: v0.14.1 → v0.22.4
  • Go: 1.20 → 1.24

Kubernetes Libraries

  • k8s.io/api: v0.26.15 → v0.34.x
  • k8s.io/apimachinery: v0.26.15 → v0.34.x
  • k8s.io/client-go: v0.26.15 → v0.34.x
  • k8s.io/kubectl: v0.26.15 → v0.34.x
  • k8s.io/utils: updated to version compatible with Kubernetes 1.34

This represents an 8 minor version jump for both controller-runtime (0.14 → 0.22) and Kubernetes libraries (1.26 → 1.34).

Compatibility Notes

Kubernetes compatibility: The operator currently requires Kubernetes 1.20+. This update maintains backward compatibility with the Kubernetes REST API, but the operator binary is now built against Kubernetes 1.34 libraries.
Testing required: Thorough testing is recommended on Kubernetes versions 1.20-1.34 to ensure no breaking changes from deprecated/removed APIs affect the operator's functionality.
Go version: Minimum Go version increased to 1.24 as required by the updated dependencies.

Breaking Changes Risk

Controller-runtime guarantees Kubernetes REST API compatibility, but does not guarantee compatibility matrix between specific kubernetes library versions. While the operator should continue to work with older Kubernetes clusters, testing across the supported version range is strongly recommended.

I ran the e2e tests on kindest/node:v1.20.15 — everything looks good

Issue Number: N/A

What is the new behavior?

Other information

@bma13 bma13 requested a review from kobzonega January 8, 2026 10:49
@bma13
Copy link
Contributor Author

bma13 commented Jan 16, 2026

I ran the e2e tests on kindest/node:v1.20.15 — everything looks good
e2e-test-1.20.txt

@bma13 bma13 force-pushed the controller-runtime-update branch from 7a4ec51 to b5571eb Compare January 21, 2026 13:04
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.

3 participants