Skip to content

Commit

Permalink
Updates for 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Nov 9, 2018
1 parent d2fafd3 commit 7596de1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## GlobalNOC Networkmap Panel v1.0.8 - Mon Nov 09 2018

### Bug Fixes

* Added support for changing default coloring on nodes.
* Added new Orange to Blue legend color scale.
* Minor stylistic changes to legend.


## GlobalNOC Networkmap Panel v1.0.7 - Mon Oct 22 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.7
VERSION = 1.0.8

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.7
Version: 1.0.8
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.7",
"version": "1.0.8",
"description": "GlobalNOC Networkmap Panel for Grafana",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7596de1

Please sign in to comment.