From 29d652acd53c3afd5a42f006d9dcb1c7c4d59d9c Mon Sep 17 00:00:00 2001 From: Carsten Koebke Date: Mon, 17 Dec 2018 20:41:45 +0100 Subject: [PATCH] Release version 1.3.4 --- CHANGELOG.md | 16 +++++++++++++--- module.info | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be05f8a..6d1722f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log -## [1.3.3](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/1.3.3) (2018-12-16) -[Full Changelog](https://github.com/mikesch-mp/icingaweb2-module-grafana/compare/v1.3.2...1.3.3) +## [1.3.4](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/1.3.4) (2018-12-17) +[Full Changelog](https://github.com/mikesch-mp/icingaweb2-module-grafana/compare/v1.3.3...1.3.4) + +**Fixed bugs:** + +- Icingaweb2-Dashlet with Grafana-Graphs needs permisison for grafana/graph, which doesn't exists [\#191](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/191) + +**Closed issues:** + +- Graphs broken with 1.3.3 version together with Grafana 5 and Enable link = Yes [\#194](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/194) + +## [v1.3.3](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v1.3.3) (2018-12-16) +[Full Changelog](https://github.com/mikesch-mp/icingaweb2-module-grafana/compare/v1.3.2...v1.3.3) **Implemented enhancements:** @@ -9,7 +20,6 @@ **Fixed bugs:** -- Icingaweb2-Dashlet with Grafana-Graphs needs permisison for grafana/graph, which doesn't exists [\#191](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/191) - Custom Vars don't get escaped when send over to grafana [\#186](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/186) **Closed issues:** diff --git a/module.info b/module.info index fea8910..4414069 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Grafana -Version: 1.3.3 +Version: 1.3.4 Depends: monitoring Description: Grafana - A perfdata visualisation module Shows Grafana graphs for captured metrics.