Skip to content

Commit

Permalink
Merge pull request #76 from sreemukha/master
Browse files Browse the repository at this point in the history
Prepping for 1.0.9
  • Loading branch information
sreemukha authored Feb 26, 2019
2 parents 170581a + fd77ed5 commit 792e6e8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## GlobalNOC Networkmap Panel v1.0.9 - Mon Feb 26 2019

### Features and Bug Fixes

* Added ability to use floating point thresholds.
* Added ability to select color for links that are down.
* Fixed the link hover to show up only when hovered over the links.
* Fixed the issue where all the endpoints would not render on both sides of the prime meridian.
* Fixed the issue where endpoints color would still show default color even when there's data.


## GlobalNOC Networkmap Panel v1.0.8 - Mon Nov 09 2018

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = grnoc-grafana-worldview
VERSION = 1.0.8
VERSION = 1.0.9

rpm: dist
rpmbuild -ta dist/$(NAME)-$(VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion grnoc-grafana-worldview.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: grnoc-grafana-worldview
Version: 1.0.8
Version: 1.0.9
Release: 1%{?dist}
Summary: GRNOC Worldview Grafana Plugin
Group: GRNOC
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": "Network-Map" ,
"version": "1.0.8",
"version": "1.0.9",
"description": "GlobalNOC Networkmap Panel for Grafana",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
{"name": "Github", "url": "https://github.com/GlobalNOC/globalnoc-networkmap-panel"},
{"name": "Apache License", "url": "https://raw.githubusercontent.com/globalnoc/globalnoc-networkmap-panel/master/LICENSE"}
],
"version": "1.0.7",
"updated": "2018-10-22"
"version": "1.0.9",
"updated": "2019-02-26"
},

"dependencies": {
Expand Down

0 comments on commit 792e6e8

Please sign in to comment.