From bad3f90de8584ed6748641e74802d6c21c1c0827 Mon Sep 17 00:00:00 2001 From: William Yardley Date: Wed, 10 May 2023 12:40:12 -0700 Subject: [PATCH] BREAKING: Remove support for Debian 9 and Ubuntu 16.04 - Deprecate Debian 9 and Ubuntu 16.04 - Add support for Debian 10 / 11 and Ubuntu 20.04 / 22.04 Signed-off-by: William Yardley --- metadata.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index 9cae63b7b..0dc213bc3 100644 --- a/metadata.json +++ b/metadata.json @@ -23,14 +23,16 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "9" + "10", + "11" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "16.04", - "18.04" + "18.04", + "20.04", + "22.04" ] }, {