From 04f9b41e2230c1de9ee6d840f272b34d10ca2aea Mon Sep 17 00:00:00 2001 From: davideschiera Date: Tue, 16 Apr 2019 12:01:12 -0700 Subject: [PATCH] v0.5.1 --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++----- VERSION | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6efdf0d..d1c6877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### v0.5.1 +(4/16/2019) + +**What's improved or fixed** +* Fix "Delete Sysdig dashboards" button to delete Sysdig dashboards only ([#49](https://github.com/draios/grafana-sysdig-datasource/pull/49)) + + ### v0.5 (4/14/2019) diff --git a/README.md b/README.md index ceb49b1..0e4cb7e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ An easy and flexible way to add the Sysdig datasource plugin to a Grafana contai 1. Download the plugin to the _grafana-sysdig_ directory: ``` -curl https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.tgz -o sysdig.tgz +curl https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.1.tgz -o sysdig.tgz mkdir grafana-sysdig tar zxf sysdig.tgz -C grafana-sysdig cd grafana-sysdig @@ -51,7 +51,7 @@ Alternatively, the default Grafana container image can be used as is, and the pl ``` mkdir grafana-data mkdir grafana-data/plugins -curl https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.tgz -o sysdig.tgz +curl https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.1.tgz -o sysdig.tgz tar zxf sysdig.tgz -C grafana-data/plugins ``` 2. Start the container with the current user, to give read/write permissions to the data directory: @@ -72,7 +72,7 @@ The plugin can be installed on any host where Grafana is installed. To install t 1. Open a shell terminal. 2. Run the series of commands below: ``` -curl https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.tgz -o sysdig.tgz +curl https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.1.tgz -o sysdig.tgz tar zxf sysdig.tgz sudo cp -R sysdig /var/lib/grafana/plugins sudo service grafana-server restart @@ -87,7 +87,7 @@ sudo service grafana-server restart 1. Open a shell terminal. 2. Run the series of commands below: ``` -curl https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.tgz -o sysdig.tgz +curl https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.1.tgz -o sysdig.tgz tar zxf sysdig.tgz cp -R sysdig /usr/local/var/lib/grafana/plugins brew services restart grafana @@ -98,7 +98,7 @@ brew services restart grafana ##### Windows -1. Download the plugin from: https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.zip +1. Download the plugin from: https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.5.1.zip 2. Install the plugin in the Grafana plugins folder. 3. Restart Grafana. diff --git a/VERSION b/VERSION index ea2303b..5d4294b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5 \ No newline at end of file +0.5.1 \ No newline at end of file