File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : " 👾 Tracker"
2
2
description : For inner usages, please donot use this template.
3
3
title : " [Tracker] "
4
- labels :
4
+ labels :
5
5
- tracker
6
6
body :
7
7
- type : textarea
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class PackagingInfo(BaseSettings):
9
9
10
10
CURRENT_VERSION : str = Field (
11
11
description = "Dify version" ,
12
- default = "1.0.0 " ,
12
+ default = "1.0.1 " ,
13
13
)
14
14
15
15
COMMIT_SHA : str = Field (
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env
2
2
services :
3
3
# API service
4
4
api :
5
- image : langgenius/dify-api:1.0.0
5
+ image : langgenius/dify-api:1.0.1
6
6
restart : always
7
7
environment :
8
8
# Use the shared environment variables.
@@ -29,7 +29,7 @@ services:
29
29
# worker service
30
30
# The Celery worker for processing the queue.
31
31
worker :
32
- image : langgenius/dify-api:1.0.0
32
+ image : langgenius/dify-api:1.0.1
33
33
restart : always
34
34
environment :
35
35
# Use the shared environment variables.
@@ -53,7 +53,7 @@ services:
53
53
54
54
# Frontend web application.
55
55
web :
56
- image : langgenius/dify-web:1.0.0
56
+ image : langgenius/dify-web:1.0.1
57
57
restart : always
58
58
environment :
59
59
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -131,7 +131,7 @@ services:
131
131
132
132
# plugin daemon
133
133
plugin_daemon :
134
- image : langgenius/dify-plugin-daemon:0.0.3 -local
134
+ image : langgenius/dify-plugin-daemon:0.0.4 -local
135
135
restart : always
136
136
environment :
137
137
# Use the shared environment variables.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ services:
66
66
67
67
# plugin daemon
68
68
plugin_daemon :
69
- image : langgenius/dify-plugin-daemon:0.0.3 -local
69
+ image : langgenius/dify-plugin-daemon:0.0.4 -local
70
70
restart : always
71
71
environment :
72
72
# Use the shared environment variables.
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ x-shared-env: &shared-api-worker-env
420
420
services :
421
421
# API service
422
422
api :
423
- image : langgenius/dify-api:1.0.0
423
+ image : langgenius/dify-api:1.0.1
424
424
restart : always
425
425
environment :
426
426
# Use the shared environment variables.
@@ -447,7 +447,7 @@ services:
447
447
# worker service
448
448
# The Celery worker for processing the queue.
449
449
worker :
450
- image : langgenius/dify-api:1.0.0
450
+ image : langgenius/dify-api:1.0.1
451
451
restart : always
452
452
environment :
453
453
# Use the shared environment variables.
@@ -471,7 +471,7 @@ services:
471
471
472
472
# Frontend web application.
473
473
web :
474
- image : langgenius/dify-web:1.0.0
474
+ image : langgenius/dify-web:1.0.1
475
475
restart : always
476
476
environment :
477
477
CONSOLE_API_URL : ${CONSOLE_API_URL:-}
@@ -549,7 +549,7 @@ services:
549
549
550
550
# plugin daemon
551
551
plugin_daemon :
552
- image : langgenius/dify-plugin-daemon:0.0.3 -local
552
+ image : langgenius/dify-plugin-daemon:0.0.4 -local
553
553
restart : always
554
554
environment :
555
555
# Use the shared environment variables.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dify-web" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=18.17.0"
You can’t perform that action at this time.
0 commit comments