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