Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v6.0.1 #795

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,35 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v6.0.0](https://github.com/voxpupuli/puppet-icinga2/tree/v6.0.0) (2024-08-03)
## [v6.0.1](https://github.com/voxpupuli/puppet-icinga2/tree/v6.0.1) (2024-10-18)

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

**Fixed bugs:**

- Fix dependency to puppet-icinga [\#794](https://github.com/voxpupuli/puppet-icinga2/pull/794) ([lbetz](https://github.com/lbetz))
- Add missing `redundancy_group` param to the dependency object type [\#790](https://github.com/voxpupuli/puppet-icinga2/pull/790) ([sagepe](https://github.com/sagepe))

**Closed issues:**

- Dependency icinga/icinga is deprecated. [\#793](https://github.com/voxpupuli/puppet-icinga2/issues/793)
- Installation fails on Debian/Ubuntu wheren configuring the apt keyring [\#792](https://github.com/voxpupuli/puppet-icinga2/issues/792)
- Add support for redundancy\_group attribute of Dependency object [\#789](https://github.com/voxpupuli/puppet-icinga2/issues/789)

## [v6.0.0](https://github.com/voxpupuli/puppet-icinga2/tree/v6.0.0) (2024-08-19)

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

**Breaking changes:**

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

**Implemented enhancements:**

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

- Bump voxpupuli/gha-puppet from 2 to 3 [\#778](https://github.com/voxpupuli/puppet-icinga2/pull/778) ([dependabot[bot]](https://github.com/apps/dependabot))
- Fix file permissions for private keys in unit tests [\#777](https://github.com/voxpupuli/puppet-icinga2/pull/777) ([lbetz](https://github.com/lbetz))
- Bump voxpupuli/gha-puppet from 2 to 3 [\#771](https://github.com/voxpupuli/puppet-icinga2/pull/771) ([dependabot[bot]](https://github.com/apps/dependabot))
- fixtures.yml: Pull dependencies from git [\#770](https://github.com/voxpupuli/puppet-icinga2/pull/770) ([bastelfreak](https://github.com/bastelfreak))
- 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))
- Fix file permissions for private keys in unit tests [\#777](https://github.com/voxpupuli/puppet-icinga2/pull/777) ([lbetz](https://github.com/lbetz))

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

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system FreeBSD 12
"name": "puppet-icinga2",
"version": "6.0.1-rc0",
"version": "6.0.1",
"author": "Vox Pupuli",
"summary": "Icinga 2 Puppet Module",
"license": "Apache-2.0",
Expand Down