Skip to content

Commit

Permalink
Upgrade to ES 6.8.17 and release version 6.8.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanholl committed Jul 10, 2021
1 parent 46c8dd5 commit 5ef7b88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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!**

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5ef7b88

Please sign in to comment.