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

Support Kubernetes v1.25 #1682

Closed
johnugeorge opened this issue Nov 2, 2022 · 2 comments · Fixed by #1684
Closed

Support Kubernetes v1.25 #1682

johnugeorge opened this issue Nov 2, 2022 · 2 comments · Fixed by #1684

Comments

@johnugeorge
Copy link
Member

Based on this, K8s v1.22 reached EOL on 2022-10-28 and K8s v1.25 was released on 2022-08-23.

We need to support Kubernetes v1.25 for next operator release

@terrytangyuan
Copy link
Member

Are we relying on any deprecated/removed APIs? We should have a CI to test against different versions.

@johnugeorge
Copy link
Member Author

Yes. We have CI already .

kubernetes-version: ["v1.22.15", "v1.23.12", "v1.24.6"]

I will create a PR to add 1.25

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 a pull request may close this issue.

2 participants