diff --git a/.github_changelog_generator b/.github_changelog_generator new file mode 100644 index 0000000..08d2a83 --- /dev/null +++ b/.github_changelog_generator @@ -0,0 +1,2 @@ +user=Icinga +project=icingaweb2-module-toplevelview diff --git a/AUTHORS b/AUTHORS index 839d0f3..5d81000 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,4 @@ +Johannes Meyer Markus Frosch +[.::MDT::.] +sklaes diff --git a/CHANGELOG.md b/CHANGELOG.md index 8324790..650b595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ -# Change Log +# Changelog + +## [v0.3.2](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.2) (2021-03-19) + +[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.3.1...v0.3.2) + +**Implemented enhancements:** + +- legacy: Add cleanup and IDO migration tool [\#43](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/43) ([lazyfrosch](https://github.com/lazyfrosch)) + +**Merged pull requests:** + +- Fix typos [\#39](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/39) ([sklaes](https://github.com/sklaes)) +- Update 02-Behavior.md [\#38](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/38) ([micheledallatorre](https://github.com/micheledallatorre)) ## [v0.3.1](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.1) (2019-03-06) + [Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.3.0...v0.3.1) **Fixed bugs:** @@ -9,6 +23,7 @@ - HostgroupsummaryQuery: Ignore hostgroups that are empty [\#35](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/35) ([lazyfrosch](https://github.com/lazyfrosch)) ## [v0.3.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.3.0) (2019-02-28) + [Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.2.1...v0.3.0) **Implemented enhancements:** @@ -20,6 +35,7 @@ - You need the PHP extension "yaml" in order to use TopLevelView \(rh-php71\) [\#33](https://github.com/Icinga/icingaweb2-module-toplevelview/issues/33) ## [v0.2.1](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.2.1) (2018-02-13) + [Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.2.0...v0.2.1) **Fixed bugs:** @@ -31,6 +47,7 @@ - Don't use UTC timestamps for calculating timeperiods [\#30](https://github.com/Icinga/icingaweb2-module-toplevelview/pull/30) ([lazyfrosch](https://github.com/lazyfrosch)) ## [v0.2.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.2.0) (2018-01-25) + [Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/v0.1.0...v0.2.0) **Implemented enhancements:** @@ -48,6 +65,9 @@ - You need the PHP extension "yaml" in order to use TopLevelView [\#21](https://github.com/Icinga/icingaweb2-module-toplevelview/issues/21) ## [v0.1.0](https://github.com/Icinga/icingaweb2-module-toplevelview/tree/v0.1.0) (2017-10-17) + +[Full Changelog](https://github.com/Icinga/icingaweb2-module-toplevelview/compare/a7bf9bee8ea768a7ba7afe7191f11f221475f1b1...v0.1.0) + **Implemented enhancements:** - Add documentation [\#15](https://github.com/Icinga/icingaweb2-module-toplevelview/issues/15) @@ -81,4 +101,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/RELEASE.md b/RELEASE.md index c9a6f48..9ce3b74 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,7 +3,7 @@ Specify the release version. ``` -VERSION=0.3.1 +VERSION=0.3.2 ``` ## Issues diff --git a/module.info b/module.info index 7697ab0..3a35626 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Module: toplevelview -Version: 0.3.1 +Version: 0.3.2 Depends: monitoring>=2.5.0 Description: Top Level View Top Level View is a hierarchy based status view for Icinga Web 2.