Skip to content

Commit

Permalink
Merge pull request #273 from martbhell/es771
Browse files Browse the repository at this point in the history
Upgrade to ES 7.7.1 and release version 7.7.1.0
  • Loading branch information
vvanholl authored Jun 14, 2020
2 parents 37b723b + f784493 commit 63d4f5c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "gradle:6.4.0-jdk14"
image: "gradle:6.5.0-jdk14"
# Please sync gradle version with README.md

variables:
Expand Down
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 |
| -------------- | -------------- | ------------ |
| 7.7.1 | 7.7.1.0 | Jun 04, 2020 |
| 7.7.0 | 7.7.0.0 | May 14, 2020 |
| 7.6.2 | 7.6.2.0 | Apr 6, 2020 |
| 7.6.1 | 7.6.1.0 | Mar 30, 2020 |
Expand Down Expand Up @@ -149,7 +150,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
## Install

- Since Elasticsearch 7.0.0 :
`./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`
`./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`

- Since Elasticsearch 6.0.0 :
`./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`
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ thirdPartyAudit.enabled = false
// license header checks can be disabled
licenseHeaders.enabled = true

// POM validation can be enabled
validateNebulaPom.enabled = false

// No unit tests in this plugin
test.enabled = false

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 = 7.7.0.1-SNAPSHOT
version = 7.7.1.0

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

0 comments on commit 63d4f5c

Please sign in to comment.