Skip to content

Commit a207bc3

Browse files
committed
Release 2.18.0.0
1 parent 1410181 commit a207bc3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ NOTE: OpenSearch plugins much match _exactly_ in major.minor.path version to the
4949

5050
| OpenSearch | Plugin | Release date |
5151
|-----------:|------------:|--------------:|
52+
| 2.18.0 | 2.18.0.0 | Dec 02, 2024 |
5253
| 2.17.1 | 2.17.1.0 | Oct 02, 2024 |
5354
| 2.17.0 | 2.17.0.0 | Sep 26, 2024 |
5455
| 2.16.0 | 2.16.0.0 | Aug 08, 2024 |
@@ -104,7 +105,7 @@ You need to install the plugin on every OpenSearch node that will be scraped by
104105

105106
To **install** the plugin:
106107

107-
`./bin/opensearch-plugin install https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.17.1.0/prometheus-exporter-2.17.1.0.zip`
108+
`./bin/opensearch-plugin install https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.18.0.0/prometheus-exporter-2.18.0.0.zip`
108109

109110
To **remove** the plugin.
110111

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#group = org.opensearch.plugin.prometheus
22

3-
version = 2.17.1.0
3+
version = 2.18.0.0
44

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

0 commit comments

Comments
 (0)