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

Add Kubernetes 1.22 support #395

Merged
merged 1 commit into from
Dec 30, 2021
Merged

Add Kubernetes 1.22 support #395

merged 1 commit into from
Dec 30, 2021

Conversation

quite4work
Copy link
Contributor

@quite4work quite4work commented Oct 17, 2021

Fixes #377

Adds Kubernetes 1.22 support:

  • switches 'apiextensions.k8s.io/v1beta1' to 'v1' [1]
  • switches 'storage.k8s.io/v1beta1' to 'v1' [2]

Minimal Kubernetes version requirement of these changes is 1.19.

According to Kubernetes Compatibility table, overall minimal version will not be changed by this MR. (see #395 (comment))

@timoreimann
Copy link
Collaborator

Thanks for your PR, and apologies for the long wait.

I cannot seem to approve the Github Actions run -- it might be that too much time has passed since this PR was submitted. Would you remind force-pushing (ideally along a rebase)? I hope that another trigger resurfaces the approval UI.

@timoreimann
Copy link
Collaborator

Bumping the minimum required version to 1.19 probably means that we should bundle this change with a new v3 release of the driver since v2 promises compatibility with 1.17 and 1.18. We are working on supporting v1 snapshots anyway, which sounds like a good opportunity to piggyback these API version updates for Kubernetes 1.22.

- switch 'apiextensions.k8s.io/v1beta1' to 'v1'
- switch 'storage.k8s.io/v1beta1' to 'v1'
@timoreimann
Copy link
Collaborator

Thanks for your contribution. ❤️

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

Successfully merging this pull request may close these issues.

APIExstension k8s v1beta1 Deprecated
2 participants