Skip to content

Commit b894af7

Browse files
authored
Merge pull request #265 from vvanholl/es762
Upgrade to ES 7.6.2 and release version 7.6.2.0
2 parents bd90600 + 7d9460a commit b894af7

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: "gradle:6.2.1-jdk13"
1+
image: "gradle:6.3.0-jdk14"
22
# Please sync gradle version with README.md
33

44
variables:

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.6.2 | 7.6.2.0 | Apr 6, 2020 |
3031
| 7.6.1 | 7.6.1.0 | Mar 30, 2020 |
3132
| 7.6.0 | 7.6.0.0 | Feb 12, 2020 |
3233
| 7.5.2 | 7.5.2.0 | Jan 25, 2020 |
@@ -147,7 +148,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
147148
## Install
148149

149150
- Since Elasticsearch 7.0.0 :
150-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.6.1.0/prometheus-exporter-7.6.1.0.zip`
151+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.6.2.0/prometheus-exporter-7.6.2.0.zip`
151152

152153
- Since Elasticsearch 6.0.0 :
153154
`./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

+3-5
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,10 @@ esplugin {
105105
classname pluginClassname
106106
}
107107

108-
// Remove in 7.6.2
109-
// https://github.com/spinscale/elasticsearch-ingest-langdetect/blob/c619173300113f26411a0bc42da8e41c8d4d72a5/build.gradle#L26
110108
restResources {
111-
restApi {
112-
includeCore '*'
113-
}
109+
restApi {
110+
includeCore '*'
111+
}
114112
}
115113

116114
testClusters.integTest {

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.6.1.1-SNAPSHOT
3+
version = 7.6.2.0
44

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

0 commit comments

Comments
 (0)