From c20412b758da02473240648dfba4acb23fd97610 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 15 Jan 2023 22:32:50 +0900 Subject: [PATCH] Switch to Ubuntu Jammy (22.04) ... because Focal no longer supports the recent releases such as Zed. Change-Id: Ic53256eebc0ba8dde40eff2c39fc1daa92c73e9c --- metadata.json | 2 +- releasenotes/notes/ubuntu-jammy-9322766fd30f8a4e.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/ubuntu-jammy-9322766fd30f8a4e.yaml diff --git a/metadata.json b/metadata.json index 5c84a250..40b2001f 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-9322766fd30f8a4e.yaml b/releasenotes/notes/ubuntu-jammy-9322766fd30f8a4e.yaml new file mode 100644 index 00000000..b6e0f8a7 --- /dev/null +++ b/releasenotes/notes/ubuntu-jammy-9322766fd30f8a4e.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).