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

Commit

Permalink
RELEASE 8.9.0 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton authored Aug 8, 2023
1 parent a09d8b0 commit e06aad8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<h1 align="center">Kibana Prometheus Exporter</h1>

<p align="center">
<a href="https://snyk.io/test/github/pjhampton/kibana-prometheus-exporter">
<img src="https://snyk.io/test/github/pjhampton/kibana-prometheus-exporter/badge.svg" alt="Snyk Repo Badge" />
</a>
<a href="https://github.com/pjhampton/kibana-prometheus-exporter/actions/workflows/codeql-analysis.yml">
<img src="https://github.com/pjhampton/kibana-prometheus-exporter/actions/workflows/codeql-analysis.yml/badge.svg" alt="CodeQL Repo Badge" />
</a>
Expand All @@ -15,6 +12,9 @@
<a href="https://github.com/pjhampton/kibana-prometheus-exporter/actions/workflows/release-wiki.yml">
<img src="https://github.com/pjhampton/kibana-prometheus-exporter/actions/workflows/release-wiki.yml/badge.svg" alt="Release Wiki" />
</a>
<a href="https://snyk.io/test/github/pjhampton/kibana-prometheus-exporter">
<img src="https://img.shields.io/badge/Snyk-Secured-8A2BE2.svg?logo=snyk">
</a>
</p>

<p align="center">Once Installed, please visit http://localhost:5601/_prometheus/metrics</p>
Expand Down 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.9.0 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.9.0/checksum.json) | [kibana-prometheus-exporter-8.9.0](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.9.0) |
| 8.8.2 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.8.2/checksum.json) | [kibana-prometheus-exporter-8.8.2](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.8.2) |
| 8.8.1 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.8.1/checksum.json) | [kibana-prometheus-exporter-8.8.1](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.8.1) |
| 8.8.0 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.8.0/checksum.json) | [kibana-prometheus-exporter-8.8.0](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.8.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.8.2",
"version": "8.9.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.8.2",
"version": "8.9.0",
"private": true,
"scripts": {
"build": "yarn plugin-helpers build",
Expand Down

0 comments on commit e06aad8

Please sign in to comment.