From 6086448ac2e0ea2688f4f152871d255179179428 Mon Sep 17 00:00:00 2001 From: gunnalahema Date: Thu, 16 Jan 2025 12:45:15 +0530 Subject: [PATCH] Upgrade fluent bit version to 3.2.2 to centos packages only (#188) Upgrade fb version to 3.2.2 for centos --- versions/strategyMatrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/strategyMatrix.py b/versions/strategyMatrix.py index 9e21ca15..bb7fcb9c 100644 --- a/versions/strategyMatrix.py +++ b/versions/strategyMatrix.py @@ -186,7 +186,7 @@ def list_distro_files(): return [ filename for filename in os.listdir(".") - if (filename.startswith("amazonlinux")) + if (filename.startswith("centos")) and filename != "common.yml" ] except Exception as e: