File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file based on the
12
12
13
13
### Improvements
14
14
* 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 )
15
16
16
17
### Deprecated
17
18
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ All library issues should go to the [issue tracker from github](https://github.c
17
17
18
18
Compatibility
19
19
-------------
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 .
21
21
22
22
23
23
Contributing
Original file line number Diff line number Diff line change 1
1
# 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
3
3
MAINTAINER Nicolas Ruflin <
[email protected] >
4
4
5
5
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
You can’t perform that action at this time.
0 commit comments