From a6126de12656742c10ad3960286f59b5d9e9b8b1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 15 Jan 2023 22:18:03 +0900 Subject: [PATCH] Switch to Ubuntu Jammy (22.04) ... because Focal no longer supports the recent releases such as Zed. Change-Id: Ie7712226c4a804cd86fec4f234f3c415079a0e27 --- metadata.json | 2 +- releasenotes/notes/ubuntu-jammy-d860136551fe28df.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/ubuntu-jammy-d860136551fe28df.yaml diff --git a/metadata.json b/metadata.json index 7cdd87a6..f4c0cce2 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 00000000..b6e0f8a7 --- /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).