Skip to content

Commit

Permalink
small release prepared (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenaze authored Mar 19, 2024
1 parent 9284065 commit 1b98696
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 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.6.0"
image: "awst/qa4sm:2.6.1"
restart: always
environment:
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
Expand Down Expand Up @@ -54,16 +54,16 @@ services:
target: /var/lib/qa4sm-web-val/valentina/docs

proxy:
image: "awst/qa4sm-proxy:2.6.0"
image: "awst/qa4sm-proxy:2.6.1"
restart: always
ports:
- "8080:80"
ui:
image: "awst/qa4sm-ui:2.6.0"
image: "awst/qa4sm-ui:2.6.1"
restart: always

worker-1:
image: "awst/qa4sm-worker:2.6.0"
image: "awst/qa4sm-worker:2.6.1"
restart: always
environment:
QA4SM_DB_HOST: "${QA4SM_DB_HOST}"
Expand Down
13 changes: 6 additions & 7 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
QA4SM v2.6.1 - Release notes 2024-03-19
=======================================================
# Updates
1. QA4SM logo added
2. Code maintenance applied

QA4SM v2.6.0 - Release notes 2024-02-21
=======================================================
# Updates
Expand All @@ -7,10 +13,3 @@ QA4SM v2.6.0 - Release notes 2024-02-21
# New Features
1. ISMN stations presented on the map for better overview
2. Possibility to archive and unarchive multiple datasets added

QA4SM v2.5.0 - Release notes 2024-01-08
=======================================================
# Updates
1. New landing page layout and UI color palette;
2. Videos on the most important QA4SM features added;
3. List of ISMN station locations available for logged-in users;
2 changes: 1 addition & 1 deletion valentina/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APP_VERSION = '2.6.0'
APP_VERSION = '2.6.1'

0 comments on commit 1b98696

Please sign in to comment.