Skip to content

Commit b63b5c4

Browse files
committed
Upgrade to ES 6.8.20 and release version 6.8.20.0
1 parent 8c04422 commit b63b5c4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
2727

2828
| Elasticsearch | Plugin | Release date |
2929
| -------------- | -------------- | ------------ |
30+
| 6.8.20 | 6.8.20.0 | Oct 16, 2021 |
3031
| 6.8.19 | 6.8.19.0 | Oct 02, 2021 |
3132
| 6.8.18 | 6.8.18.0 | Aug 07, 2021 |
3233
| 6.8.17 | 6.8.17.0 | Jul 10, 2021 |
@@ -80,7 +81,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
8081

8182
## Install
8283

83-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.19.0/prometheus-exporter-6.8.19.0.zip`
84+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.20.0/prometheus-exporter-6.8.20.0.zip`
8485

8586
**Do not forget to restart the node after the installation!**
8687

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath "org.elasticsearch.gradle:build-tools:6.8.19" // How can we use ${versions.elasticsearch} here ???
11+
classpath "org.elasticsearch.gradle:build-tools:6.8.20" // How can we use ${versions.elasticsearch} here ???
1212
classpath group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
1313
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0'
1414
classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 6.8.19.1-SNAPSHOT
3+
version = 6.8.20.0
44

55
pluginName = prometheus-exporter
66
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin

0 commit comments

Comments
 (0)