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

Commit

Permalink
RELEASE 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed Oct 9, 2023
1 parent 478917d commit 5df4d06
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 @@ -32,7 +32,7 @@
First, locate the version you require on the [release page](https://github.com/pjhampton/kibana-prometheus-exporter/releases). There is a couple of ways to install this plugin. The more common approach would be to download the correct version and run:

```
bin/kibana-plugin install https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/7.14.0/kibana-prometheus-exporter-7.14.0.zip
bin/kibana-plugin install https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.10.0/kibana-prometheus-exporter-8.10.0.zip
```

**Important**: Please don't build off and install from the trunk (master). This is a development / experimental branch so don't be that girl/them/guy, please. The `RELEASE/{NUM}` branches are the release branches. This process is shaped by the Kibana release process.
Expand Down Expand Up @@ -70,8 +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.9.2 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.9.2/checksum.json) |
| 8.9.1 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.9.1/checksum.json) |
| 8.10.0 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.10.0/checksum.json) | [kibana-prometheus-exporter-8.10.0](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.10.0) |
| 8.9.2 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.9.2/checksum.json) | [kibana-prometheus-exporter-8.9.2](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.9.2) |
| 8.9.1 | [checksum.json](https://github.com/pjhampton/kibana-prometheus-exporter/releases/download/8.9.1/checksum.json) | [kibana-prometheus-exporter-8.9.1](https://github.com/pjhampton/kibana-prometheus-exporter/releases/tag/8.9.1) |
| 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) |
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.9.2",
"version": "8.10.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.9.2",
"version": "8.10.0",
"private": true,
"scripts": {
"build": "yarn plugin-helpers build",
Expand Down

0 comments on commit 5df4d06

Please sign in to comment.