From 3e2c78de5b223217a2f75e9750413bd98bebdb66 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Mon, 23 Oct 2023 22:56:43 -0500 Subject: [PATCH] [puppetsync] Add EL9 support --- CHANGELOG | 3 +++ metadata.json | 17 +++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b0b68e3..a62b618 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Mon Oct 23 2023 Steven Pritchard - 7.6.0 +- [puppetsync] Add EL9 support + * Wed Oct 11 2023 Steven Pritchard - 7.5.0 - [puppetsync] Updates for Puppet 8 - These updates may include the following: diff --git a/metadata.json b/metadata.json index b21e1db..18bbdc3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-vnc", - "version": "7.5.0", + "version": "7.6.0", "author": "SIMP Team", "summary": "Manages VNC", "license": "Apache-2.0", @@ -34,33 +34,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" ] } ],