Skip to content

Releases: FederatedAI/KubeFATE

KubeFATE v1.5.3

18 Mar 10:40
e03365c
Compare
Choose a tag to compare

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.5.3 supports FATE v1.5.3 deployment. This is a new patch upgrade for FATE v1.5.0 LTS.

This upgrade contains:

  1. The fate-v1.5.3.tgz helm chart. Any KubeFATE server and CLI >= v1.2.0 can support the new helm chart;
  2. The docker compose deliverable: kubefate-docker-compose-v1.5.3.tar.gz.

The following updates are for users who:

  • No KubeFATE server and KubeFATE CLI installed;
  • KubeFATE server version or KubeFATE CLI version < v1.2.0

the deliverables are:

  1. The KubeFATE CLI v1.4.3
  2. KubeFATE server image v1.4.3

Note:

  • This release is compatible with Kubernetes >= 1.19 or TKGs >= vSphere 7.0 Update 2

KubeFATE v1.7.2

03 Mar 12:30
30478da
Compare
Choose a tag to compare

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.7.2 supports FATE v1.7.2 and brings in the following updates:

  1. Update some dependencies of KubeFATE.
  2. Fix swag host value to any URL
  3. Add the log level configuration of fate_flow
  4. Update all default URLs
  5. Fix some minor bugs.

The deliverables include:

  1. The Docker Compose v1.7.2;
  2. The FATE v1.7.2 chart;
  3. The Exchange v1.7.2 chart;
  4. The KubeFATE CLI v1.4.3.
  5. KubeFATE server image v1.4.3.

KubeFATE v1.7.1-a

27 Jan 11:52
f0f87de
Compare
Choose a tag to compare

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.7.1-a supports FATE v1.7.1.1 and brings in the following updates:

  1. Update some dependencies of KubeFATE.
  2. Fix some minor bugs.

The deliverables include:

  1. The Docker Compose v1.7.1-a;
  2. The FATE v1.7.1-a chart;
  3. The Exchange v1.7.1-a chart;
  4. The KubeFATE CLI v1.4.3.
  5. KubeFATE server image v1.4.3.

KubeFATE v1.7.1

12 Jan 16:56
946616c
Compare
Choose a tag to compare

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.7.1 supports FATE v1.7.1 and brings the following updates:

  1. Optimize the SlimFATE support by selecting the backend of spark_local_pulsar option.
  2. Fix some bugs.

The deliverables include:

  1. The Docker Compose v1.7.1;
  2. The FATE v1.7.1 chart;
  3. The Exchange v1.7.1 chart;
  4. The KubeFATE CLI and KubeFATE server image v1.4.2.

KubeFATE v1.7.0

29 Nov 06:05
f287c4b
Compare
Choose a tag to compare

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.7.0 supports FATE v1.7.0 and brings the following updates:

  1. Update the examples come with docker-compose from DSL v1 to DSL v2;
  2. Update KubeFATE and FATE's Ingress deployment to support Kubernetes v1.22;
  3. Update all examples of the Jupyter Notebook;
  4. Fix some bugs.

The deliverables include:

  1. The Docker Compose v1.7.0;
  2. The FATE v1.7.0 chart;
  3. The Exchange v1.7.0 chart.
  4. The KubeFATE CLI and KubeFATE server image v1.4.2;

Note: The KubeFATE CLI and KubeFATE service do not need to upgrade. Import new charts following the guide: Manage charts in KubeFATE manually

KubeFATE v1.6.1

15 Sep 08:44
a5d5089
Compare
Choose a tag to compare

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.6.1 supports FATE v1.61 and brings the following updates:

  1. Supports Ingress TLS;
  2. Support the polling mode of Rollsite
  3. Support external Spark, Pulsar and RabbitMQ;
  4. Support LoadBalancer configurations in cloud environments;
  5. Support persistence capability to HDFS and Pulsar;
  6. Support multiple FATE-Exchange instances configuration for HA and HP;
  7. Finer grain permission limit to "kubefate" service;
  8. Command kubefate describe will refresh the cluster status in real-time;
  9. Some other bugs fixes.

The deliverables include:

  1. The KubeFATE CLI and KubeFATE server image v1.4.2;
  2. The Docker Compose v1.6.1;
  3. The K8s deployment kits v1.6.1;
  4. The FATE v1.6.1 chart;
  5. The Exchange v1.6.1 chart.

KubeFATE v1.6.0-a

01 Jun 09:43
ffd3a72
Compare
Choose a tag to compare

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.6.0-a is a helm chart updates release to bring the following features:

  • Supports Kubernetes PodSecurityPolicies.
  • Supports deploying FATE-Serving v2.0.4.
  • Supports serving-admin (serving dashboard) component of FATE-Serving.

To apply the updates online with following setting in cluster.yaml:

chartName: fate
chartVersion: v1.6.0-a

or

chartName: fate-serving
chartVersion: v2.0.4

or

chartName: fate-exchange
chartVersion: v1.6.0-a

Please check the related documents and examples.

KubeFATE v1.6.0

02 Apr 12:20
0e4d113
Compare
Choose a tag to compare

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.6.0 release brings the following updates:

  1. Support the deployment of FATE v1.6.0, and the configuration of different computing engine, storage engine, and federation engine;
  2. Enhance the configurations features of Spark as the computing engine. For more details, please refer to: FATE_On_Spark.md and FATE On Spark With Pulsar;
  3. Support Pulsar deployment and configuration for both P2P and STAR mode (Exchange mode). For more details, please refer to: Deploy an ATS exchange to pulsar ;
  4. Kubernetes log aggregation feature to improve the debug experience. For more details, please refer to: KubeFATE CLI # Logs;
  5. "Stop" feature for cluster deployment tasks. For more details, please refer to KubeFATE CLI # Stop

The deliverables include:

  1. The KubeFATE CLI and KubeFATE server image v1.4.1;
  2. The Docker Compose v1.6.0;
  3. The K8s deployment kits v1.6.0;
  4. The FATE v1.6.0 chart;
  5. The Exchange v1.6.0 chart.

KubeFATE v1.5.1

10 Feb 11:16
baaff8a
Compare
Choose a tag to compare

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.5.1 supports the deployment of FATE v1.5.1 and FATE-Serving v2.0.0, fixes some bugs reported. Besides, it also includes other improvements:

Docker compose update

  1. Reduce image size and be specialized for NN and Non-NN users

KubeFATE CLI and Service update to v1.3.0

  1. Provide log aggregation feature. User can tail log of whole FATE/FATE-Serving cluster or a single component of FATE and FATE-Serving. This feature will be significantly improve the users' debug experience. For more details, please refer to: https://github.com/FederatedAI/KubeFATE/blob/master/docs/KubeFATE_command_line_user_guide.md#logs
  2. Support secret for private image repository. For more details, please refer to: https://github.com/FederatedAI/KubeFATE/blob/master/docs/Use_image_pull_secrets.md

KubeFATE v1.5.0-b

22 Jan 10:28
931b951
Compare
Choose a tag to compare

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.

This is a helm-chart optimization update for FATE v1.5.0:

  1. New feature: customized domain name;
  2. Other minor bugs fixes

How to use the customized domain name?

In cluster.yaml

# Modify chartversion
chartVersion: v1.5.0-b

# Add host
host:
  fateboard: <my_fateboard_url>
  client: <my_notebook_url>

For more details: https://github.com/FederatedAI/KubeFATE/blob/master/docs/configurations/FATE_cluster_configuration.md#host-mappings