Skip to content

Commit 325c573

Browse files
committed
[puppetsync] Clean up for linters
Clean up files distributed by puppetsync for various linters. Also fix a quoting issue in create-github-release action.
1 parent 5b82e1b commit 325c573

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Thu Sep 05 2024 Steven Pritchard <[email protected]> - 7.11.0
2+
- [puppetsync] Add EL9 support
3+
14
* Wed Apr 10 2024 Mike Riddle <[email protected]> - 7.10.0
25
- Added the pam_cert_auth parameter to the pam service
36
- Added the ldap_user_cert parameter to the ldap provider

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-sssd",
3-
"version": "7.10.0",
3+
"version": "7.11.0",
44
"author": "SIMP Team",
55
"summary": "Manages SSSD",
66
"license": "Apache-2.0",
@@ -14,7 +14,7 @@
1414
"dependencies": [
1515
{
1616
"name": "puppet/systemd",
17-
"version_requirement": ">= 4.0.2 < 7.0.0"
17+
"version_requirement": ">= 4.0.2 < 8.0.0"
1818
},
1919
{
2020
"name": "puppetlabs/stdlib",

0 commit comments

Comments
 (0)