From dbcf92b117d9ba93364c276c874b61cb1cfb708f Mon Sep 17 00:00:00 2001 From: Carsten Koebke Date: Wed, 21 Mar 2018 07:44:33 +0100 Subject: [PATCH] Release version 1.2.1 --- .gitignore | 1 + CHANGELOG.md | 29 ++++++++++++++++++++++++++--- RELEASE.md | 2 +- module.info | 2 +- 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e69de29..78e9788 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +RELEASE.md \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb7b1e..1593e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,30 @@ # Change Log -## [1.2.0](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/1.2.0) (2018-03-06) -[Full Changelog](https://github.com/mikesch-mp/icingaweb2-module-grafana/compare/v1.1.10...1.2.0) +## [1.2.1](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/1.2.1) (2018-03-21) +[Full Changelog](https://github.com/mikesch-mp/icingaweb2-module-grafana/compare/v1.2.0...1.2.1) + +**Implemented enhancements:** + +- \[Feature request\] Indirect Proxy: Reserve space to prevent jumps when graphs appear [\#131](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/131) +- Idea: How to speed up proxy mode [\#126](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/126) +- Proposal: Issue Milestones, Labels, Styleguide, Contributing, Changelog [\#34](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/34) +- add permission for enableLink [\#135](https://github.com/Mikesch-mp/icingaweb2-module-grafana/pull/135) ([xam-stephan](https://github.com/xam-stephan)) + +**Fixed bugs:** + +- Undefined index: grafana\_version [\#134](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/134) +- Print link has nasty & in url which causes timerange not honored [\#130](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/130) +- Module does not load first graph \(panelId=1\) from dashboard [\#129](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/129) + +**Closed issues:** + +- Optional use host\_display\_name instead of host\_name in call to Grafana [\#133](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/133) +- Scope of Custom Variables [\#132](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/132) +- Indirect Proxy Mode: If one panel fails to render the previous gets duplicated [\#128](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/128) +- Grafana 5 compatibility [\#116](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/116) + +## [v1.2.0](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v1.2.0) (2018-03-06) +[Full Changelog](https://github.com/mikesch-mp/icingaweb2-module-grafana/compare/v1.1.10...v1.2.0) **Implemented enhancements:** @@ -243,4 +266,4 @@ ## [v1.0.0](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v1.0.0) (2017-02-07) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/RELEASE.md b/RELEASE.md index 335813c..b583f33 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,7 +5,7 @@ Print this document. Specify the release version. ``` -VERSION=1.2.0 +VERSION=1.2.1 ``` ## Issues diff --git a/module.info b/module.info index d36b164..c3ad6c3 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: Grafana -Version: Master +Version: 1.2.1 Depends: monitoring Description: Grafana - A perfdata visualisation module Shows Grafana graphs for captured metrics.