Skip to content

DCE 5.0 v0.35.0-20251030 Enterprise Released

This page explains the latest features, improvements and bug fixes, included in DCE 5.0 v0.35.0-20251030 Enterprise. DCE 5.0 modularizes each product module, and the versions included in this release are the default versions in the DCE 5.0 installer. If you need to independently upgrade or replace each module, contact Daocloud's support team to download the proper versions and upgrade. Also refer to DCE 5.0 Enterprise Deployment Requirements.

Included Modules

Category Module Version Compatible K8s Versions
Installation Installer v0.35.0 🆕 K8s 1.24 - 1.32
Kubean v0.29.1 🆕 K8s 1.18 - 1.32
Workbench Workbench v0.38.1 🆕 K8s 1.23 - 1.32
Containers Container Management1 v0.43.1 🆕 K8s 1.18 - 1.32
MultiCloud Management v0.24.0 K8s 1.18 - 1.30
Container Registry v0.24.1 K8s 1.23 - 1.32
Networking2 v0.16.5 K8s 1.18 - 1.32
HwameiStor3 v0.16.5 K8s 1.18 - 1.32
Virtual Machines4 v0.19.0 🆕 K8s 1.18 - 1.32
Observability Insight v0.39.0 🆕 K8s 1.22 - 1.32
Microservices Microservices Engine v0.50.1 🆕 K8s 1.23 - 1.32
Service Mesh v0.37.0 K8s 1.21 - 1.32
Middleware RabbitMQ v0.27.3 K8s 1.23 - 1.32
MySQL v0.27.1 K8s 1.23 - 1.32
ElasticSearch v0.25.2 K8s 1.23 - 1.32
Redis v0.28.0 K8s 1.23 - 1.32
MinIO v0.22.0 K8s 1.23 - 1.32
PostgreSQL v0.19.0 K8s 1.23 - 1.32
MongoDB v0.17.0 K8s 1.23 - 1.32
Kafka v0.25.0 K8s 1.23 - 1.32
RocketMQ v0.16.0 K8s 1.23 - 1.32
Cloud Native AI AI Lab v0.22.0 🆕 K8s 1.25 - 1.32
LLM Studio v0.11.0 🆕 K8s 1.25 - 1.32
Edge Computing Cloud Edge Collaboration v0.21.0 K8s 1.23 - 1.32
Management Global Management v0.42.2 K8s 1.23 - 1.32
Operations Management v0.12.1 🆕 K8s 1.23 - 1.32
Device Management v0.5.0 K8s 1.23 - 1.32

Upgrade Notes

AI Lab v0.22.0 upgrades Kueue to v0.14.1. Since the CRDs have changed, the worker clusters must manually upgrade the baize-agent. Please follow the steps below:

  1. Run the following command to manually delete the old CRDs:

    Delete the topologies.kueue.x-k8s.io and cohorts.kueue.x-k8s.io CRD resources.

    kubectl delete crd topologies.kueue.x-k8s.io && kubectl delete crd cohorts.kueue.x-k8s.io
    
  2. Upgrade the baize-agent:

    Go to Container Management -> Helm Apps and perform the baize-agent upgrade, or directly run helm upgrade in the command line to complete the upgrade.

Known Issues

For known issues with the installer v0.35.0, refer to Installation Troubleshooting.

Installation

Download


  1. GPU capability requirement kernel ≥ 3.10.1160 

  2. Cilium ≥ 5.10 

  3. Refer to DRDB supported kernel versions 

  4. KubeVirt ≥ 4.x 

Comments