Skip to content

Commit

Permalink
chore: release v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pycook committed Jun 20, 2024
1 parent b34e831 commit 3fe0205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmdb-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3fe0205

Please sign in to comment.