Skip to content

Commit

Permalink
Update Elasticsearch testing version to 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed May 29, 2018
1 parent 1d169b6 commit 6006553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion env/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment
Expand Down

0 comments on commit 6006553

Please sign in to comment.