mirror of https://github.com/veops/cmdb.git
chore: release v2.4.6
This commit is contained in:
parent
b34e83124f
commit
3fe020505a
|
@ -31,6 +31,7 @@ marshmallow==2.20.2
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
msgpack-python==0.5.6
|
msgpack-python==0.5.6
|
||||||
Pillow>=10.0.1
|
Pillow>=10.0.1
|
||||||
|
pycryptodome==3.12.0
|
||||||
cryptography>=41.0.2
|
cryptography>=41.0.2
|
||||||
PyJWT==2.4.0
|
PyJWT==2.4.0
|
||||||
PyMySQL==1.1.0
|
PyMySQL==1.1.0
|
||||||
|
|
|
@ -41,7 +41,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
cmdb-api:
|
cmdb-api:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.5
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.6
|
||||||
container_name: cmdb-api
|
container_name: cmdb-api
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -83,7 +83,7 @@ services:
|
||||||
test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
|
test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
|
||||||
|
|
||||||
cmdb-ui:
|
cmdb-ui:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.4.5
|
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.4.6
|
||||||
container_name: cmdb-ui
|
container_name: cmdb-ui
|
||||||
depends_on:
|
depends_on:
|
||||||
cmdb-api:
|
cmdb-api:
|
||||||
|
|
Loading…
Reference in New Issue