Skip to content

Commit a4baba5

Browse files
committed
Upgrade ES to 6.8.22 and release version 6.8.22.0
1 parent 2886f26 commit a4baba5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

+2-1
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.22 | 6.8.22.0 | Dec 24, 2021 |
3031
| 6.8.21 | 6.8.21.0 | Dec 14, 2021 |
3132
| 6.8.20 | 6.8.20.0 | Oct 16, 2021 |
3233
| 6.8.19 | 6.8.19.0 | Oct 02, 2021 |
@@ -82,7 +83,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
8283

8384
## Install
8485

85-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.21.0/prometheus-exporter-6.8.21.0.zip`
86+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.22.0/prometheus-exporter-6.8.22.0.zip`
8687

8788
**Do not forget to restart the node after the installation!**
8889

build.gradle

+2-2
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.21" // How can we use ${versions.elasticsearch} here ???
11+
classpath "org.elasticsearch.gradle:build-tools:6.8.22" // 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'
@@ -66,7 +66,7 @@ ext {
6666
versions = [
6767
"elasticsearch": version.replaceAll(/\.[0-9]+(|-SNAPSHOT)$/, ""),
6868
"prometheus" : "0.6.0",
69-
"log4j" : "2.11.1",
69+
"log4j" : "2.17.0",
7070
"junit" : "4.12"
7171
]
7272
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = org.elasticsearch.plugin.prometheus
22

3-
version = 6.8.21.1-SNAPSHOT
3+
version = 6.8.22.0
44

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

0 commit comments

Comments
 (0)