From dfa3dd44b122f94940be0072f151c5b6e669f9c0 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Tue, 12 Mar 2024 09:54:24 +0100 Subject: [PATCH 1/3] add ubuntu 22.04 support --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ce21fdc..5ff7220 100644 --- a/metadata.json +++ b/metadata.json @@ -66,7 +66,8 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "18.04", - "20.04" + "20.04", + "22.04" ] } ] From a944ce45f3d115c4bd71d354815a6c0c4a33476e Mon Sep 17 00:00:00 2001 From: markuszilch Date: Tue, 12 Mar 2024 09:55:59 +0100 Subject: [PATCH 2/3] drop ubuntu 18.04 support --- metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata.json b/metadata.json index 5ff7220..fa61a11 100644 --- a/metadata.json +++ b/metadata.json @@ -65,7 +65,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "18.04", "20.04", "22.04" ] From 3a4363df9cec0f65eaea09f16086f324de5078fe Mon Sep 17 00:00:00 2001 From: markuszilch Date: Tue, 12 Mar 2024 10:13:42 +0100 Subject: [PATCH 3/3] add el9 support --- metadata.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index fa61a11..9b2f257 100644 --- a/metadata.json +++ b/metadata.json @@ -25,21 +25,24 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, {