Skip to content

Commit

Permalink
release 2.7.0 prepared (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenaze authored May 16, 2024
1 parent 76f3b71 commit 10e2201
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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.1"
image: "awst/qa4sm:2.7.0"
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.1"
image: "awst/qa4sm-proxy:2.7.0"
restart: always
ports:
- "8080:80"
ui:
image: "awst/qa4sm-ui:2.6.1"
image: "awst/qa4sm-ui:2.7.0"
restart: always

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

QA4SM v2.6.0 - Release notes 2024-02-21
=======================================================
# New features
1. Token authentication enabled (not available for users yet)

# Updates
1. Layout for small screens updated
2. Ismn package version updated
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



# New Features
1. ISMN stations presented on the map for better overview
2. Possibility to archive and unarchive multiple datasets added
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.1'
APP_VERSION = '2.7.0'

0 comments on commit 10e2201

Please sign in to comment.