-
Notifications
You must be signed in to change notification settings - Fork 633
remove deprecations for 0.9.0 #5212
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
Conversation
@aylei looks like there's a few deprecations in the helm chart we wanted to do before 0.9.0:
skypilot/charts/skypilot/values.yaml Line 95 in e536958
Do you want to do those deprecations and add commits to this PR? |
Sure |
@romilbhardwaj After I reviewed the changes, I just modified the comment from 0.9.0 to 0.10.0. So that if a 0.8.0-nightly user upgrade to 0.9.0, he/she can see the error and migrate the values accordingly. And if users in 0.8.0-nightly want to upgrade to 0.10.0, we can guide them to upgrade to 0.9.0 first |
Signed-off-by: Aylei <[email protected]>
Thanks @aylei. Does the same also apply to skypilot/charts/skypilot/values.yaml Line 95 in e536958
|
@romilbhardwaj Good catch! the migrate guide is already there https://docs.skypilot.co/en/latest/reference/api-server/api-server-admin-deploy.html#migrate-from-legacy-nodeport-service, I will update the comment to be consistent |
Signed-off-by: Aylei <[email protected]>
/smoke-test |
/smoke-test |
/quicktest-core |
@romilbhardwaj feel free to approve & merge as needed, as long as buildkite tests look good |
Closes #5211.
Key removals (for release notes):
SKY_
are no longer supported. UseSKYPILOT_
env vars instead.kubernetes
is no longer a valid region name - you must instead use the k8s context nameTested (run the relevant ones):
bash format.sh
/smoke-test
(CI) orpytest tests/test_smoke.py
(local)/smoke-test -k test_name
(CI) orpytest tests/test_smoke.py::test_name
(local)/quicktest-core
(CI) orpytest tests/smoke_tests/test_backward_compat.py
(local)