Skip to content

Commit 961e91a

Browse files
authored
Update Elasticsearch testing version to 6.2.4 (#1501)
1 parent 04a4ad0 commit 961e91a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ All notable changes to this project will be documented in this file based on the
1313
* Added support for pipeline when indexing document. [#1455](https://github.com/ruflin/Elastica/pull/1455)
1414
* Added support for multiple bucket sort orders for aggregations. [#1480](https://github.com/ruflin/Elastica/pull/1480)
1515
* Added basic support for the Elasticsearch Task Api
16-
* Added updateByQuery endpoint. [#1499](https://github.com/ruflin/Elastica/pull/1499)
16+
* Added updateByQuery endpoint. [#1499](https://github.com/ruflin/Elastica/pull/1499)
1717

1818
### Improvements
1919

2020
* Use `source` script field instead of deprecated (since ES 5.6) `inline` field. [#1497](https://github.com/ruflin/Elastica/pull/1497)
21+
* Updated Elasticsearch testing version to 6.2.4. [#1501](https://github.com/ruflin/Elastica/pull/1501)
2122

2223
### Deprecated
2324

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All library issues should go to the [issue tracker from github](https://github.c
1717

1818
Compatibility
1919
-------------
20-
This release is compatible with all Elasticsearch 6.x releases. It was tested with version 6.0.0.
20+
This release is compatible with all Elasticsearch 6.x releases. It was tested with version 6.2.4.
2121

2222

2323
Contributing

env/elasticsearch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.elastic.co/elasticsearch/elasticsearch:6.0.0
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:6.2.4
22
MAINTAINER Nicolas Ruflin <[email protected]>
33

44
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment

0 commit comments

Comments
 (0)