From f7d242b52bf10fec11149659aae13118eb001463 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Tue, 13 Jul 2021 15:58:23 -0400 Subject: [PATCH] Drop EL6 and Debian 8 and Ubuntu 16.04 support --- metadata.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/metadata.json b/metadata.json index 0cf76e12..96361000 100644 --- a/metadata.json +++ b/metadata.json @@ -35,7 +35,6 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "6", "7", "8" ] @@ -43,7 +42,6 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "6", "7", "8" ] @@ -51,7 +49,6 @@ { "operatingsystem": "Scientific", "operatingsystemrelease": [ - "6", "7" ] }, @@ -64,7 +61,6 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "8", "9", "10" ] @@ -72,7 +68,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "16.04", "18.04" ] },