Skip to content

Commit eea8ec0

Browse files
authored
[puppetsync] Add EL9 support (#140)
1 parent d2927cc commit eea8ec0

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Mon Oct 23 2023 Steven Pritchard <[email protected]> - 7.8.0
2+
- [puppetsync] Add EL9 support
3+
14
* Wed Oct 11 2023 Steven Pritchard <[email protected]> - 7.7.0
25
- [puppetsync] Updates for Puppet 8
36
- These updates may include the following:

metadata.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-sssd",
3-
"version": "7.7.0",
3+
"version": "7.8.0",
44
"author": "SIMP Team",
55
"summary": "Manages SSSD",
66
"license": "Apache-2.0",
@@ -42,33 +42,38 @@
4242
"operatingsystem": "CentOS",
4343
"operatingsystemrelease": [
4444
"7",
45-
"8"
45+
"8",
46+
"9"
4647
]
4748
},
4849
{
4950
"operatingsystem": "RedHat",
5051
"operatingsystemrelease": [
5152
"7",
52-
"8"
53+
"8",
54+
"9"
5355
]
5456
},
5557
{
5658
"operatingsystem": "OracleLinux",
5759
"operatingsystemrelease": [
5860
"7",
59-
"8"
61+
"8",
62+
"9"
6063
]
6164
},
6265
{
6366
"operatingsystem": "Rocky",
6467
"operatingsystemrelease": [
65-
"8"
68+
"8",
69+
"9"
6670
]
6771
},
6872
{
6973
"operatingsystem": "AlmaLinux",
7074
"operatingsystemrelease": [
71-
"8"
75+
"8",
76+
"9"
7277
]
7378
}
7479
],

0 commit comments

Comments
 (0)