Skip to content

Commit

Permalink
release prepared (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenaze authored Apr 3, 2023
1 parent 5f2e517 commit da06aba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.2.0.1"
image: "awst/qa4sm:2.2.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.2.0.1"
image: "awst/qa4sm-proxy:2.2.1"
restart: always
ports:
- "8080:80"
ui:
image: "awst/qa4sm-ui:2.2.0.1"
image: "awst/qa4sm-ui:2.2.1"
restart: always

worker-1:
image: "awst/qa4sm-worker:2.2.0.1"
image: "awst/qa4sm-worker:2.2.1"
restart: always
environment:
QA4SM_DB_HOST: "${QA4SM_DB_HOST}"
Expand Down
6 changes: 3 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
QA4SM v2.2.0.1 - Release notes 2023-03-24
QA4SM v2.2.1 - Release notes 2023-04-03
=======================================================
# Bug fixing
1. Workaround to avoid duplicated db entries disabled, as it clears dependencies
# Improvements
1. Uploading file updated - file preprocessing moved outside the api view

QA4SM v2.2.0 - Release notes 2023-03-23
=======================================================
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.2.0.1'
APP_VERSION = '2.2.1'

0 comments on commit da06aba

Please sign in to comment.