From 501ac3708575121d2ea6b1fb9d10391e43cd87fb Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 23 Feb 2022 01:38: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: I8ffd64e2e92d0cac9675754ad7506f5636e60f8f --- metadata.json | 6 ++++-- releasenotes/notes/centos-9-support-f5bcb961a78419f9.yaml | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/centos-9-support-f5bcb961a78419f9.yaml diff --git a/metadata.json b/metadata.json index 9c51b21f..2f36399a 100644 --- a/metadata.json +++ b/metadata.json @@ -21,13 +21,15 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { diff --git a/releasenotes/notes/centos-9-support-f5bcb961a78419f9.yaml b/releasenotes/notes/centos-9-support-f5bcb961a78419f9.yaml new file mode 100644 index 00000000..c3876a08 --- /dev/null +++ b/releasenotes/notes/centos-9-support-f5bcb961a78419f9.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.