From 961e91afefe15f8de3239a79bdbb2d158d06b03f Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Tue, 29 May 2018 09:51:51 +0200 Subject: [PATCH] Update Elasticsearch testing version to 6.2.4 (#1501) --- CHANGELOG.md | 3 ++- README.md | 2 +- env/elasticsearch/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42fcb8d166..2ed816d03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,12 @@ All notable changes to this project will be documented in this file based on the * Added support for pipeline when indexing document. [#1455](https://github.com/ruflin/Elastica/pull/1455) * Added support for multiple bucket sort orders for aggregations. [#1480](https://github.com/ruflin/Elastica/pull/1480) * Added basic support for the Elasticsearch Task Api -* Added updateByQuery endpoint. [#1499](https://github.com/ruflin/Elastica/pull/1499) +* Added updateByQuery endpoint. [#1499](https://github.com/ruflin/Elastica/pull/1499) ### Improvements * Use `source` script field instead of deprecated (since ES 5.6) `inline` field. [#1497](https://github.com/ruflin/Elastica/pull/1497) +* Updated Elasticsearch testing version to 6.2.4. [#1501](https://github.com/ruflin/Elastica/pull/1501) ### Deprecated diff --git a/README.md b/README.md index ab20762c0f..2cf6ad5a32 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ All library issues should go to the [issue tracker from github](https://github.c Compatibility ------------- -This release is compatible with all Elasticsearch 6.x releases. It was tested with version 6.0.0. +This release is compatible with all Elasticsearch 6.x releases. It was tested with version 6.2.4. Contributing diff --git a/env/elasticsearch/Dockerfile b/env/elasticsearch/Dockerfile index 26eee0721f..d6a7b8714b 100644 --- a/env/elasticsearch/Dockerfile +++ b/env/elasticsearch/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.elastic.co/elasticsearch/elasticsearch:6.0.0 +FROM docker.elastic.co/elasticsearch/elasticsearch:6.2.4 MAINTAINER Nicolas Ruflin RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment