-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Release #782
Changes from all commits
65ea652
d5a6441
b78e431
da4c501
262fed3
6920d2e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,6 +1,6 @@ | ||||||
{ | ||||||
"name": "puppet-icinga2", | ||||||
"version": "5.0.2-rc0", | ||||||
"version": "6.0.1-rc0", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
||||||
"author": "Vox Pupuli", | ||||||
"summary": "Icinga 2 Puppet Module", | ||||||
"license": "Apache-2.0", | ||||||
|
@@ -18,7 +18,7 @@ | |||||
}, | ||||||
{ | ||||||
"name": "icinga/icinga", | ||||||
"version_requirement": ">= 2.9.0 < 6.0.0" | ||||||
"version_requirement": ">= 2.9.0 < 7.0.0" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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": [ | ||||||
|
@@ -62,14 +62,14 @@ | |||||
"operatingsystemrelease": [ | ||||||
"20.04", | ||||||
"22.04", | ||||||
"24.04" | ||||||
"24.04" | ||||||
] | ||||||
}, | ||||||
{ | ||||||
"operatingsystem": "Fedora", | ||||||
"operatingsystemrelease": [ | ||||||
"39", | ||||||
"40" | ||||||
"40" | ||||||
] | ||||||
}, | ||||||
{ | ||||||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.