From 19ce69df2ba626b06a692b7f9f3700b397393c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Fri, 21 May 2021 12:09:10 +0200 Subject: [PATCH] Release 1.10.0 --- docs/conf.py | 2 +- docs/deployment/advanced-configuration.rst | 6 +++--- docs/deployment/local-deployment.rst | 16 ++++++++-------- docs/deployment/production-deployment.rst | 4 ++-- docs/development/changelog.rst | 8 ++++++++ 5 files changed, 22 insertions(+), 14 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 591cfaf..868ac7c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Dutch Techcentre for Life Sciences' # The full version, including alpha/beta/rc tags -release = '1.9.0' +release = '1.10.0' # -- General configuration --------------------------------------------------- diff --git a/docs/deployment/advanced-configuration.rst b/docs/deployment/advanced-configuration.rst index 1ba7ff0..0823efc 100644 --- a/docs/deployment/advanced-configuration.rst +++ b/docs/deployment/advanced-configuration.rst @@ -167,7 +167,7 @@ Then for the FDP client, you need to use ``fairdata/fairdatapoint-index-client`` # ... index_client: - image: fairdata/fairdatapoint-index-client:1.9.0 + image: fairdata/fairdatapoint-index-client:1.10.0 restart: always # ... @@ -292,13 +292,13 @@ have to set ``PUBLIC\_PATH`` ENV variable, in this example to version: '3' services: fdp: - image: fairdata/fairdatapoint:1.9.0 + image: fairdata/fairdatapoint:1.10.0 volumes: - ./application.yml:/fdp/application.yml:ro # ... other volumes fdp-client: - image: fairdata/fairdatapoint-client:1.9.0 + image: fairdata/fairdatapoint-client:1.10.0 ports: - 80:80 environment: diff --git a/docs/deployment/local-deployment.rst b/docs/deployment/local-deployment.rst index c79b53d..3715eb1 100644 --- a/docs/deployment/local-deployment.rst +++ b/docs/deployment/local-deployment.rst @@ -14,10 +14,10 @@ Here is an example of the simplest `Docker Compose