From 3745450d73110de4a7dbf7aab07cfad8dbcd5715 Mon Sep 17 00:00:00 2001 From: Gerlando Falauto Date: Tue, 24 Oct 2023 17:16:27 +0200 Subject: [PATCH] chore(ignorelist): add agent 12.17.1 (#116) --- agent_ignorelist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent_ignorelist.yaml b/agent_ignorelist.yaml index 70f9ffb..39ddf8f 100644 --- a/agent_ignorelist.yaml +++ b/agent_ignorelist.yaml @@ -5,7 +5,7 @@ matchers: ignorelist: - description: "[SMAGENT-5378] RHEL8.9 kernels ~492..500 do not include backported patch" - probe_versions: [ 12.16.0, 12.16.1, 12.16.2, 12.16.3, 12.17.0 ] + probe_versions: [ 12.16.0, 12.16.1, 12.16.2, 12.16.3, 12.17.0, 12.17.1 ] probe_kinds: [ kmod ] matcher: redhat skip_if: "{{ (version == '4.18.0' and 492<=(rpmrelver|int)<=500) }}"