-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore(test): Update Kubernetes versions in workflows to 1.31 and 1.33. Fixes #11937 #11941
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
base: master
Are you sure you want to change the base?
chore(test): Update Kubernetes versions in workflows to 1.31 and 1.33. Fixes #11937 #11941
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @johnwroge. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
🚫 This command cannot be processed. Only organization members or owners can use the commands. |
….33.1. Fixes kubeflow#11937 Updates the Kind cluster Kubernetes versions in all GitHub workflows from [v1.29.2, v1.30.2, v1.31.0] to [v1.30.13, v1.33.1] to use the lowest and highest supported versions as requested in issue kubeflow#11937. Updated workflows: - periodic.yml - kfp-webhooks.yml - e2e-test.yml - upgrade-test.yml - kfp-kubernetes-execution-tests.yml - kfp-samples.yml - sdk-execution.yml Signed-off-by: John Wroge <wrogejohn@gmail.com>
fc22135
to
63abe71
Compare
@johnwroge could you please rebase? |
/cc @mprahl |
@mprahl not sure you are aware, but KFP needs to support at least the same versions as the KF platform. For KF 1.10 it was from 1.29 to 1.31. |
/ok-to-test |
@hbelmiro , I wasn't aware of that but I was just going off of the Kubernetes versions that will be supported at KFP 2.6 release time: |
It makes total sense @mprahl. |
Description of your changes:
Fixes #11937
Updates the Kind cluster Kubernetes versions in all GitHub workflows from [v1.29.2, v1.30.2, v1.31.0] to [v1.30.13, v1.33.1] to use the lowest and highest supported versions as requested in issue #11937.
Updated workflows:
Checklist:
Testing