From 73698902d399c744083723138c7c96f41567256e Mon Sep 17 00:00:00 2001 From: Vincent VAN HOLLEBEKE Date: Sat, 12 Jun 2021 08:46:51 +0200 Subject: [PATCH] Upgrade to ES 7.13.1 and release version 7.13.1.0 --- README.md | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d15a465e..86277308 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 | | -------------- | -------------- | ------------ | +| 7.13.1 | 7.13.1.0 | Jun 12, 2021 | | 7.13.0 | 7.13.0.0 | May 27, 2021 | | 7.12.1 | 7.12.1.0 | May 01, 2021 | | 7.12.0 | 7.12.0.0 | Apr 04, 2021 | @@ -64,7 +65,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/7.13.0.0/prometheus-exporter-7.13.0.0.zip` +`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.13.1.0/prometheus-exporter-7.13.1.0.zip` **Do not forget to restart the node after the installation!** diff --git a/gradle.properties b/gradle.properties index 9f6b6654..5ab60729 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = org.elasticsearch.plugin.prometheus -version = 7.13.0.1-SNAPSHOT +version = 7.13.1.0 pluginName = prometheus-exporter pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin