Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Release/8.11.3 #351

Merged
merged 4 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Details on the various exported metrics are documented on the [Github wiki page]

| Release | MD5 / SHA1 / SHA256 / SHA512 | Release Artifact - This must match your Kibana version |
|---------|-------------------------------|------------------------------------------------------------------|
| 8.11.3 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.11.3/checksum.json) | [kibana-prometheus-exporter-8.11.3](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.11.3) |
| 8.11.2 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.11.2/checksum.json) | [kibana-prometheus-exporter-8.11.2](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.11.2) |
| 8.11.1 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.11.1/checksum.json) | [kibana-prometheus-exporter-8.11.1](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.11.1) |
| 8.11.0 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.11.0/checksum.json) | [kibana-prometheus-exporter-8.11.0](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.11.0) |
Expand Down
2 changes: 1 addition & 1 deletion kibana.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "kibanaPrometheusExporter",
"version": "8.11.2",
"version": "8.11.3",
"owner": {
"name": "https://github.com/pjhampton"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kibanaPrometheusExporter",
"version": "8.11.2",
"version": "8.11.3",
"private": true,
"scripts": {
"build": "yarn plugin-helpers build",
Expand Down
Loading