-
Notifications
You must be signed in to change notification settings - Fork 116
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
Upgrade Kubernetes schema and client libraries to v1.31 #3144
Conversation
Does the PR have any schema changes?Found 15 breaking changes: Resources
Types
New resources:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3144 +/- ##
==========================================
- Coverage 36.51% 36.50% -0.01%
==========================================
Files 70 70
Lines 9230 9232 +2
==========================================
Hits 3370 3370
- Misses 5528 5530 +2
Partials 332 332 ☔ View full report in Codecov by Sentry. |
@blampe We'll need to do something similar to fb32acb to handle the removed APIs, and potentially update deprecated.go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/kubernetes](https://pulumi.com) ([source](https://github.com/pulumi/pulumi-kubernetes)) | dependencies | minor | [`4.16.0` -> `4.17.0`](https://renovatebot.com/diffs/npm/@pulumi%2fkubernetes/4.16.0/4.17.0) | --- ### Release Notes <details> <summary>pulumi/pulumi-kubernetes (@​pulumi/kubernetes)</summary> ### [`v4.17.0`](https://github.com/pulumi/pulumi-kubernetes/blob/HEAD/CHANGELOG.md#4170-August-13-2024) [Compare Source](https://github.com/pulumi/pulumi-kubernetes/compare/v4.16.0...v4.17.0) ##### Changed - Updated Kubernetes schemas and libraries to v1.31.0. ([https://github.com/pulumi/pulumi-kubernetes/pull/3144](https://github.com/pulumi/pulumi-kubernetes/pull/3144)) ##### Fixed - `Services` with selectors targeting 0 `Pods` will no longer hang indefinitely. [https://github.com/pulumi/pulumi-kubernetes/issues/605](https://github.com/pulumi/pulumi-kubernetes/issues/605)/605) - `Services` without selectors will no longer hang indefinitely. [https://github.com/pulumi/pulumi-kubernetes/issues/799](https://github.com/pulumi/pulumi-kubernetes/issues/799)/799) </details> --- ### Configuration 📅 **Schedule**: 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNy4wIiwidXBkYXRlZEluVmVyIjoiMzguMjcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9taW5vciJdfQ==--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
Followed the runbook here.
Quick notes/observations:
k8s.io/kube-openapi
seems like our only dependency that's not tagged and needs to take latest.Fixes #3063.