Skip to content

Commit

Permalink
release 2.8.0 prepared (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenaze authored Jul 11, 2024
1 parent 4472a63 commit 1254dd8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
11 changes: 7 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.7.0"
image: "awst/qa4sm:2.8.0"
restart: always
environment:
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
Expand Down Expand Up @@ -52,18 +52,21 @@ services:
- type: bind
source: "${QA4SM_USERMANUAL_FOLDER}"
target: /var/lib/qa4sm-web-val/valentina/docs
- type: bind
source: "${QA4SM_WORKSPACE}webapp/cronjob-scripts"
target: /var/lib/qa4sm-web-val/valentina/cronjob-scripts

proxy:
image: "awst/qa4sm-proxy:2.7.0"
image: "awst/qa4sm-proxy:2.8.0"
restart: always
ports:
- "8080:80"
ui:
image: "awst/qa4sm-ui:2.7.0"
image: "awst/qa4sm-ui:2.8.0"
restart: always

worker-1:
image: "awst/qa4sm-worker:2.7.0"
image: "awst/qa4sm-worker:2.8.0"
restart: always
environment:
QA4SM_DB_HOST: "${QA4SM_DB_HOST}"
Expand Down
18 changes: 9 additions & 9 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
QA4SM v2.7.0 - Release notes 2024-05-16
QA4SM v2.8.0 - Release notes 2024-07-12
=======================================================

# New features
1. Token authentication enabled (not available for users yet)

# Updates
1. SMOS SBPCA overpass filter added;
2. New versions of C3S and ISMN added;
3. GLDAS and ERA5 latest versions extended;
4. Admin panel updated;
5. Error handling for http requests added
1. Angular updated to the version 18;
2. SMOS data new format applied - reader updated;
3. All ISMN networks are preselected by default.;

# Fixes
1. Validation auto-cleanup fixed;
2. Cancelling validation fixed;
3. Handling output file when aborting a validation fixed;



2 changes: 1 addition & 1 deletion valentina/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APP_VERSION = '2.7.0'
APP_VERSION = '2.8.0'

0 comments on commit 1254dd8

Please sign in to comment.