mirror of https://github.com/veops/cmdb.git
chore: release v2.4.5
This commit is contained in:
parent
49bc5d94a9
commit
2f03639c57
|
@ -36,7 +36,7 @@ Flask-Caching = ">=1.0.0"
|
||||||
environs = "==4.2.0"
|
environs = "==4.2.0"
|
||||||
marshmallow = "==2.20.2"
|
marshmallow = "==2.20.2"
|
||||||
# async tasks
|
# async tasks
|
||||||
celery = ">=5.3.1"
|
celery = "==5.3.1"
|
||||||
celery_once = "==3.0.1"
|
celery_once = "==3.0.1"
|
||||||
more-itertools = "==5.0.0"
|
more-itertools = "==5.0.0"
|
||||||
kombu = ">=5.3.1"
|
kombu = ">=5.3.1"
|
||||||
|
|
|
@ -45,7 +45,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
cmdb-api:
|
cmdb-api:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.4
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.5
|
||||||
# build:
|
# build:
|
||||||
# context: .
|
# context: .
|
||||||
# target: cmdb-api
|
# target: cmdb-api
|
||||||
|
@ -84,7 +84,7 @@ services:
|
||||||
- cmdb-api
|
- cmdb-api
|
||||||
|
|
||||||
cmdb-ui:
|
cmdb-ui:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.4.4
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.4.5
|
||||||
# build:
|
# build:
|
||||||
# context: .
|
# context: .
|
||||||
# target: cmdb-ui
|
# target: cmdb-ui
|
||||||
|
|
Loading…
Reference in New Issue