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

Commit

Permalink
RELEASE 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed Nov 15, 2022
1 parent 9a73ee7 commit 32a437e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,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.4.0 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.4.0/checksum.json) | [kibana-prometheus-exporter-8.3.3](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.4.0) |
| 8.3.3 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.3.1/checksum.json) | [kibana-prometheus-exporter-8.3.3](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.3.3) |
| 8.3.2 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.3.1/checksum.json) | [kibana-prometheus-exporter-8.3.2](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.3.2) |
| 8.3.1 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.3.1/checksum.json) | [kibana-prometheus-exporter-8.3.1](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.3.1) |
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.3.3",
"version": "8.4.0",
"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.3.3",
"version": "8.4.0",
"private": true,
"scripts": {
"build": "yarn plugin-helpers build",
Expand Down

0 comments on commit 32a437e

Please sign in to comment.