Skip to content

Commit

Permalink
[puppetsync] Clean up for linters
Browse files Browse the repository at this point in the history
Clean up files distributed by puppetsync for various linters.

Also fix a quoting issue in create-github-release action.
  • Loading branch information
silug committed Sep 5, 2024
1 parent 181b3e5 commit 5f62dcb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Thu Sep 05 2024 Steven Pritchard <[email protected]> - 4.23.0
- [puppetsync] Add EL9 support

* Tue Jul 09 2024 Mike Riddle <[email protected]> - 4.22.0
- Added ability for users to switch between '/bin/true' and '/bin/false' when disabling kernel modules via the kmod_blacklist class

Expand Down
27 changes: 16 additions & 11 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-simp",
"version": "4.22.0",
"version": "4.23.0",
"author": "SIMP Team",
"summary": "default profiles for core SIMP installations",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,15 +33,15 @@
},
{
"name": "puppetlabs/puppetdb",
"version_requirement": ">= 7.1.0 < 8.0.0"
"version_requirement": ">= 7.1.0 < 9.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 8.0.0 < 10.0.0"
},
{
"name": "saz/timezone",
"version_requirement": ">= 5.1.1 < 7.0.0"
"version_requirement": ">= 5.1.1 < 8.0.0"
},
{
"name": "simp/aide",
Expand Down Expand Up @@ -85,7 +85,7 @@
},
{
"name": "simp/iptables",
"version_requirement": ">= 6.5.3 < 7.0.0"
"version_requirement": ">= 6.5.3 < 8.0.0"
},
{
"name": "simp/issue",
Expand All @@ -97,7 +97,7 @@
},
{
"name": "simp/pam",
"version_requirement": ">= 6.8.3 < 7.0.0"
"version_requirement": ">= 6.8.3 < 8.0.0"
},
{
"name": "simp/polkit",
Expand Down Expand Up @@ -185,7 +185,7 @@
},
{
"name": "simp/useradd",
"version_requirement": ">= 0.2.2 < 1.0.0"
"version_requirement": ">= 0.2.2 < 2.0.0"
},
{
"name": "puppet/nsswitch",
Expand All @@ -203,21 +203,24 @@
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -237,13 +240,15 @@
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"8",
"9"
]
}
]
Expand Down

0 comments on commit 5f62dcb

Please sign in to comment.