Skip to content

Commit 521c420

Browse files
authored
Merge pull request #818 from lbetz/release-v6.2.0
Release v6.2.0
2 parents 35e30c0 + 4378b5c commit 521c420

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.2.0](https://github.com/voxpupuli/puppet-icinga2/tree/v6.2.0) (2025-07-11)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v6.1.0...v6.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- metadata.json: allow puppet/icinga 7.x [\#817](https://github.com/voxpupuli/puppet-icinga2/pull/817) ([lbetz](https://github.com/lbetz))
14+
- Add FreeBSD 14 support [\#815](https://github.com/voxpupuli/puppet-icinga2/pull/815) ([lbetz](https://github.com/lbetz))
15+
- Add EL 10 support [\#813](https://github.com/voxpupuli/puppet-icinga2/pull/813) ([lbetz](https://github.com/lbetz))
16+
- Add MatchAny and MatchAll to the list of reserved word [\#810](https://github.com/voxpupuli/puppet-icinga2/pull/810) ([lbetz](https://github.com/lbetz))
17+
718
## [v6.1.0](https://github.com/voxpupuli/puppet-icinga2/tree/v6.1.0) (2025-04-25)
819

920
[Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v6.0.2...v6.1.0)

manifests/globals.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@
7373
# @param service_reload
7474
# How to do a reload of the Icinga process.
7575
#
76-
# @param $constants
76+
# @param constants
7777
# Define Icinga constants
78+
#
7879
class icinga2::globals (
7980
String[1] $package_name,
8081
String[1] $service_name,

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.1.1-rc0",
3+
"version": "6.2.0",
44
"author": "Vox Pupuli",
55
"summary": "Icinga 2 Puppet Module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)