-
Notifications
You must be signed in to change notification settings - Fork 51
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
chore: update test reference to test ckf 1.9 and mlflow 2.15 #1195
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,60 +25,58 @@ | |
"future-beta": "3.6/beta" | ||
} | ||
}, | ||
"ckf-1.8-stable-mlflow-2.0-stable": { | ||
"ckf":"1.8/stable", | ||
"mlflow": "2.0/stable", | ||
"ckf-1.9-stable-mlflow-2.15-stable": { | ||
"ckf":"1.9/stable", | ||
"mlflow": "2.15/stable", | ||
"k8s": { | ||
"charmed-kubernetes": { | ||
"min-supported": "1.24", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
}, | ||
"microk8s": { | ||
"min-supported": "1.25", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
}, | ||
"aks": { | ||
"min-supported": "1.27", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
}, | ||
"eks": { | ||
"min-supported": "1.24", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
} | ||
}, | ||
"juju": { | ||
"current-edge": "3.4/edge", | ||
"current-stable": "3.4/stable", | ||
"future-edge": "3.5/edge", | ||
"future-stable": "3.5/stable" | ||
"future-beta": "3.6/beta" | ||
} | ||
}, | ||
"ckf-1.8-edge-mlflow-2.0-edge": { | ||
"ckf":"1.8/edge", | ||
"mlflow": "2.0/edge", | ||
"ckf-1.9-edge-mlflow-2.15-edge": { | ||
"ckf":"1.9/edge", | ||
"mlflow": "2.15/edge", | ||
"k8s": { | ||
"charmed-kubernetes": { | ||
"min-supported": "1.24", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
}, | ||
"microk8s": { | ||
"min-supported": "1.25", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
}, | ||
"aks": { | ||
"min-supported": "1.27", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
}, | ||
"eks": { | ||
"min-supported": "1.24", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
} | ||
}, | ||
"juju": { | ||
"current-edge": "3.4/edge", | ||
"current-stable": "3.4/stable", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (blocking): This seems like an outdated version of JuJu Let's change it to 3.6 as it's also what we test now on repos and UATs |
||
"future-edge": "3.5/edge", | ||
"future-stable": "3.5/stable" | ||
"future-beta": "3.6/beta" | ||
} | ||
}, | ||
"ckf-latest-edge-mlflow-latest-edge": { | ||
|
@@ -87,26 +85,25 @@ | |
"k8s": { | ||
"charmed-kubernetes": { | ||
"min-supported": "1.24", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. question: Should we bump this to 1.31 or even higher to experiment? @mvlassis do you know what is the version upstream is targeting? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We discussed this a bit with @kimwnasptd:
Given the above, we could add |
||
}, | ||
"microk8s": { | ||
"min-supported": "1.25", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
}, | ||
"aks": { | ||
"min-supported": "1.27", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
}, | ||
"eks": { | ||
"min-supported": "1.24", | ||
"max-supported": "1.29" | ||
"max-supported": "1.30" | ||
} | ||
}, | ||
"juju": { | ||
"current-edge": "3.4/edge", | ||
"current-stable": "3.4/stable", | ||
"future-edge": "3.5/edge", | ||
"future-stable": "3.5/stable" | ||
"future-beta": "3.6/beta" | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion(blocking): This EKS version is no longer supported.
Let's update the min-K8s versions to something higher like 1.27? But let me know if I'm missing something.