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 #782

Closed
wants to merge 6 commits into from
Closed
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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ 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)

[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))
- Remove Debian Buster support [\#773](https://github.com/voxpupuli/puppet-icinga2/pull/773) ([lbetz](https://github.com/lbetz))

**Implemented enhancements:**

- 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))
- Fix SELinux and add feature::api::bind\_port support [\#772](https://github.com/voxpupuli/puppet-icinga2/pull/772) ([lbetz](https://github.com/lbetz))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that an enhancement or a bugfix?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both. Fixes missing sel_type of file resources. To change the listening port, it's a feature.


**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))

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

[Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v5.0.0...v5.0.1)
Expand Down
8 changes: 4 additions & 4 deletions 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": "5.0.2-rc0",
"version": "6.0.1-rc0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to do a 6.0.0 release, please update this to 6.0.0

Suggested change
"version": "6.0.1-rc0",
"version": "6.0.0",

"author": "Vox Pupuli",
"summary": "Icinga 2 Puppet Module",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
{
"name": "icinga/icinga",
"version_requirement": ">= 2.9.0 < 6.0.0"
"version_requirement": ">= 2.9.0 < 7.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should do an individual PR for this, so it appears in the changelog and people recognize this was changed

}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -62,14 +62,14 @@
"operatingsystemrelease": [
"20.04",
"22.04",
"24.04"
"24.04"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"39",
"40"
"40"
]
},
{
Expand Down