Skip to content

Commit

Permalink
release 2.2.4 prepared (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenaze authored Jun 28, 2023
1 parent 1941f61 commit e647c4f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 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.3"
image: "awst/qa4sm:2.2.4"
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.3"
image: "awst/qa4sm-proxy:2.2.4"
restart: always
ports:
- "8080:80"
ui:
image: "awst/qa4sm-ui:2.2.3"
image: "awst/qa4sm-ui:2.2.4"
restart: always

worker-1:
image: "awst/qa4sm-worker:2.2.3"
image: "awst/qa4sm-worker:2.2.4"
restart: always
environment:
QA4SM_DB_HOST: "${QA4SM_DB_HOST}"
Expand Down
11 changes: 11 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
QA4SM v2.2.4 - Release notes 2023-06-28
=======================================================
# New features
1. Contact form added

# Improvements
1. Admin panel updated
2. Sign up form updated with a 'prove you are a real person' feature.



QA4SM v2.2.3 - Release notes 2023-06-07
=======================================================
# Improvements
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.3'
APP_VERSION = '2.2.4'

0 comments on commit e647c4f

Please sign in to comment.