You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/10 11:10:50 UTC

[skywalking] branch master updated: Update elasticsearch-7.x agent support version. (#4340)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c96fd4  Update elasticsearch-7.x agent support version. (#4340)
8c96fd4 is described below

commit 8c96fd49ddecb90bb8c98674b378c0d24483c5a7
Author: aderm <39...@qq.com>
AuthorDate: Mon Feb 10 19:10:38 2020 +0800

    Update elasticsearch-7.x agent support version. (#4340)
    
    * test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list
    
    * update elasticsearch-7.x agent support version.
    
    Co-authored-by: 吴晟 Wu Sheng <wu...@foxmail.com>
---
 .github/workflows/plugins-test.yaml                                   | 2 +-
 docs/en/setup/service-agent/java-agent/Supported-list.md              | 2 +-
 test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/plugins-test.yaml b/.github/workflows/plugins-test.yaml
index 03a9d33..0317d8a 100644
--- a/.github/workflows/plugins-test.yaml
+++ b/.github/workflows/plugins-test.yaml
@@ -459,7 +459,7 @@ jobs:
         run: ./mvnw --batch-mode clean package -DskipTests -Pagent >/dev/null
       - name: Build the Docker image
         run: ./mvnw --batch-mode -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.1 (13)
+      - name: Run elasticsearch-7.x-scenario 7.0.0-7.5.2 (14)
         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
diff --git a/docs/en/setup/service-agent/java-agent/Supported-list.md b/docs/en/setup/service-agent/java-agent/Supported-list.md
index 06c95b6..2e74bb8 100644
--- a/docs/en/setup/service-agent/java-agent/Supported-list.md
+++ b/docs/en/setup/service-agent/java-agent/Supported-list.md
@@ -60,7 +60,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.1
+    * [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.2
   * [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
diff --git a/test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list b/test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list
index 09fe2b1..a920685 100644
--- a/test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list
+++ b/test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list
@@ -27,3 +27,4 @@
 7.4.2
 7.5.0
 7.5.1
+7.5.2