Skip to content

Commit 8aef6b6

Browse files
committed
Upgrade to ES 7.3.2 and release version 7.3.2.0
1 parent dafd04d commit 8aef6b6

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
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+
| 7.3.2 | 7.3.2.0 | Oct 05, 2019 |
3031
| 7.3.1 | 7.3.1.0 | Sep 18, 2019 |
3132
| 7.3.0 | 7.3.0.0 | Sep 17, 2019 |
3233
| 7.2.1 | 7.2.1.0 | Jul 31, 2019 |
@@ -135,7 +136,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
135136
## Install
136137

137138
- Since Elasticsearch 7.0.0 :
138-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.3.1.0/prometheus-exporter-7.3.1.0.zip`
139+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.3.2.0/prometheus-exporter-7.3.2.0.zip`
139140

140141
- Since Elasticsearch 6.0.0 :
141142
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.8.0.0/prometheus-exporter-6.8.0.0.zip`

build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,3 @@ task release() {
154154
dependsOn(["githubRelease"])
155155
}
156156
}
157-
158-
// Fix for https://github.com/elastic/elasticsearch/issues/45891
159-
// TODO(lukas-vlcek): Should be removed for ES v7.3.2 and later.
160-
configurations.restSpec.withDependencies { dependencies ->
161-
dependencies.clear()
162-
dependencies.add(project.dependencies.create("org.elasticsearch:rest-api-spec:${es_version}"))
163-
}

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 = 7.3.1.0
3+
version = 7.3.2.0
44

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

settings.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
rootProject.name = "prometheus-exporter"
2-
3-
// Fix for https://github.com/elastic/elasticsearch/issues/45073
4-
// TODO(lukas-vlcek): Should be removed for ES v7.3.2 and later.
5-
include ':rest-api-spec'

0 commit comments

Comments
 (0)