-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add support for k8s v1.22 #1551
Conversation
Does the PR have any schema changes?Found 2 breaking changes: New resources/functions: |
217d319
to
5c3aaaf
Compare
Does the PR have any schema changes?Found 2 breaking changes: |
@lblackstone very cool that our schema-tools did find the actual breaking change!! for a break like this, how do we handle it for any users that currently use it? Do we leave it in place and deprecate or just yank it with a changelog entry? |
In this case, it was for an alpha feature that was just added in 1.21, so I think we'll remove it with a breaking change note. |
Makes sense - anyway, happy to see that we didn't miss this :) |
5c3aaaf
to
883f828
Compare
Does the PR have any schema changes?Found 22 breaking changes: |
Does the PR have any schema changes?Found 24 breaking changes: |
39ec577
to
159fa06
Compare
Does the PR have any schema changes?Found 13 breaking changes: |
159fa06
to
53c3879
Compare
Does the PR have any schema changes?Found 13 breaking changes: |
Does the PR have any schema changes?Found 7 breaking changes: |
Does the PR have any schema changes?Found 4 breaking changes: |
Does the PR have any schema changes?Found 4 breaking changes: |
62c7278
to
550414f
Compare
Does the PR have any schema changes?Found 4 breaking changes: |
@viveklak @mikhailshilkov This PR should be ready for the August 4 release date. I've already updated the changelog to note the breaking changes, so you will just need to verify that nothing else has changed when you update the Makefile release to |
Does the PR have any schema changes?Found 4 breaking changes: |
@mikhailshilkov, @viveklak, before we release a new version of the k8s provider (I assume we'll be doing a release after adopting |
908591e
to
78fb36d
Compare
Thanks rebased on top of master after merging #1664. |
Does the PR have any schema changes?Found 4 breaking changes: |
Does the PR have any schema changes?Found 4 breaking changes: |
Proposed changes
Note: The alpha
EphemeralContainers
kind is removed in v1.22Related issues (optional)
Fix #1550