Skip to content

KubeFATE v1.4.1

Compare
Choose a tag to compare
@jiahaoc1993 jiahaoc1993 released this 24 Jun 11:29
· 325 commits to master since this release
7cfa540

By downloading, installing or using the software, you accept and agree to be bound by all of the terms and conditions of the LICENSE and DISCLAIMER.

KubeFATE v1.4.1 supports FATE v1.4.1, and enhance following features:

  1. Update fml_manager to v0.3.0 in client container (Jupyter Notebook), and add more examples;
  2. Support updating configmap dynamically;
  3. Fix bugs

NOTE
For Kubernetes user, due to KubeFATE has decoupled cluster configuration from KubeFATE service, to upgrade deployed cluster to v1.4.1, only changed the,

...
chartName: fate
chartVersion: v1.4.0
...

to

...
chartName: fate
chartVersion: v1.4.1
...

The KubeFATE CLI and CLI is same as v1.4.0