KubeFATE v1.4.3
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:
- Upgrade FML_Manager to v0.5.0, which brings new programming experience with build pattern style;
- Bug fix - sessionProcessorsPerNode setting no effect ;
- 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).