Skip to content

Commit

Permalink
Rabit version downgraded to avoid issues with connection between work… (
Browse files Browse the repository at this point in the history
#777)

* Rabit version downgraded to avoid issues with connection between worker and celery containers; release prepared

* release note udpated
  • Loading branch information
sheenaze authored Nov 13, 2023
1 parent 010bf2f commit 82c98f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docker/compose/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ services:
restart: always

qa4sm-rabbitmq:
image: "rabbitmq"
image: "rabbitmq:3.8.14"
restart: always

web:
image: "awst/qa4sm:2.4.4"
image: "awst/qa4sm:2.4.4.1"
restart: always
environment:
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
Expand Down Expand Up @@ -50,16 +50,16 @@ services:
target: /var/lib/qa4sm-web-val/valentina/data/user_data

proxy:
image: "awst/qa4sm-proxy:2.4.4"
image: "awst/qa4sm-proxy:2.4.4.1"
restart: always
ports:
- "8080:80"
ui:
image: "awst/qa4sm-ui:2.4.4"
image: "awst/qa4sm-ui:2.4.4.1"
restart: always

worker-1:
image: "awst/qa4sm-worker:2.4.4"
image: "awst/qa4sm-worker:2.4.4.1"
restart: always
environment:
QA4SM_DB_HOST: "${QA4SM_DB_HOST}"
Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
QA4SM v2.4.4.1 - Release notes 2023-11-13
=======================================================
# Updates
1. Rabbit version downgraded to avoid breaking connection issues

QA4SM v2.4.4 - Release notes 2023-11-07
=======================================================
# Updates
Expand Down
2 changes: 1 addition & 1 deletion valentina/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_VERSION = '2.4.4'
APP_VERSION = '2.4.4.1'

0 comments on commit 82c98f2

Please sign in to comment.