Skip to content

Commit 6835a6b

Browse files
committed
Release version 6.5.2.0
1 parent ff750e8 commit 6835a6b

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
@@ -26,6 +26,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
2626

2727
| Elasticsearch | Plugin | Release date |
2828
| -------------- | -------------- | ------------ |
29+
| 6.5.2 | 6.5.2.0 | Dec 05, 2018 |
2930
| 6.5.1 | 6.5.1.0 | Nov 21, 2018 |
3031
| 6.5.0 | 6.5.0.0 | Nov 19, 2018 |
3132
| 6.4.3 | 6.4.3.0 | Nov 07, 2018 |
@@ -104,7 +105,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
104105
## Install
105106

106107
- Since Elasticsearch 6.0.0 :
107-
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.5.1.0.zip`
108+
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-6.5.2.0.zip`
108109

109110
- On Elasticsearch 5.x.x :
110111
`./bin/elasticsearch-plugin install -b https://distfiles.compuscene.net/elasticsearch/elasticsearch-prometheus-exporter-5.6.12.0.zip`

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.5.1" // How can we use ${versions.elasticsearch} here ???
11+
classpath "org.elasticsearch.gradle:build-tools:6.5.2" // 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.5.1.1-SNAPSHOT
3+
version = 6.5.2.0
44

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

0 commit comments

Comments
 (0)