From 85087f4b72f346115614d14f88bcd09e25ff225e Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Fri, 4 Oct 2024 12:57:49 +0200 Subject: [PATCH 1/6] add support for Debian 11 and 12 --- metadata.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ed6ec2a..86e69d9 100644 --- a/metadata.json +++ b/metadata.json @@ -25,7 +25,9 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "8" + "8", + "11", + "12" ] }, { From 4e0b3c33b67dab736ef2a3155b583bcbeaa9ce63 Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Fri, 4 Oct 2024 12:59:33 +0200 Subject: [PATCH 2/6] drop support for Debian 8 --- metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata.json b/metadata.json index 86e69d9..9fcd4c3 100644 --- a/metadata.json +++ b/metadata.json @@ -25,7 +25,6 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "8", "11", "12" ] From 0276c8720c13bd3d3ce3e8e6643e6aacd10f246a Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Fri, 4 Oct 2024 13:01:39 +0200 Subject: [PATCH 3/6] add support for RedHat and CentOS 9 --- metadata.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 9fcd4c3..cf2ff12 100644 --- a/metadata.json +++ b/metadata.json @@ -12,14 +12,16 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", - "7" + "7", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", - "7" + "7", + "9" ] }, { From 87a1dbdc1427a5fa8ef0ec157f5a9949fd583e53 Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Fri, 4 Oct 2024 13:03:04 +0200 Subject: [PATCH 4/6] drop support for RedHat/CentOS 6 and 7 --- metadata.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/metadata.json b/metadata.json index cf2ff12..2a6ef80 100644 --- a/metadata.json +++ b/metadata.json @@ -11,16 +11,12 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "6", - "7", "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "6", - "7", "9" ] }, From 6330f4a68c9c218357b6d47a37c2ed93bcb6fd2f Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Fri, 4 Oct 2024 13:09:18 +0200 Subject: [PATCH 5/6] add support for Ubuntu 20.04 and 22.04 --- metadata.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 2a6ef80..2146cfb 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,9 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "16.04" + "16.04", + "20.04", + "22.04" ] } ], From b83edf4810994e53c246af95be8afc3c6508985f Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Fri, 4 Oct 2024 13:10:45 +0200 Subject: [PATCH 6/6] drop support for Ubuntu 16.04 --- metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata.json b/metadata.json index 2146cfb..b0d9116 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "16.04", "20.04", "22.04" ]