From 5ef7b8886d185253d8c5be87d4d8350be4df6062 Mon Sep 17 00:00:00 2001 From: Vincent VAN HOLLEBEKE Date: Sat, 10 Jul 2021 19:21:34 +0200 Subject: [PATCH] Upgrade to ES 6.8.17 and release version 6.8.17.0 --- README.md | 3 ++- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dcaa407..62212e8f 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the | Elasticsearch | Plugin | Release date | | -------------- | -------------- | ------------ | +| 6.8.17 | 6.8.17.0 | Jul 10, 2021 | | 6.8.16 | 6.8.16.0 | May 29, 2021 | | 6.8.15 | 6.8.15.0 | Apr 04, 2020 | | 6.8.14 | 6.8.14.0 | Feb 22, 2020 | @@ -77,7 +78,7 @@ It collects all relevant metrics and makes them available to Prometheus via the ## Install -`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.16.0/prometheus-exporter-6.8.16.0.zip` +`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.17.0/prometheus-exporter-6.8.17.0.zip` **Do not forget to restart the node after the installation!** diff --git a/build.gradle b/build.gradle index ccc38af8..a918533f 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { - classpath "org.elasticsearch.gradle:build-tools:6.8.16" // How can we use ${versions.elasticsearch} here ??? + classpath "org.elasticsearch.gradle:build-tools:6.8.17" // How can we use ${versions.elasticsearch} here ??? classpath group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0' classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0' classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0' diff --git a/gradle.properties b/gradle.properties index 7e157817..eba3a3d5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = org.elasticsearch.plugin.prometheus -version = 6.8.16.1-SNAPSHOT +version = 6.8.17.0 pluginName = prometheus-exporter pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin