Skip to content

Commit

Permalink
Bump version to v0.2.1 (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: yeya24 <[email protected]>
  • Loading branch information
yeya24 authored Mar 10, 2021
1 parent 4b3c874 commit 6640fce
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ grafana-cli plugins install yeya24-chaos-mesh-datasource

After installed, you can add this data source in **Configuration -> Data Sources**, then you will enter the settings page:

![Data Source settings](https://raw.githubusercontent.com/chaos-mesh/chaos-mesh-datasource/master/img/settings.jpg)
![Data Source settings](https://raw.githubusercontent.com/chaos-mesh/chaos-mesh-datasource/master/src/img/settings.jpg)

Only the `URL` field needs to be filled in and the others can be ignored.

Expand Down Expand Up @@ -58,7 +58,7 @@ For real world usage, normally you will use these options in two situations:

Edit example:

![Data Source annotations](https://raw.githubusercontent.com/chaos-mesh/chaos-mesh-datasource/master/img/annotations.png)
![Data Source annotations](https://raw.githubusercontent.com/chaos-mesh/chaos-mesh-datasource/master/src/img/annotations.png)

For usage, you can refer to the content described by [Query](#query).

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": "yeya24-chaosmesh-datasource",
"version": "0.2.0",
"version": "0.2.1",
"description": "Chaos Mesh Datasource",
"author": "Yue Yang <[email protected]> (https://g1eny0ung.site)",
"license": "Apache-2.0",
Expand Down
File renamed without changes
File renamed without changes
12 changes: 11 additions & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"screenshots": [
{
"name": "Datasource Setting",
"path": "img/settings.jpg"
},
{
"name": "Annotations",
"path": "img/annotations.png"
}
],
"links": [
{
"name": "GitHub",
Expand All @@ -31,7 +41,7 @@
"url": "https://chaos-mesh.org/"
}
],
"version": "0.2.0",
"version": "0.2.1",
"updated": "%TODAY%"
},
"dependencies": {
Expand Down

0 comments on commit 6640fce

Please sign in to comment.