Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiera committed Apr 16, 2019
1 parent 909f8e9 commit 04f9b41
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5
0.5.1

0 comments on commit 04f9b41

Please sign in to comment.