From 3fe020505a3093d67d69680dbaa2d62a36d25f8f Mon Sep 17 00:00:00 2001 From: pycook Date: Thu, 20 Jun 2024 20:31:10 +0800 Subject: [PATCH] chore: release v2.4.6 --- cmdb-api/requirements.txt | 1 + docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cmdb-api/requirements.txt b/cmdb-api/requirements.txt index 3af9a3f..0bd688b 100644 --- a/cmdb-api/requirements.txt +++ b/cmdb-api/requirements.txt @@ -31,6 +31,7 @@ marshmallow==2.20.2 more-itertools==5.0.0 msgpack-python==0.5.6 Pillow>=10.0.1 +pycryptodome==3.12.0 cryptography>=41.0.2 PyJWT==2.4.0 PyMySQL==1.1.0 diff --git a/docker-compose.yml b/docker-compose.yml index ac4e94a..0d0895c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,7 +41,7 @@ services: - redis 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 env_file: - .env @@ -83,7 +83,7 @@ services: test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1" 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 depends_on: cmdb-api: