Skip to content

Commit 63d4f5c

Browse files
authored
Merge pull request #273 from martbhell/es771
Upgrade to ES 7.7.1 and release version 7.7.1.0
2 parents 37b723b + f784493 commit 63d4f5c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: "gradle:6.4.0-jdk14"
1+
image: "gradle:6.5.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.7.1 | 7.7.1.0 | Jun 04, 2020 |
3031
| 7.7.0 | 7.7.0.0 | May 14, 2020 |
3132
| 7.6.2 | 7.6.2.0 | Apr 6, 2020 |
3233
| 7.6.1 | 7.6.1.0 | Mar 30, 2020 |
@@ -149,7 +150,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
149150
## Install
150151

151152
- Since Elasticsearch 7.0.0 :
152-
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.7.0.0/prometheus-exporter-7.7.0.0.zip`
153+
`./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/7.7.1.0/prometheus-exporter-7.7.1.0.zip`
153154

154155
- Since Elasticsearch 6.0.0 :
155156
`./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
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ thirdPartyAudit.enabled = false
5050
// license header checks can be disabled
5151
licenseHeaders.enabled = true
5252

53+
// POM validation can be enabled
54+
validateNebulaPom.enabled = false
55+
5356
// No unit tests in this plugin
5457
test.enabled = false
5558

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.7.0.1-SNAPSHOT
3+
version = 7.7.1.0
44

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

0 commit comments

Comments
 (0)