Skip to main content

Version History

This page provides historical version information for CSGHub Enterprise Edition, including key updates and download methods for each version.

📌 Latest Version

Version: CSGHub Enterprise Edition v1.4
Release Date: 2025-02-20
Key Updates:

  • Added the ability to configure Space Resource resources through the console
  • Added the ability to configure Runtime Framework through the console
  • Added the ability to create a model Serverless instance through the console

Install

  • Docker
wget https://opencsg-csghub-compose.oss-cn-beijing.aliyuncs.com/csghub-1.4.0-ee.tgz
tar -zxf csghub-1.4.0-ee.tgz && cd csghub && ./configure
  • Helm Chart
helm upgrade --install csghub csghub/csghub \
--namespace csghub \
--create-namespace \
--set global.ingress.domain="example.com" \
--set global.deployment.knative.serving.services[0].type="NodePort" \
--set global.deployment.knative.serving.services[0].domain="app.internal" \
--set global.deployment.knative.serving.services[0].host="192.168.18.3" \
--set global.deployment.knative.serving.services[0].port="30213"

⏳ Previous Versions

CSGHub Enterprise Edition v1.3

Release Date: 2015-01-22
Key Updates:

  • Enterprise-Level Permission Management: Fine-grained control over model and dataset access via the management console, enhancing security and collaboration.
  • Multi-Format Data Integration: Supports data fusion, cleansing, format conversion, and intelligent optimization to enhance data value.
  • Enhanced Dataset Management: Supports dataset preview, search, and SQL operations, improving data accessibility and usability.
  • Multi-Source Data Synchronization: Enables synchronization from multiple external sources, offering intelligent recommendations and granular sync queue management.
  • Intelligent Compute Resource Scheduling: Provides resource pool management, dynamic allocation, and task scheduling to maximize compute efficiency.
  • Enterprise-Grade Security & Compliance: Disaster recovery mechanisms ensure data security and business continuity while maintaining regulatory compliance.
Install
  • Docker
wget https://opencsg-csghub-compose.oss-cn-beijing.aliyuncs.com/csghub-1.3.0.tgz
tar -zxf csghub-1.3.0.tgz && cd csghub && ./configure
  • Helm Chart

  • v1.3.0

    helm repo add csghub acr://opencsg-chart.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub
    helm repo update
    helm install csghub csghub/csghub \
    --namespace csghub \
    --create-namespace \
    --set global.domain=example.com \
    --set global.runner.internalDomain[0].domain=app.internal \
    --set global.runner.internalDomain[0].host=<knative serving network service host> \
    --set global.runner.internalDomain[0].port=<knative serving network service port>
  • v1.3.1 or after

    helm upgrade --install csghub csghub/csghub \ 
    --namespace csghub \
    --create-namespace \
    --set global.ingress.domain="example.com" \
    --set global.deployment.knative.serving.services[0].domain="app.internal" \
    --set global.deployment.knative.serving.services[0].host="192.168.18.3" \
    --set global.deployment.knative.serving.services[0].port="30213"