Skip to content

Commit d0433d6

Browse files
SosthenGruflin
authored andcommitted
ES version change to 6.6.1 (#1620)
1 parent 6feb970 commit d0433d6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file based on the
1212

1313
### Improvements
1414
* Added `native_function_invocation` CS rule [#1606](https://github.com/ruflin/Elastica/pull/1606)
15+
* Elasticsearch test version changed from 6.5.2 to 6.6.1 [#1620](https://github.com/ruflin/Elastica/pull/1620)
1516

1617
### Deprecated
1718

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.5.2.
20+
This release is compatible with all Elasticsearch 6.x releases. It was tested with version 6.6.1.
2121

2222

2323
Contributing

env/elasticsearch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#https://www.docker.elastic.co/
2-
FROM docker.elastic.co/elasticsearch/elasticsearch:6.5.2
2+
FROM docker.elastic.co/elasticsearch/elasticsearch:6.6.1
33
MAINTAINER Nicolas Ruflin <[email protected]>
44

55
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment

0 commit comments

Comments
 (0)