From c299ad4d8d4e8d2b5f3ece357746f37fbc4f707f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 23 Feb 2022 01:11:02 +0900 Subject: [PATCH] Add CentOS/RHEL 9 to supported operating systems ... because these operating systems are now verified by unit tests and integration tests. Change-Id: Id3f8fad52f4103e43f867455037e23fc19090050 --- metadata.json | 6 ++++-- releasenotes/notes/centos-9-support-6ce070c1097bf325.yaml | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/centos-9-support-6ce070c1097bf325.yaml diff --git a/metadata.json b/metadata.json index 177aae7..f9b2f56 100644 --- a/metadata.json +++ b/metadata.json @@ -36,13 +36,15 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { diff --git a/releasenotes/notes/centos-9-support-6ce070c1097bf325.yaml b/releasenotes/notes/centos-9-support-6ce070c1097bf325.yaml new file mode 100644 index 0000000..c3876a0 --- /dev/null +++ b/releasenotes/notes/centos-9-support-6ce070c1097bf325.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.