Skip to content

Commit

Permalink
Master deployment update (#315)
Browse files Browse the repository at this point in the history
* version number and release notes updated

* docker files updated
  • Loading branch information
sheenaze authored Nov 30, 2021
1 parent cc76ff4 commit 41d9a41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
6 changes: 3 additions & 3 deletions docker/compose/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
image: "rabbitmq"

web:
image: "awst/qa4sm:1.6.2"
image: "awst/qa4sm:1.8.0"
environment:
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
PGPASSWORD: "${POSTGRES_PASSWORD}"
Expand All @@ -43,11 +43,11 @@ services:
target: /var/lib/qa4sm-web-val/valentina/data

proxy:
image: "awst/qa4sm-proxy:1.6.2"
image: "awst/qa4sm-proxy:1.8.0"
ports:
- "8080:80"
worker-1:
image: "awst/qa4sm-worker:1.6.2"
image: "awst/qa4sm-worker:1.8.0"
environment:
QA4SM_DB_HOST: "${QA4SM_DB_HOST}"
QA4SM_CELERY_WORKERS: "${QA4SM_WORKER_THREAD_PER_NODE}"
Expand Down
11 changes: 2 additions & 9 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
QA4SM v1.7.0 - Release notes 2021-11-08
QA4SM v1.8.0 - Release notes 2021-11-30
=======================================================

# New features

1. bootstrapping CIs for TCA added

# Updates
1. Environment - python 3.8, django 3.2, pytest 6.2, etc.;
2. Terms updated - user data managed in agreement with General Data Protection Regulation;
3. User Manual added;
4. Automatic cleanup fixed;
5. Updated information about funding sources;
1. Sentinel-1 radar high resolution data now available for validation.
2 changes: 1 addition & 1 deletion valentina/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APP_VERSION = '1.7.0'
APP_VERSION = '1.8.0'

0 comments on commit 41d9a41

Please sign in to comment.