From b88f91c68a09938a197b4f6d5c18ce2755c3e3cd Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Tue, 24 Oct 2023 10:36:21 -0500 Subject: [PATCH] [puppetsync] Add EL9 support (#79) --- CHANGELOG | 3 +++ metadata.json | 17 +++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 129d1a7..3572a72 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Mon Oct 23 2023 Steven Pritchard - 0.13.0 +- [puppetsync] Add EL9 support + * Wed Oct 11 2023 Steven Pritchard - 0.12.0 - [puppetsync] Updates for Puppet 8 - These updates may include the following: diff --git a/metadata.json b/metadata.json index 7e5b147..64db3cd 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-simpkv", - "version": "0.12.0", + "version": "0.13.0", "author": "simp", "summary": "SIMPkv providers", "license": "Apache-2.0", @@ -22,32 +22,37 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "8", - "7" + "7", + "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "8", - "7" + "7", + "9" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] } ],