Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump K8s dependencies to 1.27.x #394

Merged
merged 6 commits into from
May 30, 2023

Conversation

erikgb
Copy link
Member

@erikgb erikgb commented May 24, 2023

This upgrades all K8s dependencies to the latest releases (based on K8s 1.27). There are quite a few breaking changes in the latest controller-runtime release that needs to be addressed. And also some new deprecations, that are also fixed in this PR.

We override the new default RestMapper in controller-runtime because we don't need the dynamic nature that the new default mapper has. We only do discovery on startup, and the dynamic mapper in controller-runtime seems to be full of bugs at present and IMO not production-ready, ref. kubernetes-sigs/controller-runtime#2345, kubernetes-sigs/controller-runtime#2349, kubernetes-sigs/controller-runtime#2354 (and probably more to come).

@erikgb erikgb changed the title chore!: upgrade K8s dependencies chore: upgrade K8s dependencies May 24, 2023
@erikgb erikgb force-pushed the bump-dependencies branch 2 times, most recently from ca63f55 to 55be6a3 Compare May 26, 2023 17:41
@erikgb erikgb marked this pull request as ready for review May 26, 2023 18:26
@erikgb erikgb requested a review from a team as a code owner May 26, 2023 18:26
@erikgb erikgb changed the title chore: upgrade K8s dependencies chore: bump K8s dependencies May 29, 2023
@erikgb erikgb changed the title chore: bump K8s dependencies chore: bump K8s dependencies to 1.27.x May 29, 2023
@erikgb erikgb enabled auto-merge (squash) May 30, 2023 06:28
@erikgb erikgb merged commit b6da997 into statnett:main May 30, 2023
12 checks passed
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.

None yet

3 participants