diff --git a/CHANGELOG.md b/CHANGELOG.md index c302b60..cfa0825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v2.7.0](https://github.com/icinga/puppet-icinga/tree/v2.7.0) (2022-03-08) +[Full Changelog](https://github.com/icinga/puppet-icinga/compare/v2.6.1...v2.7.0) + +**Implemented enhancements:** + +- Add support to manage repo server\_monitoring on SLES [\#57](https://github.com/Icinga/puppet-icinga/issues/57) +- Change apache mpm from worker to event [\#53](https://github.com/Icinga/puppet-icinga/issues/53) +- Manage PowerTools on CentOS8 and other clones [\#42](https://github.com/Icinga/puppet-icinga/issues/42) + +**Fixed bugs:** + +- Remove management of Fedora's EPEL from OracleLinux [\#56](https://github.com/Icinga/puppet-icinga/issues/56) + ## [v2.6.1](https://github.com/icinga/puppet-icinga/tree/v2.6.1) (2022-01-14) [Full Changelog](https://github.com/icinga/puppet-icinga/compare/v2.6.0...v2.6.1) diff --git a/REFERENCE.md b/REFERENCE.md index 850ef5a..f8ff246 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -294,6 +294,21 @@ Data type: `Boolean` Manage the EPEL (Extra Packages Enterprise Linux) repository that is needed for some package like newer Boost libraries. Has only an effect on plattforms simular to RedHat Enterprise. +##### `manage_powertools` + +Data type: `Boolean` + +Manage the PowerTools repository that is needed for some package like nagios-plugins on +Linux Enterprise systems like Alma, Rocky and CentOS Stream. + +##### `manage_server_monitoring` + +Data type: `Boolean` + +Manage the 'server:monitoring' repository on SLES platforms that is needed for some package +like monitoring-plugins-common. Additional also the 'monitoring-plugins' are provided by this +repository. Bye default the repository is added with a lower priority of 120. + ##### `manage_plugins` Data type: `Boolean` diff --git a/metadata.json b/metadata.json index 9c0473f..d1cfaf8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "icinga-icinga", - "version": "2.6.1", + "version": "2.7.0", "author": "Icinga", "summary": "Puppet Module to manage the Icinga Software Stack", "license": "Apache-2.0",