Skip to content

Commit fe01de5

Browse files
authored
chore(*): Bump version to 1.4.1 (#20275)
Signed-off-by: -LAN- <laipz8200@outlook.com>
1 parent 275b042 commit fe01de5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

api/configs/packaging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
99

1010
CURRENT_VERSION: str = Field(
1111
description="Dify version",
12-
default="1.4.0",
12+
default="1.4.1",
1313
)
1414

1515
COMMIT_SHA: str = Field(

docker/docker-compose-template.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
22
services:
33
# API service
44
api:
5-
image: langgenius/dify-api:1.4.0
5+
image: langgenius/dify-api:1.4.1
66
restart: always
77
environment:
88
# Use the shared environment variables.
@@ -31,7 +31,7 @@ services:
3131
# worker service
3232
# The Celery worker for processing the queue.
3333
worker:
34-
image: langgenius/dify-api:1.4.0
34+
image: langgenius/dify-api:1.4.1
3535
restart: always
3636
environment:
3737
# Use the shared environment variables.
@@ -57,7 +57,7 @@ services:
5757

5858
# Frontend web application.
5959
web:
60-
image: langgenius/dify-web:1.4.0
60+
image: langgenius/dify-web:1.4.1
6161
restart: always
6262
environment:
6363
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -142,7 +142,7 @@ services:
142142

143143
# plugin daemon
144144
plugin_daemon:
145-
image: langgenius/dify-plugin-daemon:0.0.10-local
145+
image: langgenius/dify-plugin-daemon:0.1.1-local
146146
restart: always
147147
environment:
148148
# Use the shared environment variables.

docker/docker-compose.middleware.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ services:
7171

7272
# plugin daemon
7373
plugin_daemon:
74-
image: langgenius/dify-plugin-daemon:0.0.10-local
74+
image: langgenius/dify-plugin-daemon:0.1.1-local
7575
restart: always
7676
env_file:
7777
- ./middleware.env

docker/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ x-shared-env: &shared-api-worker-env
501501
services:
502502
# API service
503503
api:
504-
image: langgenius/dify-api:1.4.0
504+
image: langgenius/dify-api:1.4.1
505505
restart: always
506506
environment:
507507
# Use the shared environment variables.
@@ -530,7 +530,7 @@ services:
530530
# worker service
531531
# The Celery worker for processing the queue.
532532
worker:
533-
image: langgenius/dify-api:1.4.0
533+
image: langgenius/dify-api:1.4.1
534534
restart: always
535535
environment:
536536
# Use the shared environment variables.
@@ -556,7 +556,7 @@ services:
556556

557557
# Frontend web application.
558558
web:
559-
image: langgenius/dify-web:1.4.0
559+
image: langgenius/dify-web:1.4.1
560560
restart: always
561561
environment:
562562
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -641,7 +641,7 @@ services:
641641

642642
# plugin daemon
643643
plugin_daemon:
644-
image: langgenius/dify-plugin-daemon:0.0.10-local
644+
image: langgenius/dify-plugin-daemon:0.1.1-local
645645
restart: always
646646
environment:
647647
# Use the shared environment variables.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dify-web",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": true,
55
"engines": {
66
"node": ">=v22.11.0"

0 commit comments

Comments
 (0)