chore: release v2.4.5

This commit is contained in:
pycook 2024-05-29 13:32:40 +08:00
parent 49bc5d94a9
commit 2f03639c57
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ Flask-Caching = ">=1.0.0"
environs = "==4.2.0"
marshmallow = "==2.20.2"
# async tasks
celery = ">=5.3.1"
celery = "==5.3.1"
celery_once = "==3.0.1"
more-itertools = "==5.0.0"
kombu = ">=5.3.1"

View File

@ -45,7 +45,7 @@ services:
- redis
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:
# context: .
# target: cmdb-api
@ -84,7 +84,7 @@ services:
- cmdb-api
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:
# context: .
# target: cmdb-ui