From 137fa227e8425625b3b362f863baba196b451943 Mon Sep 17 00:00:00 2001 From: "sebastien.falquier" Date: Fri, 13 Jul 2018 15:30:35 +0200 Subject: [PATCH] release version 7.6.3 --- CHANGELOG.md | 17 ++++++++++++++++- arlas-admin/pom.xml | 6 +++--- arlas-core/pom.xml | 4 ++-- arlas-opensearch/pom.xml | 8 ++++---- arlas-rest/pom.xml | 6 +++--- .../rest/explore/ExploreRESTServices.java | 2 +- arlas-server/pom.xml | 14 +++++++------- arlas-tests/pom.xml | 6 +++--- ogc-common/pom.xml | 6 +++--- ogc-csw/pom.xml | 6 +++--- ogc-wfs/pom.xml | 6 +++--- packaging/helm/arlas-server/Chart.yaml | 4 ++-- pom.xml | 2 +- 13 files changed, 51 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef685f54d..7ddd58910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Change Log -## [v7.6.2](https://github.com/gisaia/ARLAS-server/tree/v7.6.2) (2018-06-22) +## [v7.6.3](https://github.com/gisaia/ARLAS-server/tree/v7.6.3) (2018-07-11) + +[Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v7.6.2...v7.6.3) + +**New stuff:** + +- TiledGeosearch : increase max zoom level [\#326](https://github.com/gisaia/ARLAS-server/issues/326) +- make `scripts/wait-for-elasticsearch` recognize environment value `ARLAS\_ELASTIC\_NODES` [\#323](https://github.com/gisaia/ARLAS-server/issues/323) +- Made `scripts/wait-for-elasticsearch.sh` support environment variable… [\#328](https://github.com/gisaia/ARLAS-server/pull/328) ([elouanKeryell-Even](https://github.com/elouanKeryell-Even)) +- Increase max zoom for tiled geosearch [\#330](https://github.com/gisaia/ARLAS-server/pull/330) ([mbarbet](https://github.com/mbarbet)) + +**Fixed bugs:** + +- RangeService : check if the field exists before calculating its values range [\#325](https://github.com/gisaia/ARLAS-server/issues/325) + +## [v7.6.2](https://github.com/gisaia/ARLAS-server/tree/v7.6.2) (2018-06-25) [Full Changelog](https://github.com/gisaia/ARLAS-server/compare/v7.6.1...v7.6.2) diff --git a/arlas-admin/pom.xml b/arlas-admin/pom.xml index ec74dd50d..d981f4be7 100644 --- a/arlas-admin/pom.xml +++ b/arlas-admin/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-admin - 7.6.3-SNAPSHOT + 7.6.3 jar ARLAS server admin io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 io.arlas arlas-core - 7.6.3-SNAPSHOT + 7.6.3 diff --git a/arlas-core/pom.xml b/arlas-core/pom.xml index 9676d4464..0648257fe 100644 --- a/arlas-core/pom.xml +++ b/arlas-core/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.arlas arlas-core - 7.6.3-SNAPSHOT + 7.6.3 jar ARLAS server core io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 diff --git a/arlas-opensearch/pom.xml b/arlas-opensearch/pom.xml index 248dced09..b715547fb 100644 --- a/arlas-opensearch/pom.xml +++ b/arlas-opensearch/pom.xml @@ -2,26 +2,26 @@ 4.0.0 io.arlas arlas-opensearch - 7.6.3-SNAPSHOT + 7.6.3 jar ARLAS server opensearch io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 io.arlas arlas-rest - 7.6.3-SNAPSHOT + 7.6.3 io.arlas ogc-common - 7.6.3-SNAPSHOT + 7.6.3 diff --git a/arlas-rest/pom.xml b/arlas-rest/pom.xml index be4f25c8b..a029631c8 100644 --- a/arlas-rest/pom.xml +++ b/arlas-rest/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-rest - 7.6.3-SNAPSHOT + 7.6.3 jar ARLAS server rest io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 io.arlas arlas-core - 7.6.3-SNAPSHOT + 7.6.3 diff --git a/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java b/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java index 70833962b..ac10a0035 100644 --- a/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java +++ b/arlas-rest/src/main/java/io/arlas/server/rest/explore/ExploreRESTServices.java @@ -36,7 +36,7 @@ title = "ARLAS Exploration API", description = "Explore the content of ARLAS collections", license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"), - version = "API_VERSION")) + version = "7.0.3")) public abstract class ExploreRESTServices { diff --git a/arlas-server/pom.xml b/arlas-server/pom.xml index c689e392b..2b9a94b34 100644 --- a/arlas-server/pom.xml +++ b/arlas-server/pom.xml @@ -2,41 +2,41 @@ 4.0.0 io.arlas arlas-server - 7.6.3-SNAPSHOT + 7.6.3 jar ARLAS server io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 io.arlas arlas-rest - 7.6.3-SNAPSHOT + 7.6.3 io.arlas arlas-opensearch - 7.6.3-SNAPSHOT + 7.6.3 io.arlas ogc-csw - 7.6.3-SNAPSHOT + 7.6.3 io.arlas ogc-wfs - 7.6.3-SNAPSHOT + 7.6.3 io.arlas arlas-admin - 7.6.3-SNAPSHOT + 7.6.3 diff --git a/arlas-tests/pom.xml b/arlas-tests/pom.xml index 0757d2311..05fc56046 100644 --- a/arlas-tests/pom.xml +++ b/arlas-tests/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas arlas-tests - 7.6.3-SNAPSHOT + 7.6.3 jar ARLAS server tests io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 io.arlas arlas-server - 7.6.3-SNAPSHOT + 7.6.3 diff --git a/ogc-common/pom.xml b/ogc-common/pom.xml index e08a3d525..50b35060e 100644 --- a/ogc-common/pom.xml +++ b/ogc-common/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-common - 7.6.3-SNAPSHOT + 7.6.3 jar ARLAS ogc common io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 io.arlas arlas-core - 7.6.3-SNAPSHOT + 7.6.3 diff --git a/ogc-csw/pom.xml b/ogc-csw/pom.xml index 17cc5e65e..dd0be7775 100644 --- a/ogc-csw/pom.xml +++ b/ogc-csw/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-csw - 7.6.3-SNAPSHOT + 7.6.3 jar ARLAS ogc csw io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 io.arlas ogc-common - 7.6.3-SNAPSHOT + 7.6.3 diff --git a/ogc-wfs/pom.xml b/ogc-wfs/pom.xml index 8cc05ff93..181a071fb 100644 --- a/ogc-wfs/pom.xml +++ b/ogc-wfs/pom.xml @@ -2,21 +2,21 @@ 4.0.0 io.arlas ogc-wfs - 7.6.3-SNAPSHOT + 7.6.3 jar ARLAS ogc wfs io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 io.arlas ogc-common - 7.6.3-SNAPSHOT + 7.6.3 diff --git a/packaging/helm/arlas-server/Chart.yaml b/packaging/helm/arlas-server/Chart.yaml index a7530fa8a..c06951b23 100644 --- a/packaging/helm/arlas-server/Chart.yaml +++ b/packaging/helm/arlas-server/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 7.6.2 +appVersion: 7.6.3 description: Exploration & analyzis of geo-referenced data from elasticsearch. home: http://arlas.io/ icon: http://arlas.io/wp-content/uploads/2017/12/Logo-Arlas-Bicolor-01.png @@ -10,4 +10,4 @@ maintainers: name: arlas-server sources: - https://github.com/gisaia/ARLAS-server -version: 7.6.2 +version: 7.6.3 diff --git a/pom.xml b/pom.xml index f8bb2c448..1b8dd566f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.arlas arlas-server-parent - 7.6.3-SNAPSHOT + 7.6.3 pom ARLAS server parent