Skip to content

Commit

Permalink
Upgrade to ES 6.8.11 and release version 6.8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanholl committed Aug 11, 2020
1 parent 73a7623 commit 7325648
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.11 | 6.8.11.0 | Aug 11, 2020 |
| 6.8.10 | 6.8.10.0 | Jun 14, 2020 |
| 6.8.9 | 6.8.9.0 | May 15, 2020 |
| 6.8.8 | 6.8.8.0 | Apr 6, 2020 |
Expand Down Expand Up @@ -71,7 +72,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.10.0/prometheus-exporter-6.8.10.0.zip`
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.11.0/prometheus-exporter-6.8.11.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.10" // How can we use ${versions.elasticsearch} here ???
classpath "org.elasticsearch.gradle:build-tools:6.8.11" // 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.10.1-SNAPSHOT
version = 6.8.11.0

pluginName = prometheus-exporter
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
Expand Down

0 comments on commit 7325648

Please sign in to comment.