Skip to content

Commit

Permalink
Release version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Mar 8, 2022
1 parent e48b85b commit 9fdff60
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
15 changes: 15 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9fdff60

Please sign in to comment.