Skip to content

Commit 4a1a81a

Browse files
committed
Release version 0.3.2
1 parent fb47f36 commit 4a1a81a

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

.github_changelog_generator

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
user=Icinga
2+
project=icingaweb2-module-toplevelview

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
Johannes Meyer <johannes.meyer@icinga.com>
12
Markus Frosch <markus.frosch@icinga.com>
3+
[.::MDT::.] <micheledallatorre@users.noreply.github.com>
4+
sklaes <sklaes@gmx.de>

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [v0.3.2](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.2) (2021-03-19)
4+
5+
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.3.1...v0.3.2)
6+
7+
**Implemented enhancements:**
8+
9+
- legacy: Add cleanup and IDO migration tool [\#43](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/43) ([lazyfrosch](https://github.com/lazyfrosch))
10+
11+
**Merged pull requests:**
12+
13+
- Fix typos [\#39](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/39) ([sklaes](https://github.com/sklaes))
14+
- Update 02-Behavior.md [\#38](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/38) ([micheledallatorre](https://github.com/micheledallatorre))
215

316
## [v0.3.1](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.1) (2019-03-06)
17+
418
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.3.0...v0.3.1)
519

620
**Fixed bugs:**
@@ -9,6 +23,7 @@
923
- HostgroupsummaryQuery: Ignore hostgroups that are empty [\#35](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/35) ([lazyfrosch](https://github.com/lazyfrosch))
1024

1125
## [v0.3.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.0) (2019-02-28)
26+
1227
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.2.1...v0.3.0)
1328

1429
**Implemented enhancements:**
@@ -20,6 +35,7 @@
2035
- You need the PHP extension "yaml" in order to use TopLevelView \(rh-php71\) [\#33](https://github.com/Icinga/icingaweb2-module-toplevelview/issues/33)
2136

2237
## [v0.2.1](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.2.1) (2018-02-13)
38+
2339
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.2.0...v0.2.1)
2440

2541
**Fixed bugs:**
@@ -31,6 +47,7 @@
3147
- Don't use UTC timestamps for calculating timeperiods [\#30](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/30) ([lazyfrosch](https://github.com/lazyfrosch))
3248

3349
## [v0.2.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.2.0) (2018-01-25)
50+
3451
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.1.0...v0.2.0)
3552

3653
**Implemented enhancements:**
@@ -48,6 +65,9 @@
4865
- You need the PHP extension "yaml" in order to use TopLevelView [\#21](https://github.com/Icinga/icingaweb2-module-toplevelview/issues/21)
4966

5067
## [v0.1.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.1.0) (2017-10-17)
68+
69+
[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/a7bf9bee8ea768a7ba7afe7191f11f221475f1b1...v0.1.0)
70+
5171
**Implemented enhancements:**
5272

5373
- Add documentation [\#15](https://github.com/Icinga/icingaweb2-module-toplevelview/issues/15)
@@ -81,4 +101,4 @@
81101

82102

83103

84-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
104+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Specify the release version.
44

55
```
6-
VERSION=0.3.1
6+
VERSION=0.3.2
77
```
88

99
## Issues

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: toplevelview
2-
Version: 0.3.1
2+
Version: 0.3.2
33
Depends: monitoring>=2.5.0
44
Description: Top Level View
55
Top Level View is a hierarchy based status view for Icinga Web 2.

0 commit comments

Comments
 (0)