Skip to content

Commit

Permalink
Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Koebke committed Mar 21, 2018
1 parent cf3f155 commit dbcf92b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
RELEASE.md
29 changes: 26 additions & 3 deletions 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 &amp 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:**

Expand Down Expand Up @@ -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)*
2 changes: 1 addition & 1 deletion RELEASE.md
Expand Up @@ -5,7 +5,7 @@ Print this document.
Specify the release version.

```
VERSION=1.2.0
VERSION=1.2.1
```

## Issues
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit dbcf92b

Please sign in to comment.