Skip to content

Commit bea5136

Browse files
committed
v8.4.3.1
1 parent 3017c8b commit bea5136

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
is_snapshot=$(echo ${version} | grep -e "-SNAPSHOT$" | wc -l)
5656
if [ "$is_snapshot" == "0" ]; then
5757
echo ${{ github.token }} | gh auth login --with-token
58-
gh release create ${version} ./build/distributions/*.zip
58+
gh release create ${version} ./build/distributions/*.zip -n "${version}"
5959
fi

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
5454

5555
| Elasticsearch | Plugin | Release date |
5656
|---------------|----------|--------------|
57+
| 8.4.3 | 8.4.3.1 | Oct 28, 2022 |
5758
| 8.4.3 | 8.4.3.0 | Oct 07, 2022 |
5859
| 8.4.2 | 8.4.2.0 | Sep 23, 2022 |
5960
| 8.4.1 | 8.4.1.0 | Sep 16, 2022 |
@@ -74,7 +75,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
7475

7576
## Install
7677

77-
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.4.3.0/prometheus-exporter-8.4.3.0.zip`
78+
`./bin/elasticsearch-plugin install -b https://github.com/mindw/elasticsearch-prometheus-exporter/releases/download/8.4.3.1/prometheus-exporter-8.4.3.1.zip`
7879

7980
**Do not forget to restart the node after the installation!**
8081

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.4.3.1-SNAPSHOT
3+
version = 8.4.3.1
44

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

0 commit comments

Comments
 (0)