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 5034355 commit ef5b902
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ 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.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) |
| 8.3.0 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.3.0/checksum.json) | [kibana-prometheus-exporter-8.3.0](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.3.0) |
| 8.2.3 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.2.3/checksum.json) | [kibana-prometheus-exporter-8.2.3](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.2.3) |
| 8.2.2 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.2.2/checksum.json) | [kibana-prometheus-exporter-8.2.2](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.2.2) |
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.2",
"version": "8.3.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.3.2",
"version": "8.3.3",
"private": true,
"scripts": {
"build": "yarn plugin-helpers build",
Expand Down

0 comments on commit ef5b902

Please sign in to comment.