Skip to content

Commit

Permalink
Preparing release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-amir-vonage committed Sep 3, 2017
1 parent 316d916 commit 4ecb061
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 19 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ If there is not data from any of the metrics, you can show the panel as disabled
Currently the plugin was tested with **influxDB** and **Graphite**. Support for other data sources could be added by demand

## Release Notes
### Upgrading Tips
When upgrading there might be some changes in the data the plugin uses and saves, so some of the configurations you made might be removed by accident.
To prevent this loss of configuration you should save the panel JSON of all panels you have (by exporting the panel or dashboards) and keep them somewhere safe until you made sure everything is working after the upgrade.

### Version 1.0.3
* Version (1.0.3) can have some conflicts with older versions.

Expand Down
4 changes: 4 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ If there is not data from any of the metrics, you can show the panel as disabled
Currently the plugin was tested with **influxDB** and **Graphite**. Support for other data sources could be added by demand

## Release Notes
### Upgrading Tips
When upgrading there might be some changes in the data the plugin uses and saves, so some of the configurations you made might be removed by accident.
To prevent this loss of configuration you should save the panel JSON of all panels you have (by exporting the panel or dashboards) and keep them somewhere safe until you made sure everything is working after the upgrade.

### Version 1.0.3
* Version (1.0.3) can have some conflicts with older versions.

Expand Down
2 changes: 1 addition & 1 deletion dist/module.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{"name": "Warning State", "path": "img/warning.png"},
{"name": "Critical State", "path": "img/error.png"}
],
"version": "1.0.4",
"version": "1.0.5",
"updated": "2017-4-27"
},

Expand Down
30 changes: 16 additions & 14 deletions dist/status_ctrl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/status_ctrl.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vonage-status-panel",
"private": true,
"version": "1.0.0",
"version": "1.0.5",
"description": "",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{"name": "Warning State", "path": "img/warning.png"},
{"name": "Critical State", "path": "img/error.png"}
],
"version": "1.0.4",
"version": "1.0.5",
"updated": "2017-4-27"
},

Expand Down

0 comments on commit 4ecb061

Please sign in to comment.