Skip to content

Commit df40e9f

Browse files
committed
v8.3.3.0
1 parent fea8026 commit df40e9f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
4747

4848
| Elasticsearch | Plugin | Release date |
4949
|---------------|----------|--------------|
50+
| 8.3.3 | 8.3.3.0 | Jul 30, 2022 |
5051
| 8.3.2 | 8.3.2.0 | Jul 09, 2022 |
5152
| 8.3.1 | 8.3.1.0 | Jul 09, 2022 |
5253
| 8.3.0 | 8.3.0.0 | Jul 09, 2022 |
@@ -62,7 +63,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
6263

6364
## Install
6465

65-
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.3.2.0/prometheus-exporter-8.3.2.0.zip`
66+
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.3.3.0/prometheus-exporter-8.3.3.0.zip`
6667

6768
**Do not forget to restart the node after the installation!**
6869

@@ -152,15 +153,15 @@ The Maven project site is available at [GitHub](https://github.com/vvanholl/elas
152153

153154
## Testing
154155

155-
Project contains [integration tests](src/test/resources/rest-api-spec) implemented using
156+
Project contains [integration tests](src/yamlRestTest/resources/rest-api-spec) implemented using
156157
[rest layer](https://github.com/elastic/elasticsearch/blob/master/TESTING.asciidoc#testing-the-rest-layer)
157158
framework.
158159

159160
To run everything similar to the GitHub Actions pipeline you can do:
160161
```
161-
docker run -v $(pwd):/home/gradle gradle:7.4.1-jdk17 su gradle -c 'gradle check'
162+
docker run -v $(pwd):/home/gradle gradle:7.4.2-jdk17 su gradle -c 'gradle check'
162163
```
163-
NOTE: Please keep version in sync with .github/workflows/ci.yml
164+
NOTE: Please keep version in sync with `.github/workflows/ci.yml`
164165

165166

166167
Complete test suite is run using:

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ext {
5252
versions = [
5353
"elasticsearch": es_version,
5454
"prometheus" : "0.16.0",
55-
"log4j" : "2.17.2",
55+
"log4j" : "2.18.0",
5656
"junit" : "4.13.2"
5757
]
5858
}

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 = 8.3.2.1-SNAPSHOT
3+
version = 8.3.3.0
44

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

0 commit comments

Comments
 (0)