From 0b576f2080c85c92ddfd96f0b17914acb76c7be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Fri, 4 Mar 2022 07:16:58 -1000 Subject: [PATCH 1/4] Drop support of RedHat 6 / Ubuntu 16.04 (EOL) --- metadata.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/metadata.json b/metadata.json index 07a54d0..1dd9fd4 100644 --- a/metadata.json +++ b/metadata.json @@ -36,7 +36,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "16.04", "18.04", "20.04" ] @@ -44,7 +43,6 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "6", "7", "8" ] From 18ac5c4cc35b69feb78a4244b3daf448fa0f9e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 7 Mar 2022 07:23:16 -1000 Subject: [PATCH 2/4] Sort supported OS alphabetically --- metadata.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/metadata.json b/metadata.json index 1dd9fd4..5be0f56 100644 --- a/metadata.json +++ b/metadata.json @@ -34,17 +34,17 @@ ] }, { - "operatingsystem": "Ubuntu", + "operatingsystem": "RedHat", "operatingsystemrelease": [ - "18.04", - "20.04" + "7", + "8" ] }, { - "operatingsystem": "RedHat", + "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "7", - "8" + "18.04", + "20.04" ] } ], From 90e6491d1ae7f0824fc4a495978c6ab51ad70eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 7 Mar 2022 07:24:19 -1000 Subject: [PATCH 3/4] Add support for Rocky --- metadata.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/metadata.json b/metadata.json index 5be0f56..5e92c31 100644 --- a/metadata.json +++ b/metadata.json @@ -40,6 +40,12 @@ "8" ] }, + { + "operatingsystem": "Rocky", + "operatingsystemrelease": [ + "8" + ] + }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ From 76c42d5bc1eccae5dd1b68ad46ca973a906c0e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 7 Mar 2022 07:24:41 -1000 Subject: [PATCH 4/4] Add support for AlmaLinux --- metadata.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/metadata.json b/metadata.json index 5e92c31..4a6d69e 100644 --- a/metadata.json +++ b/metadata.json @@ -18,6 +18,12 @@ } ], "operatingsystem_support": [ + { + "operatingsystem": "AlmaLinux", + "operatingsystemrelease": [ + "8" + ] + }, { "operatingsystem": "CentOS", "operatingsystemrelease": [