From 263f4ae329d57482f885445fc14a2367f8bf6979 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 23 Feb 2022 01:39:57 +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: I26f192685973a8e721ef52e7a7c3bb45478a275f --- metadata.json | 6 ++++-- releasenotes/notes/centos-9-support-79f4cb387a4262b2.yaml | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/centos-9-support-79f4cb387a4262b2.yaml diff --git a/metadata.json b/metadata.json index 1b10acb..8009804 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-79f4cb387a4262b2.yaml b/releasenotes/notes/centos-9-support-79f4cb387a4262b2.yaml new file mode 100644 index 0000000..c3876a0 --- /dev/null +++ b/releasenotes/notes/centos-9-support-79f4cb387a4262b2.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.