Skip to content

Commit

Permalink
Add AlmaLinux 8 support
Browse files Browse the repository at this point in the history
Add AlmaLinux 8 as a supported OS.
  • Loading branch information
silug committed Aug 7, 2023
1 parent 280428a commit 048f077
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Mon Aug 07 2023 Steven Pritchard <steve@sicura.us> - 6.13.0
- Add AlmaLinux 8 support

* Mon Jun 12 2023 Chris Tessmer <chris.tessmer@onyxpoint.com> - 6.12.0
- Add RockyLinux 8 support

Expand Down
8 changes: 7 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-pam",
"version": "6.12.0",
"version": "6.13.0",
"author": "SIMP Team",
"summary": "A SIMP puppet module for managing pam",
"license": "Apache-2.0",
Expand Down Expand Up @@ -70,6 +70,12 @@
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
]
}
],
"requirements": [
Expand Down

0 comments on commit 048f077

Please sign in to comment.