From: Takashi Kajinami Date: Tue, 22 Feb 2022 16:08:34 +0000 (+0900) Subject: Add CentOS/RHEL 9 to supported operating systems X-Git-Tag: 20.2.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=afc6e0cbe910a52ea82a925af8ec97f2eaaaba3f;p=puppet-modules%2Fpuppet-ceilometer.git Add CentOS/RHEL 9 to supported operating systems ... because these operating systems are now verified by unit tests and integration tests. Change-Id: I0590ce6552ffb72389a3d793267e4e68510af7c1 --- diff --git a/metadata.json b/metadata.json index 7e796de..7e91cc5 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-62e91a76eab9c529.yaml b/releasenotes/notes/centos-9-support-62e91a76eab9c529.yaml new file mode 100644 index 0000000..c3876a0 --- /dev/null +++ b/releasenotes/notes/centos-9-support-62e91a76eab9c529.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.