From e8b776a9cbb151584426dee00d8e1a67846d205a Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Wed, 8 Mar 2023 12:35:33 +0000 Subject: [PATCH] update(userspace/engine): bump engine version to 17 Signed-off-by: Jason Dellaluce --- userspace/engine/falco_engine_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index e1dfc592..89752f04 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -16,9 +16,9 @@ limitations under the License. // The version of rules/filter fields/etc supported by this Falco // engine. -#define FALCO_ENGINE_VERSION (16) +#define FALCO_ENGINE_VERSION (17) // This is the result of running "falco --list -N | sha256sum" and // represents the fields supported by this version of Falco. It's used // at build time to detect a changed set of fields. -#define FALCO_FIELDS_CHECKSUM "f552e8b33856f675fff2ffe16a1abe72fc8cc1b0ca7c5b336914cc36b0ad6167" +#define FALCO_FIELDS_CHECKSUM "f054e066bd153f851285973bb2f628462574d4679c18e1ca5dbca0585acc8a72"