From 08be8eedb4275cffb52cae0933e7761030a57b40 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 20 Apr 2022 12:46:27 +0900 Subject: [PATCH] Remove support for Ubuntu 16.04 (Xenial) ... because Nautilus is supported by Ubuntu 18.04 (Bionic). [1] https://ubuntu.com/ceph/docs/supported-ceph-versions Change-Id: Ic45db2bb113291f4571209a25a28a40089704ef0 --- metadata.json | 1 - releasenotes/notes/remove-ubuntu-xenial-7f1352a0873b0d0c.yaml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/remove-ubuntu-xenial-7f1352a0873b0d0c.yaml diff --git a/metadata.json b/metadata.json index 900b6613..d5f27dbf 100644 --- a/metadata.json +++ b/metadata.json @@ -35,7 +35,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "16.04", "18.04", "20.04" ] diff --git a/releasenotes/notes/remove-ubuntu-xenial-7f1352a0873b0d0c.yaml b/releasenotes/notes/remove-ubuntu-xenial-7f1352a0873b0d0c.yaml new file mode 100644 index 00000000..5a49799d --- /dev/null +++ b/releasenotes/notes/remove-ubuntu-xenial-7f1352a0873b0d0c.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + Ubuntu 16.04 (Xenial) is no longer supported.