From 082fcbd3d4f15cdb9d117c6b7dd6b68249937d10 Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:32:16 +0530 Subject: [PATCH] (CAT-2152) Add support for CentOS 9 --- metadata.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 74e45ac4..81e93249 100644 --- a/metadata.json +++ b/metadata.json @@ -23,7 +23,9 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7" + "7", + "8", + "9" ] }, {