From 29d374097ba6a09ec1f8db9ea2a62d4d1c05af05 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 23 Feb 2022 01:26:39 +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: I063767b4cd1f179f1dc7d369528d0bffc82086cf --- metadata.json | 6 ++++-- releasenotes/notes/centos-9-support-2402954dc9a017e3.yaml | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/centos-9-support-2402954dc9a017e3.yaml diff --git a/metadata.json b/metadata.json index de543e230..52155b43a 100644 --- a/metadata.json +++ b/metadata.json @@ -44,13 +44,15 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { diff --git a/releasenotes/notes/centos-9-support-2402954dc9a017e3.yaml b/releasenotes/notes/centos-9-support-2402954dc9a017e3.yaml new file mode 100644 index 000000000..c3876a086 --- /dev/null +++ b/releasenotes/notes/centos-9-support-2402954dc9a017e3.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.