From d196c2f601e6213bc383564c6cda6a7966240609 Mon Sep 17 00:00:00 2001 From: Carsten Koebke Date: Sun, 29 Apr 2018 10:52:24 +0200 Subject: [PATCH] Release version 1.2.2 --- CHANGELOG.md | 19 ++++++++++++++++--- module.info | 6 +++--- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1593e6f..b0dbd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Change Log -## [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) +## [1.2.2](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/1.2.2) (2018-04-29) +[Full Changelog](https://github.com/mikesch-mp/icingaweb2-module-grafana/compare/v1.2.1...1.2.2) + +**Implemented enhancements:** + +- indirectproxy mode refreshes graphs [\#142](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/142) +- Fix behavior of disabling the Grafana Graph [\#140](https://github.com/Mikesch-mp/icingaweb2-module-grafana/pull/140) ([mcktr](https://github.com/mcktr)) + +**Fixed bugs:** + +- indirectproxy mode - custom variables [\#145](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/145) +- Error creating or updating Grafana Graphs on Icinga Web [\#138](https://github.com/Mikesch-mp/icingaweb2-module-grafana/issues/138) + +## [v1.2.1](https://github.com/mikesch-mp/icingaweb2-module-grafana/tree/v1.2.1) (2018-03-21) +[Full Changelog](https://github.com/mikesch-mp/icingaweb2-module-grafana/compare/v1.2.0...v1.2.1) **Implemented enhancements:** @@ -266,4 +279,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)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/module.info b/module.info index d36b164..75f36e8 100644 --- a/module.info +++ b/module.info @@ -1,16 +1,16 @@ Name: Grafana -Version: Master +Version: 1.2.2 Depends: monitoring Description: Grafana - A perfdata visualisation module Shows Grafana graphs for captured metrics. This module requires: - * Grafana (>= 4.1.0 < 5.0) with basic auth enabled or anonymous access + * Grafana (>= 4.1.0) with basic auth enabled, anonymous access or api token. * InfluxDB or Graphite as datasource backend. - * PHP 7 with curl enabled (for proxy mode) + * PHP 7 with curl enabled (for proxy modes) Thanks for bug reporting/fixing or enhancements goes to: