File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55
55
is_snapshot=$(echo ${version} | grep -e "-SNAPSHOT$" | wc -l)
56
56
if [ "$is_snapshot" == "0" ]; then
57
57
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}"
59
59
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
54
54
55
55
| Elasticsearch | Plugin | Release date |
56
56
| ---------------| ----------| --------------|
57
+ | 8.4.3 | 8.4.3.1 | Oct 28, 2022 |
57
58
| 8.4.3 | 8.4.3.0 | Oct 07, 2022 |
58
59
| 8.4.2 | 8.4.2.0 | Sep 23, 2022 |
59
60
| 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
74
75
75
76
## Install
76
77
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 `
78
79
79
80
** Do not forget to restart the node after the installation!**
80
81
Original file line number Diff line number Diff line change 1
1
group = org.elasticsearch.plugin.prometheus
2
2
3
- version = 8.4.3.1-SNAPSHOT
3
+ version = 8.4.3.1
4
4
5
5
pluginName = prometheus-exporter
6
6
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin
You can’t perform that action at this time.
0 commit comments