From afc6e0cbe910a52ea82a925af8ec97f2eaaaba3f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 23 Feb 2022 01:08:34 +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: I0590ce6552ffb72389a3d793267e4e68510af7c1 --- metadata.json | 6 ++++-- releasenotes/notes/centos-9-support-62e91a76eab9c529.yaml | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/centos-9-support-62e91a76eab9c529.yaml diff --git a/metadata.json b/metadata.json index 7e796de1..7e91cc5a 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-62e91a76eab9c529.yaml b/releasenotes/notes/centos-9-support-62e91a76eab9c529.yaml new file mode 100644 index 00000000..c3876a08 --- /dev/null +++ b/releasenotes/notes/centos-9-support-62e91a76eab9c529.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.