Skip to content

Commit a627b7d

Browse files
author
Lennart Betz
authored
Merge pull request #795 from lbetz/release-v6.0.1
Release v6.0.1
2 parents ed1db8c + 4b0822b commit a627b7d

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,35 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7-
## [v6.0.0](https://github.com/voxpupuli/puppet-icinga2/tree/v6.0.0) (2024-08-03)
7+
## [v6.0.1](https://github.com/voxpupuli/puppet-icinga2/tree/v6.0.1) (2024-10-18)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v6.0.0...v6.0.1)
10+
11+
**Fixed bugs:**
12+
13+
- Fix dependency to puppet-icinga [\#794](https://github.com/voxpupuli/puppet-icinga2/pull/794) ([lbetz](https://github.com/lbetz))
14+
- Add missing `redundancy_group` param to the dependency object type [\#790](https://github.com/voxpupuli/puppet-icinga2/pull/790) ([sagepe](https://github.com/sagepe))
15+
16+
**Closed issues:**
17+
18+
- Dependency icinga/icinga is deprecated. [\#793](https://github.com/voxpupuli/puppet-icinga2/issues/793)
19+
- Installation fails on Debian/Ubuntu wheren configuring the apt keyring [\#792](https://github.com/voxpupuli/puppet-icinga2/issues/792)
20+
- Add support for redundancy\_group attribute of Dependency object [\#789](https://github.com/voxpupuli/puppet-icinga2/issues/789)
21+
22+
## [v6.0.0](https://github.com/voxpupuli/puppet-icinga2/tree/v6.0.0) (2024-08-19)
823

924
[Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v5.0.1...v6.0.0)
1025

1126
**Breaking changes:**
1227

13-
- Remove EL7 support [\#774](https://github.com/voxpupuli/puppet-icinga2/pull/774) ([lbetz](https://github.com/lbetz))
28+
- Drop EOL CentOS 8 support [\#786](https://github.com/voxpupuli/puppet-icinga2/pull/786) ([lbetz](https://github.com/lbetz))
29+
- Remove EL7 support [\#785](https://github.com/voxpupuli/puppet-icinga2/pull/785) ([lbetz](https://github.com/lbetz))
1430
- Remove Debian Buster support [\#773](https://github.com/voxpupuli/puppet-icinga2/pull/773) ([lbetz](https://github.com/lbetz))
1531

1632
**Implemented enhancements:**
1733

34+
- Set requirement of puppet-icinga to \>= 3.0.0 [\#788](https://github.com/voxpupuli/puppet-icinga2/pull/788) ([lbetz](https://github.com/lbetz))
35+
- Restrict params to non-empty strings [\#787](https://github.com/voxpupuli/puppet-icinga2/pull/787) ([lbetz](https://github.com/lbetz))
1836
- Support puppet-icinga =\< 7.0.0 [\#783](https://github.com/voxpupuli/puppet-icinga2/pull/783) ([lbetz](https://github.com/lbetz))
1937
- Add Ubuntu noble \(24.04\) support [\#781](https://github.com/voxpupuli/puppet-icinga2/pull/781) ([lbetz](https://github.com/lbetz))
2038
- Add support for Fedora 40 [\#775](https://github.com/voxpupuli/puppet-icinga2/pull/775) ([lbetz](https://github.com/lbetz))
@@ -23,10 +41,10 @@ These should not affect the functionality of the module.
2341
**Merged pull requests:**
2442

2543
- Bump voxpupuli/gha-puppet from 2 to 3 [\#778](https://github.com/voxpupuli/puppet-icinga2/pull/778) ([dependabot[bot]](https://github.com/apps/dependabot))
26-
- Fix file permissions for private keys in unit tests [\#777](https://github.com/voxpupuli/puppet-icinga2/pull/777) ([lbetz](https://github.com/lbetz))
2744
- Bump voxpupuli/gha-puppet from 2 to 3 [\#771](https://github.com/voxpupuli/puppet-icinga2/pull/771) ([dependabot[bot]](https://github.com/apps/dependabot))
2845
- fixtures.yml: Pull dependencies from git [\#770](https://github.com/voxpupuli/puppet-icinga2/pull/770) ([bastelfreak](https://github.com/bastelfreak))
2946
- Update voxpupuli-test requirement from ~\> 7.2 to ~\> 8.0 [\#769](https://github.com/voxpupuli/puppet-icinga2/pull/769) ([dependabot[bot]](https://github.com/apps/dependabot))
47+
- Fix file permissions for private keys in unit tests [\#777](https://github.com/voxpupuli/puppet-icinga2/pull/777) ([lbetz](https://github.com/lbetz))
3048

3149
## [v5.0.1](https://github.com/voxpupuli/puppet-icinga2/tree/v5.0.1) (2024-05-23)
3250

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-icinga2",
3-
"version": "6.0.1-rc0",
3+
"version": "6.0.1",
44
"author": "Vox Pupuli",
55
"summary": "Icinga 2 Puppet Module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)