Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: baikai/kubeflow

Tags

v0.3.0-rc.1

Toggle v0.3.0-rc.1's commit message
Cherrypick kubeflow#1650; automatically set master version to support…

…ed version. (kubeflow#1654)

Update initial clsuter version in cluster.jinja based on what gcloud get-server-config returns (kubeflow#1650)

* Update initial clsuter version in cluster.jinja based on what gcloud get-server-config returns

* Fix cluster-version string for cluster.jinja

* update the grep for more strict version checking and enhance the code style

v0.2.6

Toggle v0.2.6's commit message
GKE 1.9.7-gke.5 is no longer available for master; bump to 1.9.7-gke.6 (

kubeflow#1644)

* GKE 1.9.7-gke.5 is no longer available for master; bump to 1.9.7-gke.6

Fix kubeflow#1641

* Update the test.

* Update wait_for_deployment to work with the latest changes to TestHelper

* Pin kubeflow/testing because otherwise we pick up changes that aren't compatible with the tests.

* Comment out the v1alpha1 simple job test because its not passing and we
really don't care.

Related to kubeflow#1474 Tests not passing on v0.2-branch

4e7f4ed

Toggle 4e7f4ed's commit message
Fix ambassador statsd-exporter service name (kubeflow#1537)

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug with updating an existing deployment. (kubeflow#1475)

* We need to cd to the directory containing the deployment manager configs
  before issuing gcloud deployment-manager update

* It works when the deployment doesn't exist because in that case we execute
  a code block that cd's to the directory.

* Looks like previous fix kubeflow#1243 never got cherrypicked onto 0.2 branch.

* Fix kubeflow#1233

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kubeflow#1391 from richardsliu/v0.2-branch

Cherry-pick: Update TFJob operator to the latest image

v0.2.4-rc.0

Toggle v0.2.4-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request kubeflow#1391 from richardsliu/v0.2-branch

Cherry-pick: Update TFJob operator to the latest image

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change the default branch used for the configs to v0.2-branch and not…

… master. (kubeflow#1378)

* This is better UX since we want the deploy script to be in sync with
  the version of the configs.

Related to kubeflow#1348

v0.2.3-rc.0

Toggle v0.2.3-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change the default branch used for the configs to v0.2-branch and not…

… master. (kubeflow#1378)

* This is better UX since we want the deploy script to be in sync with
  the version of the configs.

Related to kubeflow#1348

v0.2.2

Toggle v0.2.2's commit message
Fix deploy.sh moving the unpacked repo. (kubeflow#1194)

* Fix deploy.sh moving the unpacked repo.

* It looks like GitHub is stripping out the v in the name of the top level
  directory.

Make the scripts less brittle by not assuming the top level directory
will be named a certain way.
Related to 1193.

* Fix indent.

* * Add simple test scripts to verify that the configs are created
* Add an option to gke/deploy.sh to skip deployment to facilitate testing
* Add an option to gke/deploy.sh to not recreate the DM configs if they
  already exist; the sed commands assume we are starting from scratch.

v0.2.2-rc.0

Toggle v0.2.2-rc.0's commit message
Fix deploy.sh moving the unpacked repo. (kubeflow#1194)

* Fix deploy.sh moving the unpacked repo.

* It looks like GitHub is stripping out the v in the name of the top level
  directory.

Make the scripts less brittle by not assuming the top level directory
will be named a certain way.
Related to 1193.

* Fix indent.

* * Add simple test scripts to verify that the configs are created
* Add an option to gke/deploy.sh to skip deployment to facilitate testing
* Add an option to gke/deploy.sh to not recreate the DM configs if they
  already exist; the sed commands assume we are starting from scratch.