File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11group = org.elasticsearch.plugin.prometheus
22
3- version = 8.4.3.1-SNAPSHOT
3+ version = 8.4.3.1
44
55pluginName = prometheus-exporter
66pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments