From 4fbf8430b702bf5e88fe1c4ce71764348205065e Mon Sep 17 00:00:00 2001 From: Ryo Date: Tue, 21 Apr 2026 17:25:10 +0800 Subject: [PATCH] chore: bump deploy image tags for v4.14.12 (#6789) --- deploy/args.json | 8 ++++---- deploy/dev/docker-compose.cn.yml | 6 +++--- deploy/dev/docker-compose.yml | 6 +++--- deploy/docker/cn/docker-compose.milvus.yml | 8 ++++---- deploy/docker/cn/docker-compose.oceanbase.yml | 8 ++++---- deploy/docker/cn/docker-compose.opengauss.yml | 8 ++++---- deploy/docker/cn/docker-compose.pg.yml | 8 ++++---- deploy/docker/cn/docker-compose.seekdb.yml | 8 ++++---- deploy/docker/cn/docker-compose.zilliz.yml | 8 ++++---- deploy/docker/global/docker-compose.milvus.yml | 8 ++++---- deploy/docker/global/docker-compose.oceanbase.yml | 8 ++++---- deploy/docker/global/docker-compose.opengauss.yml | 8 ++++---- deploy/docker/global/docker-compose.pg.yml | 8 ++++---- deploy/docker/global/docker-compose.seekdb.yml | 8 ++++---- deploy/docker/global/docker-compose.zilliz.yml | 8 ++++---- deploy/helm/fastgpt/Chart.yaml | 2 +- .../public/deploy/docker/cn/docker-compose.milvus.yml | 8 ++++---- .../public/deploy/docker/cn/docker-compose.oceanbase.yml | 8 ++++---- .../public/deploy/docker/cn/docker-compose.opengauss.yml | 8 ++++---- document/public/deploy/docker/cn/docker-compose.pg.yml | 8 ++++---- .../public/deploy/docker/cn/docker-compose.seekdb.yml | 8 ++++---- .../public/deploy/docker/cn/docker-compose.zilliz.yml | 8 ++++---- .../public/deploy/docker/global/docker-compose.milvus.yml | 8 ++++---- .../deploy/docker/global/docker-compose.oceanbase.yml | 8 ++++---- .../deploy/docker/global/docker-compose.opengauss.yml | 8 ++++---- .../public/deploy/docker/global/docker-compose.pg.yml | 8 ++++---- .../public/deploy/docker/global/docker-compose.seekdb.yml | 8 ++++---- .../public/deploy/docker/global/docker-compose.zilliz.yml | 8 ++++---- 28 files changed, 107 insertions(+), 107 deletions(-) diff --git a/deploy/args.json b/deploy/args.json index 91d9b45cb4..9426efe731 100644 --- a/deploy/args.json +++ b/deploy/args.json @@ -1,15 +1,15 @@ { "tags": { - "fastgpt": "v4.14.10.2", - "fastgpt-code-sandbox": "v4.14.10", + "fastgpt": "v4.14.12", + "fastgpt-code-sandbox": "v4.14.11", "fastgpt-mcp_server": "v4.14.10", - "fastgpt-plugin": "v0.5.6", + "fastgpt-plugin": "v0.6.0", "volume-manager": "v0.1", "agent-sandbox-image": "v0.1", "opensandbox-server": "v0.1.9", "opensandbox-execd": "v1.0.7", "opensandbox-egress": "v1.0.3", - "aiproxy": "v0.3.5", + "aiproxy": "v0.5.3", "aiproxy-pg": "0.8.0-pg15", "mongo": "5.0.32", "redis": "7.2-alpine", diff --git a/deploy/dev/docker-compose.cn.yml b/deploy/dev/docker-compose.cn.yml index 409752ded0..6514d9ba49 100644 --- a/deploy/dev/docker-compose.cn.yml +++ b/deploy/dev/docker-compose.cn.yml @@ -174,7 +174,7 @@ services: retries: 3 fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 ports: - 3002:3000 networks: @@ -229,7 +229,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always ports: @@ -323,7 +323,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped ports: diff --git a/deploy/dev/docker-compose.yml b/deploy/dev/docker-compose.yml index 9dfcead6f8..b6e001af3f 100644 --- a/deploy/dev/docker-compose.yml +++ b/deploy/dev/docker-compose.yml @@ -174,7 +174,7 @@ services: retries: 3 fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 ports: - 3002:3000 networks: @@ -229,7 +229,7 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always ports: @@ -323,7 +323,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped ports: diff --git a/deploy/docker/cn/docker-compose.milvus.yml b/deploy/docker/cn/docker-compose.milvus.yml index f2e692cfd6..0d6912d98c 100644 --- a/deploy/docker/cn/docker-compose.milvus.yml +++ b/deploy/docker/cn/docker-compose.milvus.yml @@ -192,7 +192,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -294,7 +294,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -353,7 +353,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -451,7 +451,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/cn/docker-compose.oceanbase.yml b/deploy/docker/cn/docker-compose.oceanbase.yml index 64b0544e49..b04910ef8c 100644 --- a/deploy/docker/cn/docker-compose.oceanbase.yml +++ b/deploy/docker/cn/docker-compose.oceanbase.yml @@ -170,7 +170,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -272,7 +272,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -331,7 +331,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -429,7 +429,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/cn/docker-compose.opengauss.yml b/deploy/docker/cn/docker-compose.opengauss.yml index 3a25f6b7f8..4f39fef45b 100644 --- a/deploy/docker/cn/docker-compose.opengauss.yml +++ b/deploy/docker/cn/docker-compose.opengauss.yml @@ -152,7 +152,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -254,7 +254,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -313,7 +313,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -411,7 +411,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/cn/docker-compose.pg.yml b/deploy/docker/cn/docker-compose.pg.yml index cbc33c1b07..16f3ffd1ad 100644 --- a/deploy/docker/cn/docker-compose.pg.yml +++ b/deploy/docker/cn/docker-compose.pg.yml @@ -151,7 +151,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -253,7 +253,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -312,7 +312,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -410,7 +410,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/cn/docker-compose.seekdb.yml b/deploy/docker/cn/docker-compose.seekdb.yml index 171db730f0..9831ce9aff 100644 --- a/deploy/docker/cn/docker-compose.seekdb.yml +++ b/deploy/docker/cn/docker-compose.seekdb.yml @@ -157,7 +157,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -259,7 +259,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -318,7 +318,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -416,7 +416,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/cn/docker-compose.zilliz.yml b/deploy/docker/cn/docker-compose.zilliz.yml index 103a517730..b6f1c85d5f 100644 --- a/deploy/docker/cn/docker-compose.zilliz.yml +++ b/deploy/docker/cn/docker-compose.zilliz.yml @@ -134,7 +134,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -236,7 +236,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -295,7 +295,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -393,7 +393,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.milvus.yml b/deploy/docker/global/docker-compose.milvus.yml index a463332cda..b6600f4bb6 100644 --- a/deploy/docker/global/docker-compose.milvus.yml +++ b/deploy/docker/global/docker-compose.milvus.yml @@ -192,7 +192,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -294,7 +294,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -353,7 +353,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -451,7 +451,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.oceanbase.yml b/deploy/docker/global/docker-compose.oceanbase.yml index 4dfa86019e..7ef26594ee 100644 --- a/deploy/docker/global/docker-compose.oceanbase.yml +++ b/deploy/docker/global/docker-compose.oceanbase.yml @@ -170,7 +170,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -272,7 +272,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -331,7 +331,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -429,7 +429,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.opengauss.yml b/deploy/docker/global/docker-compose.opengauss.yml index e8e923216e..d4a34014c0 100644 --- a/deploy/docker/global/docker-compose.opengauss.yml +++ b/deploy/docker/global/docker-compose.opengauss.yml @@ -152,7 +152,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -254,7 +254,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -313,7 +313,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -411,7 +411,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.pg.yml b/deploy/docker/global/docker-compose.pg.yml index e3bbf2f708..ba43157648 100644 --- a/deploy/docker/global/docker-compose.pg.yml +++ b/deploy/docker/global/docker-compose.pg.yml @@ -151,7 +151,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -253,7 +253,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -312,7 +312,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -410,7 +410,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.seekdb.yml b/deploy/docker/global/docker-compose.seekdb.yml index 3edff10969..c62b16b61d 100644 --- a/deploy/docker/global/docker-compose.seekdb.yml +++ b/deploy/docker/global/docker-compose.seekdb.yml @@ -157,7 +157,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -259,7 +259,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -318,7 +318,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -416,7 +416,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/docker/global/docker-compose.zilliz.yml b/deploy/docker/global/docker-compose.zilliz.yml index 3640dc9a1b..c66f0a2f4f 100644 --- a/deploy/docker/global/docker-compose.zilliz.yml +++ b/deploy/docker/global/docker-compose.zilliz.yml @@ -134,7 +134,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -236,7 +236,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -295,7 +295,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -393,7 +393,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/deploy/helm/fastgpt/Chart.yaml b/deploy/helm/fastgpt/Chart.yaml index 6af566a241..c30844252c 100644 --- a/deploy/helm/fastgpt/Chart.yaml +++ b/deploy/helm/fastgpt/Chart.yaml @@ -21,7 +21,7 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v4.6.6" +appVersion: "v4.14.12" dependencies: - name: mongodb diff --git a/document/public/deploy/docker/cn/docker-compose.milvus.yml b/document/public/deploy/docker/cn/docker-compose.milvus.yml index f2e692cfd6..0d6912d98c 100644 --- a/document/public/deploy/docker/cn/docker-compose.milvus.yml +++ b/document/public/deploy/docker/cn/docker-compose.milvus.yml @@ -192,7 +192,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -294,7 +294,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -353,7 +353,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -451,7 +451,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/cn/docker-compose.oceanbase.yml b/document/public/deploy/docker/cn/docker-compose.oceanbase.yml index 64b0544e49..b04910ef8c 100644 --- a/document/public/deploy/docker/cn/docker-compose.oceanbase.yml +++ b/document/public/deploy/docker/cn/docker-compose.oceanbase.yml @@ -170,7 +170,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -272,7 +272,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -331,7 +331,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -429,7 +429,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/cn/docker-compose.opengauss.yml b/document/public/deploy/docker/cn/docker-compose.opengauss.yml index 3a25f6b7f8..4f39fef45b 100644 --- a/document/public/deploy/docker/cn/docker-compose.opengauss.yml +++ b/document/public/deploy/docker/cn/docker-compose.opengauss.yml @@ -152,7 +152,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -254,7 +254,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -313,7 +313,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -411,7 +411,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/cn/docker-compose.pg.yml b/document/public/deploy/docker/cn/docker-compose.pg.yml index cbc33c1b07..16f3ffd1ad 100644 --- a/document/public/deploy/docker/cn/docker-compose.pg.yml +++ b/document/public/deploy/docker/cn/docker-compose.pg.yml @@ -151,7 +151,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -253,7 +253,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -312,7 +312,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -410,7 +410,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/cn/docker-compose.seekdb.yml b/document/public/deploy/docker/cn/docker-compose.seekdb.yml index 171db730f0..9831ce9aff 100644 --- a/document/public/deploy/docker/cn/docker-compose.seekdb.yml +++ b/document/public/deploy/docker/cn/docker-compose.seekdb.yml @@ -157,7 +157,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -259,7 +259,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -318,7 +318,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -416,7 +416,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/cn/docker-compose.zilliz.yml b/document/public/deploy/docker/cn/docker-compose.zilliz.yml index 103a517730..b6f1c85d5f 100644 --- a/document/public/deploy/docker/cn/docker-compose.zilliz.yml +++ b/document/public/deploy/docker/cn/docker-compose.zilliz.yml @@ -134,7 +134,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.2 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -236,7 +236,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.10 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -295,7 +295,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.5.6 + image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -393,7 +393,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.3.5 + image: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.milvus.yml b/document/public/deploy/docker/global/docker-compose.milvus.yml index a463332cda..b6600f4bb6 100644 --- a/document/public/deploy/docker/global/docker-compose.milvus.yml +++ b/document/public/deploy/docker/global/docker-compose.milvus.yml @@ -192,7 +192,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -294,7 +294,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -353,7 +353,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -451,7 +451,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.oceanbase.yml b/document/public/deploy/docker/global/docker-compose.oceanbase.yml index 4dfa86019e..7ef26594ee 100644 --- a/document/public/deploy/docker/global/docker-compose.oceanbase.yml +++ b/document/public/deploy/docker/global/docker-compose.oceanbase.yml @@ -170,7 +170,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -272,7 +272,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -331,7 +331,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -429,7 +429,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.opengauss.yml b/document/public/deploy/docker/global/docker-compose.opengauss.yml index e8e923216e..d4a34014c0 100644 --- a/document/public/deploy/docker/global/docker-compose.opengauss.yml +++ b/document/public/deploy/docker/global/docker-compose.opengauss.yml @@ -152,7 +152,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -254,7 +254,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -313,7 +313,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -411,7 +411,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.pg.yml b/document/public/deploy/docker/global/docker-compose.pg.yml index e3bbf2f708..ba43157648 100644 --- a/document/public/deploy/docker/global/docker-compose.pg.yml +++ b/document/public/deploy/docker/global/docker-compose.pg.yml @@ -151,7 +151,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -253,7 +253,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -312,7 +312,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -410,7 +410,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.seekdb.yml b/document/public/deploy/docker/global/docker-compose.seekdb.yml index 3edff10969..c62b16b61d 100644 --- a/document/public/deploy/docker/global/docker-compose.seekdb.yml +++ b/document/public/deploy/docker/global/docker-compose.seekdb.yml @@ -157,7 +157,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -259,7 +259,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -318,7 +318,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -416,7 +416,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: diff --git a/document/public/deploy/docker/global/docker-compose.zilliz.yml b/document/public/deploy/docker/global/docker-compose.zilliz.yml index 3640dc9a1b..c66f0a2f4f 100644 --- a/document/public/deploy/docker/global/docker-compose.zilliz.yml +++ b/document/public/deploy/docker/global/docker-compose.zilliz.yml @@ -134,7 +134,7 @@ services: fastgpt-app: container_name: fastgpt-app - image: ghcr.io/labring/fastgpt:v4.14.10.2 + image: ghcr.io/labring/fastgpt:v4.14.12 ports: - 3000:3000 networks: @@ -236,7 +236,7 @@ services: - ./config.json:/app/data/config.json fastgpt-code-sandbox: container_name: fastgpt-code-sandbox - image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.10 + image: ghcr.io/labring/fastgpt-code-sandbox:v4.14.11 networks: - codesandbox restart: always @@ -295,7 +295,7 @@ services: <<: [*x-log-config] FASTGPT_ENDPOINT: http://fastgpt-app:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.5.6 + image: ghcr.io/labring/fastgpt-plugin:v0.6.0 container_name: fastgpt-plugin restart: always networks: @@ -393,7 +393,7 @@ services: # AI Proxy fastgpt-aiproxy: - image: ghcr.io/labring/aiproxy:v0.3.5 + image: ghcr.io/labring/aiproxy:v0.5.3 container_name: fastgpt-aiproxy restart: unless-stopped depends_on: