From 03f9eee13f919d12b7188ea7029bf2b0a3a55229 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 15 Jan 2023 22:19:05 +0900 Subject: [PATCH] Switch to Ubuntu Jammy (22.04) ... because Focal no longer supports the recent releases such as Zed. Change-Id: Ie1e26e53ebd89ccfb17cb690680a6623c8fb39a4 --- metadata.json | 2 +- releasenotes/notes/ubuntu-jammy-f73cb7f411b593f2.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/ubuntu-jammy-f73cb7f411b593f2.yaml diff --git a/metadata.json b/metadata.json index b28990f..af49538 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-f73cb7f411b593f2.yaml b/releasenotes/notes/ubuntu-jammy-f73cb7f411b593f2.yaml new file mode 100644 index 0000000..b6e0f8a --- /dev/null +++ b/releasenotes/notes/ubuntu-jammy-f73cb7f411b593f2.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).