From 595be41a63b0d0fba0276719d5f5903ed0ca8835 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 17 Jan 2025 09:44:42 +0100 Subject: [PATCH 1/2] Drop EoL EL7 support --- metadata.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/metadata.json b/metadata.json index b57133d..1dc6c49 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,6 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7", "8", "9" ] @@ -44,7 +43,6 @@ { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ - "7", "8", "9" ] @@ -52,7 +50,6 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "7", "8", "9" ] @@ -71,12 +68,6 @@ "9" ] }, - { - "operatingsystem": "Scientific", - "operatingsystemrelease": [ - "7" - ] - }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ From 4c7beb39756252194db8ebf0091d3a5e11c07dd2 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 17 Jan 2025 10:06:39 +0100 Subject: [PATCH 2/2] Drop EoL CentOS 8 support --- metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata.json b/metadata.json index 1dc6c49..0a18c06 100644 --- a/metadata.json +++ b/metadata.json @@ -30,7 +30,6 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "8", "9" ] },