Commit 96a03e99 by Archer Committed by GitHub

4.8.5 test (#1869)

* update upgrade doc

* update upgrade doc
parent a3b0ef06
--- ---
title: 'V4.8.5(进行中)' title: 'V4.8.5'
description: 'FastGPT V4.8.5 更新说明' description: 'FastGPT V4.8.5 更新说明'
icon: 'upgrade' icon: 'upgrade'
draft: false draft: false
...@@ -13,8 +13,8 @@ weight: 819 ...@@ -13,8 +13,8 @@ weight: 819
### 2. 修改镜像 ### 2. 修改镜像
- fastgpt 镜像 tag 修改成 v4.8.5-alpha - fastgpt 镜像 tag 修改成 v4.8.5
- 商业版镜像 tag 修改成 v4.8.5 -alpha - 商业版镜像 tag 修改成 v4.8.5
### 3. 执行初始化 ### 3. 执行初始化
...@@ -54,9 +54,8 @@ curl --location --request POST 'https://{{host}}/api/admin/init/485' \ ...@@ -54,9 +54,8 @@ curl --location --request POST 'https://{{host}}/api/admin/init/485' \
8. 优化 - 文件夹读取,支持单个文件夹超出 100 个文件 8. 优化 - 文件夹读取,支持单个文件夹超出 100 个文件
9. 优化 - 问答拆分/手动录入,当有`a`字段时,自动将`q`作为补充索引。 9. 优化 - 问答拆分/手动录入,当有`a`字段时,自动将`q`作为补充索引。
10. 优化 - 对话框页面代码 10. 优化 - 对话框页面代码
11. 修复 - SSR渲染 11. 优化 - 工作流新节点自动增加序号名
12. 优化 - 工作流新节点自动增加序号名 12. 修复 - 定时任务无法实际关闭
13. 修复 - 定时任务无法实际关闭 13. 修复 - 输入引导特殊字符导致正则报错
14. 修复 - 输入引导特殊字符导致正则报错 14. 修复 - 文件包含特殊字符`%`,且为转义时会导致页面崩溃
15. 修复 - 文件包含特殊字符`%`,且为转义时会导致页面崩溃 15. 修复 - 自定义输入选择知识库引用时页面崩溃
16. 修复 - 自定义输入选择知识库引用时页面崩溃 \ No newline at end of file
\ No newline at end of file
...@@ -114,15 +114,15 @@ services: ...@@ -114,15 +114,15 @@ services:
# fastgpt # fastgpt
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.8.4 # git image: ghcr.io/labring/fastgpt-sandbox:latest # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.4 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:latest # 阿里云
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.8.4 # git image: ghcr.io/labring/fastgpt:v4.8.5 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.4 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.5 # 阿里云
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
......
...@@ -72,15 +72,15 @@ services: ...@@ -72,15 +72,15 @@ services:
# fastgpt # fastgpt
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.8.4 # git image: ghcr.io/labring/fastgpt-sandbox:latest # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.4 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:latest # 阿里云
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.8.4 # git image: ghcr.io/labring/fastgpt:v4.8.5 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.4 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.5 # 阿里云
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
...@@ -118,8 +118,8 @@ services: ...@@ -118,8 +118,8 @@ services:
# oneapi # oneapi
mysql: mysql:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mysql:8.0.36 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mysql:8.0.36 # 阿里云
# image: mysql:8.0.36 image: mysql:8.0.36
container_name: mysql container_name: mysql
restart: always restart: always
ports: ports:
......
...@@ -53,15 +53,15 @@ services: ...@@ -53,15 +53,15 @@ services:
wait $$! wait $$!
sandbox: sandbox:
container_name: sandbox container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.8.4 # git image: ghcr.io/labring/fastgpt-sandbox:latest # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.4 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:latest # 阿里云
networks: networks:
- fastgpt - fastgpt
restart: always restart: always
fastgpt: fastgpt:
container_name: fastgpt container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.8.4 # git image: ghcr.io/labring/fastgpt:v4.8.5 # git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.4 # 阿里云 # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.5 # 阿里云
ports: ports:
- 3000:3000 - 3000:3000
networks: networks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment