From fa2d4ea8e4d439ca7ad9b2fcc1653ed4b1aa03b3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 22 Aug 2022 02:39:41 +0900 Subject: [PATCH] Add CentOS 9 and RHEL 9 to supported operating systems We have been using this module with CentOS Stream 9 in our CI, so are ready to add it to the supported operating systems. Change-Id: I358f1e1b08e9de0fa1d239e73d6542d84d54d13e --- metadata.json | 6 ++++-- releasenotes/notes/centos-9-70ff1af03a392fab.yaml | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/centos-9-70ff1af03a392fab.yaml diff --git a/metadata.json b/metadata.json index eb5b98f5..34dfbe67 100644 --- a/metadata.json +++ b/metadata.json @@ -24,14 +24,16 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { diff --git a/releasenotes/notes/centos-9-70ff1af03a392fab.yaml b/releasenotes/notes/centos-9-70ff1af03a392fab.yaml new file mode 100644 index 00000000..d4972d29 --- /dev/null +++ b/releasenotes/notes/centos-9-70ff1af03a392fab.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Now this modules officially supports CentOS 9 and Red Hat Enterprise Linux + 9.