From 4103a9916934b495d555d84ba215686582707151 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 23 Feb 2022 01:28:51 +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: I49098fc8026d2099c82f8879d846b41b4b22ee2e --- metadata.json | 6 ++++-- releasenotes/notes/centos-9-support-ee1fc77ac7ac450c.yaml | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/centos-9-support-ee1fc77ac7ac450c.yaml diff --git a/metadata.json b/metadata.json index 5329cab..4001f0d 100644 --- a/metadata.json +++ b/metadata.json @@ -28,13 +28,15 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { diff --git a/releasenotes/notes/centos-9-support-ee1fc77ac7ac450c.yaml b/releasenotes/notes/centos-9-support-ee1fc77ac7ac450c.yaml new file mode 100644 index 0000000..c3876a0 --- /dev/null +++ b/releasenotes/notes/centos-9-support-ee1fc77ac7ac450c.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.