-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
SDK - Update minimum Python version to 3.5.3 #691
SDK - Update minimum Python version to 3.5.3 #691
Conversation
This version has multiple bug fixes. Last release available for Debian 9.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
…nts (kubeflow#691) * Related to kubeflow/gcp-deployments#51; to test KF deployments are ready we want to create a Tekton pipeline to run the tests to verify if KF is ready. * Add some dependencies to the test worker image * Install dateutil * install pytest-timeout in the worker image so we can set the --timeout * Add a Tekton task to check if KF is ready. * This runs our existing test to verify that various KF applications are ready. * Tasks should use the version of the kubeflow/testing/py cached in the docker image rather than checking out the testing repo. * Related to kubeflow/gcp-deployments#52 run a test to check that KF applications are deployed.
* added README to rollouts sample changed inferenceservices to use tensorflow sample models added tensorflow sample input.json to rollouts sample * added kiali graph images * fixed typo kialia -> kiali * update README for v0.3 where default replicas=1 * clarified scale down info after no traffic * added canary promotion doc/sample * remove canary pods after promotion
eliminate the usage of ContainerOp in testcases and update the testcase accordingly. Signed-off-by: Yihong Wang <yh.wang@ibm.com>
This version has multiple bug fixes.
This seems to be the last release available for Debian 9.
This change is