From c35bb5841c053a171841e5314281130278d1b9a4 Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Thu, 6 Mar 2025 22:31:56 +0800 Subject: [PATCH] version doc (#4013) --- deploy/docker/docker-compose-milvus.yml | 8 ++++---- deploy/docker/docker-compose-pgvector.yml | 8 ++++---- deploy/docker/docker-compose-zilliz.yml | 8 ++++---- docSite/content/zh-cn/docs/development/upgrading/490.md | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/deploy/docker/docker-compose-milvus.yml b/deploy/docker/docker-compose-milvus.yml index e9adc3ccd..e5a90446b 100644 --- a/deploy/docker/docker-compose-milvus.yml +++ b/deploy/docker/docker-compose-milvus.yml @@ -114,15 +114,15 @@ services: # fastgpt sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.23-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.23-fix # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.9.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.0 # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.23-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.23-fix # 阿里云 + image: ghcr.io/labring/fastgpt:v4.9.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.0 # 阿里云 ports: - 3000:3000 networks: diff --git a/deploy/docker/docker-compose-pgvector.yml b/deploy/docker/docker-compose-pgvector.yml index 2b64e6470..0d763c912 100644 --- a/deploy/docker/docker-compose-pgvector.yml +++ b/deploy/docker/docker-compose-pgvector.yml @@ -72,15 +72,15 @@ services: # fastgpt sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.23-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.23-fix # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.9.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.0 # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.23-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.23-fix # 阿里云 + image: ghcr.io/labring/fastgpt:v4.9.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.0 # 阿里云 ports: - 3000:3000 networks: diff --git a/deploy/docker/docker-compose-zilliz.yml b/deploy/docker/docker-compose-zilliz.yml index 0e4bb3ddb..c4cafe71c 100644 --- a/deploy/docker/docker-compose-zilliz.yml +++ b/deploy/docker/docker-compose-zilliz.yml @@ -53,15 +53,15 @@ services: wait $$! sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.23-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.23-fix # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.9.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.0 # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.23-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.23-fix # 阿里云 + image: ghcr.io/labring/fastgpt:v4.9.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.0 # 阿里云 ports: - 3000:3000 networks: diff --git a/docSite/content/zh-cn/docs/development/upgrading/490.md b/docSite/content/zh-cn/docs/development/upgrading/490.md index 8302c2547..2a7265b6b 100644 --- a/docSite/content/zh-cn/docs/development/upgrading/490.md +++ b/docSite/content/zh-cn/docs/development/upgrading/490.md @@ -1,5 +1,5 @@ --- -title: 'V4.9.0(进行中)' +title: 'V4.9.0(包含升级脚本)' description: 'FastGPT V4.9.0 更新说明' icon: 'upgrade' draft: false @@ -14,8 +14,8 @@ weight: 801 ### 2. 更新镜像 -- 更新 FastGPT 镜像 tag: v4.9.0-alpha -- 更新 FastGPT 商业版镜像 tag: v4.9.0-alpha +- 更新 FastGPT 镜像 tag: v4.9.0 +- 更新 FastGPT 商业版镜像 tag: v4.9.0 - Sandbox 镜像,可以不更新 ### 3. 替换 OneAPI(可选)