From: Takashi Kajinami Date: Sun, 15 Jan 2023 13:18:03 +0000 (+0900) Subject: Switch to Ubuntu Jammy (22.04) X-Git-Tag: 22.0.0~6 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a6126de12656742c10ad3960286f59b5d9e9b8b1;p=puppet-modules%2Fpuppet-ceilometer.git Switch to Ubuntu Jammy (22.04) ... because Focal no longer supports the recent releases such as Zed. Change-Id: Ie7712226c4a804cd86fec4f234f3c415079a0e27 --- diff --git a/metadata.json b/metadata.json index 7cdd87a..f4c0cce 100644 --- a/metadata.json +++ b/metadata.json @@ -48,7 +48,7 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "20.04" + "22.04" ] } ], diff --git a/releasenotes/notes/ubuntu-jammy-d860136551fe28df.yaml b/releasenotes/notes/ubuntu-jammy-d860136551fe28df.yaml new file mode 100644 index 0000000..b6e0f8a --- /dev/null +++ b/releasenotes/notes/ubuntu-jammy-d860136551fe28df.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + This module now supports Ubuntu 22.04 (Jammy Jellyfish). + +upgrade: + - | + This module no longer supports Ubuntu 20.04 (Focal Fossa).