Skip to content

KubeFATE v1.4.3

Compare
Choose a tag to compare
@owlet42 owlet42 released this 13 Aug 08:56
· 317 commits to master since this release
205766f

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.3 supports FATE v1.4.3, and enhances following features:

  1. Upgrade FML_Manager to v0.5.0, which brings new programming experience with build pattern style;
  2. Bug fix - sessionProcessorsPerNode setting no effect ;
  3. Fix other minor bugs

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

...
chartName: fate
chartVersion: v1.4.2
...

to

...
chartName: fate
chartVersion: v1.4.3
...

The fate-serving, KubeFATE CLI and CLI is same as v1.4.0: https://github.com/FederatedAI/KubeFATE/releases/tag/v1.4.0).