From a4d56ba6c36eae631954ec9e5dcf7563118af644 Mon Sep 17 00:00:00 2001 From: Nexisato <978452096@qq.com> Date: Wed, 29 Jul 2026 16:43:06 +0800 Subject: [PATCH] chore: bump version v310 --- APP_VERSION | 2 +- en/self_host/docker/offline-deployment.md | 10 +++++----- en/self_host/kubernetes/deploy.md | 2 +- en/self_host/kubernetes/upgrade.md | 1 + zh/self_host/docker/offline-deployment.md | 18 +++++++++--------- zh/self_host/kubernetes/deploy.md | 2 +- zh/self_host/kubernetes/upgrade.md | 1 + 7 files changed, 19 insertions(+), 17 deletions(-) diff --git a/APP_VERSION b/APP_VERSION index ad55eb85..6c8dc7eb 100644 --- a/APP_VERSION +++ b/APP_VERSION @@ -1 +1 @@ -v3.0.0 +v3.1.0 diff --git a/en/self_host/docker/offline-deployment.md b/en/self_host/docker/offline-deployment.md index 7e153ee4..a3a8626f 100644 --- a/en/self_host/docker/offline-deployment.md +++ b/en/self_host/docker/offline-deployment.md @@ -29,10 +29,10 @@ images=( "ccr.ccs.tencentyun.com/self-hosted/fluent-bit:3.0" "ccr.ccs.tencentyun.com/self-hosted/minio:RELEASE.2025-02-28T09-55-16Z" "ccr.ccs.tencentyun.com/self-hosted/minio-mc:RELEASE.2025-04-08T15-39-49Z" - "ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.0.0" - "ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.0.0" - "ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.0.0" - "ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.0.0" + "ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.1.0" + "ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.1.0" + "ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.1.0" + "ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.1.0" ) # Pull images @@ -116,7 +116,7 @@ $ ./docker/install.sh ____) \ V V / (_| | | | | |___| (_| | |_) | |_____/ \_/\_/ \__,_|_| |_|______\__,_|_.__/ - Self-Hosted Docker v3.0.0 - @SwanLab + Self-Hosted Docker v3.1.0 - @SwanLab 🎉 Wow, the installation is complete. Everything is perfect. 🥰 Congratulations, self-hosted SwanLab can be accessed using {IP}:8000 diff --git a/en/self_host/kubernetes/deploy.md b/en/self_host/kubernetes/deploy.md index 1d97a47a..1d0845ee 100644 --- a/en/self_host/kubernetes/deploy.md +++ b/en/self_host/kubernetes/deploy.md @@ -18,7 +18,7 @@ If you want to use [Kubernetes](https://kubernetes.io/) for self-hosted deployme - ``: The namespace for the SwanLab self-hosted service deployed in the cluster, please replace with the actual namespace used for deployment ::: info -**Current APP_VERSION: v3.0.0** +**Current APP_VERSION: v3.1.0** ::: ## 🧱 Prerequisites diff --git a/en/self_host/kubernetes/upgrade.md b/en/self_host/kubernetes/upgrade.md index d3c2f902..fa9e03e7 100644 --- a/en/self_host/kubernetes/upgrade.md +++ b/en/self_host/kubernetes/upgrade.md @@ -44,6 +44,7 @@ Before updating, please ensure you have completed the following: 1. **PVC and Snapshot Policy Configured**: Please confirm that PVCs for storage resource services have been successfully created, and that corresponding snapshot policies have been configured to ensure data security. 2. **Confirm Image Repository Accessibility**: You need to ensure the cluster can access `repo.swanlab.cn` to pull images normally (otherwise you need to pull the known images and push them to a private repository). For details, see [SwanLab Self-Hosted Resource Inventory](./deploy.md#🧾-resource-inventory) 3. **Check Image Tag Configuration**: In your `values.yaml`, ensure the image **tags for the following applications are empty strings or specified version tags**, not `latest`: + - `swanlab-auth` - `swanlab-cloud` - `swanlab-next` - `swanlab-house` diff --git a/zh/self_host/docker/offline-deployment.md b/zh/self_host/docker/offline-deployment.md index f950172a..cee4f457 100644 --- a/zh/self_host/docker/offline-deployment.md +++ b/zh/self_host/docker/offline-deployment.md @@ -31,10 +31,10 @@ images=( "ccr.ccs.tencentyun.com/self-hosted/fluent-bit:3.0" "ccr.ccs.tencentyun.com/self-hosted/minio:RELEASE.2025-02-28T09-55-16Z" "ccr.ccs.tencentyun.com/self-hosted/minio-mc:RELEASE.2025-04-08T15-39-49Z" - "ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.0.0" - "ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.0.0" - "ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.0.0" - "ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.0.0" + "ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.1.0" + "ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.1.0" + "ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.1.0" + "ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.1.0" ) # 下载镜像 @@ -129,7 +129,7 @@ $ ./docker/install.sh ____) \ V V / (_| | | | | |___| (_| | |_) | |_____/ \_/\_/ \__,_|_| |_|______\__,_|_.__/ - Self-Hosted Docker v3.0.0 - @SwanLab + Self-Hosted Docker v3.1.0 - @SwanLab 🎉 Wow, the installation is complete. Everything is perfect. 🥰 Congratulations, self-hosted SwanLab can be accessed using {IP}:8000 @@ -156,15 +156,15 @@ $ ./docker/install.sh $ docker compose ps -a NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS swanlab-clickhouse ccr.ccs.tencentyun.com/self-hosted/clickhouse:24.3 "/entrypoint.sh" clickhouse 22 minutes ago Up 22 minutes (healthy) 8123/tcp, 9000/tcp, 9009/tcp -swanlab-cloud ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.0.0 "/docker-entrypoint.…" swanlab-cloud 22 minutes ago Up 21 minutes 80/tcp +swanlab-cloud ccr.ccs.tencentyun.com/self-hosted/swanlab-cloud:v3.1.0 "/docker-entrypoint.…" swanlab-cloud 22 minutes ago Up 21 minutes 80/tcp swanlab-fluentbit ccr.ccs.tencentyun.com/self-hosted/fluent-bit:3.0 "/fluent-bit/bin/flu…" fluent-bit 22 minutes ago Up 22 minutes 2020/tcp -swanlab-house ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.0.0 "./app" swanlab-house 22 minutes ago Up 21 minutes (healthy) 3000/tcp +swanlab-house ccr.ccs.tencentyun.com/self-hosted/swanlab-house:v3.1.0 "./app" swanlab-house 22 minutes ago Up 21 minutes (healthy) 3000/tcp swanlab-logrotate ccr.ccs.tencentyun.com/self-hosted/logrotate:v1 "/sbin/tini -- /usr/…" logrotate 22 minutes ago Up 22 minutes swanlab-minio ccr.ccs.tencentyun.com/self-hosted/minio:RELEASE.2025-02-28T09-55-16Z "/usr/bin/docker-ent…" minio 22 minutes ago Up 22 minutes (healthy) 9000/tcp -swanlab-next ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.0.0 "docker-entrypoint.s…" swanlab-next 22 minutes ago Up 21 minutes 3000/tcp +swanlab-next ccr.ccs.tencentyun.com/self-hosted/swanlab-next:v3.1.0 "docker-entrypoint.s…" swanlab-next 22 minutes ago Up 21 minutes 3000/tcp swanlab-postgres ccr.ccs.tencentyun.com/self-hosted/postgres:16.1 "docker-entrypoint.s…" postgres 22 minutes ago Up 22 minutes (healthy) 5432/tcp swanlab-redis ccr.ccs.tencentyun.com/self-hosted/redis-stack-server:7.2.0-v15 "/entrypoint.sh" redis 22 minutes ago Up 22 minutes (healthy) 6379/tcp -swanlab-server ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.0.0 "docker-entrypoint.s…" swanlab-server 22 minutes ago Up 21 minutes (healthy) 3000/tcp +swanlab-server ccr.ccs.tencentyun.com/self-hosted/swanlab-server:v3.1.0 "docker-entrypoint.s…" swanlab-server 22 minutes ago Up 21 minutes (healthy) 3000/tcp swanlab-traefik ccr.ccs.tencentyun.com/self-hosted/traefik:v3.0 "/entrypoint.sh trae…" traefik 22 minutes ago Up 22 minutes (healthy) 0.0.0.0:8000->80/tcp, [::]:8000->80/tcp ``` diff --git a/zh/self_host/kubernetes/deploy.md b/zh/self_host/kubernetes/deploy.md index aacaece9..f4c31e13 100644 --- a/zh/self_host/kubernetes/deploy.md +++ b/zh/self_host/kubernetes/deploy.md @@ -18,7 +18,7 @@ - ``: 在集群中部署的 SwanLab 私有化服务的命名空间,请替换为部署使用的命名空间 ::: info -**当前APP_VERSION: v3.0.0** +**当前APP_VERSION: v3.1.0** ::: ## 🧱 先决条件 diff --git a/zh/self_host/kubernetes/upgrade.md b/zh/self_host/kubernetes/upgrade.md index 519f7a3b..891120b8 100644 --- a/zh/self_host/kubernetes/upgrade.md +++ b/zh/self_host/kubernetes/upgrade.md @@ -44,6 +44,7 @@ helm search repo swanlab/self-hosted --versions 1. **已配置 PVC 及快照策略**:请确认用于存储资源服务的 PVC 已成功创建,并已配置好相应的快照策略以保障数据安全。 2. **确认镜像仓库可达**:您需要保证集群可以访问 `repo.swanlab.cn`,以保证能够正常拉取镜像 (否则您需要将已知的镜像拉取下来推送到私有仓库)。详情见 [SwanLab 私有化版资源清单](./deploy.md#🧾-资源清单) 3. **检查镜像 tag 配置**:在您的 `values.yaml` 中,确保以下应用的镜像 **tag 为空字符串或指定版本 tag**,而非 `latest`: + - `swanlab-auth` - `swanlab-cloud` - `swanlab-next` - `swanlab-house`