update elasticsearch-7.x agent support version. (#4171)

* update elasticsearch-7.x agent support version.

* update supported-list.md doc & plugins-test.yaml
This commit is contained in:
aderm 2020-01-04 19:56:35 +08:00 committed by kezhenxu94
parent 99100ed635
commit 6be84cfa78
3 changed files with 3 additions and 2 deletions

View File

@ -455,7 +455,7 @@ jobs:
run: ./mvnw clean package -DskipTests -Pagent >/dev/null
- name: Build the Docker image
run: ./mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build -DBUILD_NO=local >/dev/null
- name: Run elasticsearch-7.x-scenario 7.0.0-7.5.0 (12)
- name: Run elasticsearch-7.x-scenario 7.0.0-7.5.1 (13)
run: bash test/plugin/run.sh elasticsearch-7.x-scenario
- name: Run elasticsearch-6.x-scenario 6.7.1-6.8.4 (7)
run: bash test/plugin/run.sh elasticsearch-6.x-scenario

View File

@ -59,7 +59,7 @@
* [Elasticsearch](https://github.com/elastic/elasticsearch)
* [transport-client](https://github.com/elastic/elasticsearch/tree/master/client/transport) 5.2.x-5.6.x
* [rest-high-level-client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/6.7/index.html) 6.7.1-6.8.4
* [rest-high-level-client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.0/java-rest-high.html) 7.0.0-7.5.0
* [rest-high-level-client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.0/java-rest-high.html) 7.0.0-7.5.1
* [Solr](https://github.com/apache/lucene-solr/)
* [SolrJ](https://github.com/apache/lucene-solr/tree/master/solr/solrj) 7.x
* [Cassandra](https://github.com/apache/cassandra) 3.x

View File

@ -26,3 +26,4 @@
7.4.1
7.4.2
7.5.0
7.5.1