Skip to content

Commit

Permalink
Release 2.4.2 (#755)
Browse files Browse the repository at this point in the history
* release 2.4.1 prepared

* styling bug fixed

* release notes updated

* memory allocation updated; release prepared

* release note updated
  • Loading branch information
sheenaze authored Oct 11, 2023
1 parent aaba0d2 commit 8b7a296
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 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 @@ -22,7 +22,7 @@ services:
restart: always

web:
image: "awst/qa4sm:2.4.1"
image: "awst/qa4sm:2.4.2"
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.1"
image: "awst/qa4sm-proxy:2.4.2"
restart: always
ports:
- "8080:80"
ui:
image: "awst/qa4sm-ui:2.4.1"
image: "awst/qa4sm-ui:2.4.2"
restart: always

worker-1:
image: "awst/qa4sm-worker:2.4.1"
image: "awst/qa4sm-worker:2.4.2"
restart: always
environment:
QA4SM_DB_HOST: "${QA4SM_DB_HOST}"
Expand All @@ -80,4 +80,4 @@ services:
deploy:
resources:
limits:
memory: 250G
memory: 350G
2 changes: 1 addition & 1 deletion docker/compose/test-2/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QA4SM_DB_HOST=qa4sm-db
QA4SM_DB_NAME=valentina
QA4SM_DB_USER=django
QA4SM_WORKER_THREAD_PER_NODE=12
QA4SM_WORKER_THREAD_PER_NODE=6
2 changes: 1 addition & 1 deletion docker/compose/test-2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ services:
deploy:
resources:
limits:
memory: 200G
memory: 100G
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.2 - Release notes 2023-10-11
=======================================================
# Improvements
1. Memory allocation updated

QA4SM v2.4.1 - Release notes 2023-10-09
=======================================================
# Bug fix
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.1'
APP_VERSION = '2.4.2'

0 comments on commit 8b7a296

Please sign in to comment.