Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/args.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tags": {
"fastgpt": "v4.14.10",
"fastgpt": "v4.14.10.1",
"fastgpt-code-sandbox": "v4.14.10",
"fastgpt-mcp_server": "v4.14.10",
"fastgpt-plugin": "v0.5.6",
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/cn/docker-compose.milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/cn/docker-compose.oceanbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/cn/docker-compose.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/cn/docker-compose.seekdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/cn/docker-compose.zilliz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/global/docker-compose.milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/global/docker-compose.oceanbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/global/docker-compose.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image: value ends with a trailing whitespace. It’s harmless for Docker Compose, but it creates noisy diffs and can trip YAML lint/format tooling. Consider trimming the trailing spaces in the generator/templates so all generated compose files are clean.

Suggested change
image: ghcr.io/labring/fastgpt:v4.14.10.1
image: ghcr.io/labring/fastgpt:v4.14.10.1

Copilot uses AI. Check for mistakes.
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/global/docker-compose.seekdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/global/docker-compose.ziliiz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
Comment on lines 135 to 139
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The filename docker-compose.ziliiz.yml (global) doesn’t match the “Zilliz” spelling used elsewhere (e.g. deploy/docker/cn/docker-compose.zilliz.yml) and the deployment docs link to /deploy/docker/global/docker-compose.zilliz.yml (document/content/docs/self-host/deploy/docker.mdx:145). This mismatch can cause 404s for manual downloads unless the server adds a redirect/alias. Consider renaming to zilliz or publishing a duplicate/alias file and updating the generator/install script references accordingly.

Copilot uses AI. Check for mistakes.
networks:
Expand Down
2 changes: 1 addition & 1 deletion document/content/docs/self-host/upgrading/4-14/41410.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ AGENT_SANDBOX_VOLUME_MANAGER_TOKEN: *x-volume-manager-auth-token

### 3. 更新镜像 tag

- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10.1
- 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in service name: fastpgt-pro should be fastgpt-pro to match the actual product/service name used elsewhere.

Suggested change
- 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10
- 更新 fastgpt-pro(商业版) 镜像 tag: v4.14.10

Copilot uses AI. Check for mistakes.
- 更新 code-sandbox 镜像 tag: v4.14.10
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This page updates the FastGPT image tag to v4.14.10.1, but the English release notes (document/content/docs/self-host/upgrading/4-14/41410.en.mdx) still instruct v4.14.10. To avoid inconsistent upgrade guidance between locales, update the EN doc (and any other release-note references) to the same tag, or clarify why only the CN doc differs.

Suggested change
- 更新 code-sandbox 镜像 tag: v4.14.10
- 更新 code-sandbox 镜像 tag: v4.14.10.1

Copilot uses AI. Check for mistakes.
- 更新 fastgpt-plugin 镜像 tag: v0.5.6
Expand Down
4 changes: 2 additions & 2 deletions document/data/doc-last-modified.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"document/content/docs/self-host/custom-models/xinference.en.mdx": "2026-03-30T10:05:42+08:00",
"document/content/docs/self-host/custom-models/xinference.mdx": "2026-03-30T10:05:42+08:00",
"document/content/docs/self-host/deploy/docker.en.mdx": "2026-03-31T23:15:29+08:00",
"document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T23:15:29+08:00",
"document/content/docs/self-host/deploy/docker.mdx": "2026-04-02T10:04:45+08:00",
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doc-last-modified.json updates the last-modified timestamp for document/content/docs/self-host/deploy/docker.mdx, but that file isn’t included in this PR’s diffs. If docker.mdx wasn’t actually changed, please revert this timestamp bump to keep the index accurate; otherwise ensure the corresponding content change is included in the PR.

Suggested change
"document/content/docs/self-host/deploy/docker.mdx": "2026-04-02T10:04:45+08:00",
"document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T23:15:29+08:00",

Copilot uses AI. Check for mistakes.
"document/content/docs/self-host/deploy/sealos.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/deploy/sealos.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/design/dataset.en.mdx": "2026-03-03T17:39:47+08:00",
Expand Down Expand Up @@ -221,7 +221,7 @@
"document/content/docs/self-host/upgrading/4-14/4141.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4141.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/41410.en.mdx": "2026-03-31T23:15:29+08:00",
"document/content/docs/self-host/upgrading/4-14/41410.mdx": "2026-04-01T13:31:09+08:00",
"document/content/docs/self-host/upgrading/4-14/41410.mdx": "2026-04-01T13:34:01+08:00",
"document/content/docs/self-host/upgrading/4-14/4142.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4142.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4143.en.mdx": "2026-03-03T17:39:47+08:00",
Expand Down
2 changes: 1 addition & 1 deletion document/public/deploy/docker/cn/docker-compose.milvus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion document/public/deploy/docker/cn/docker-compose.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion document/public/deploy/docker/cn/docker-compose.seekdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion document/public/deploy/docker/cn/docker-compose.zilliz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
2 changes: 1 addition & 1 deletion document/public/deploy/docker/global/docker-compose.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:

fastgpt-app:
container_name: fastgpt-app
image: ghcr.io/labring/fastgpt:v4.14.10
image: ghcr.io/labring/fastgpt:v4.14.10.1
ports:
- 3000:3000
networks:
Expand Down
Loading