diff --git a/CHANGELOG b/CHANGELOG index b4ecd83..6e643da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Mon Oct 23 2023 Steven Pritchard - 6.17.0 +- [puppetsync] Add EL9 support + * Wed Oct 18 2023 Steven Pritchard - 6.16.1 - Replace calls to `File.exists?` with `File.exist?` for compatibility with Ruby 3 diff --git a/metadata.json b/metadata.json index 4184e94..fb948c3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-ssh", - "version": "6.16.1", + "version": "6.17.0", "author": "SIMP Team", "summary": "Manage ssh", "license": "Apache-2.0", @@ -72,33 +72,38 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] } ],