Skip to content

Commit

Permalink
Add AlmaLinux 8 support (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
silug authored Aug 23, 2023
1 parent 1864040 commit 8cecec7
Show file tree
Hide file tree
Showing 2 changed files with 16 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 @@
* Wed Aug 23 2023 Steven Pritchard <[email protected]> - 0.10.0
- Add AlmaLinux 8 support

* Mon Jun 12 2023 Chris Tessmer <[email protected]> - 0.9.0
- Add RockyLinux 8 support

Expand Down
14 changes: 13 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-simpkv",
"version": "0.9.0",
"version": "0.10.0",
"author": "simp",
"summary": "SIMPkv providers",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,6 +37,18 @@
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"8"
]
}
],
"requirements": [
Expand Down

0 comments on commit 8cecec7

Please sign in to comment.