From ea9e86d9e01b14aa7d27782766274a0ef75b0500 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 25 Jun 2025 12:43:16 +0200 Subject: [PATCH] update(userspace): bump engine version and checksum. Signed-off-by: Federico Di Pierro --- 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 cb515130..a558c5a0 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -20,7 +20,7 @@ limitations under the License. // The version of this Falco engine #define FALCO_ENGINE_VERSION_MAJOR 0 -#define FALCO_ENGINE_VERSION_MINOR 52 +#define FALCO_ENGINE_VERSION_MINOR 53 #define FALCO_ENGINE_VERSION_PATCH 0 #define FALCO_ENGINE_VERSION \ @@ -36,4 +36,4 @@ limitations under the License. // It represents the fields supported by this version of Falco, // the event types, and the underlying driverevent schema. It's used to // detetect changes in engine version in our CI jobs. -#define FALCO_ENGINE_CHECKSUM "a2f130c2e97a274c0d85aff3eaa5f3e45cf493afa57b9c54aaba761ab7d81c11" +#define FALCO_ENGINE_CHECKSUM "1e39219c8da1c65d0f4dc16ccba7427146198827e3b093c5c1393ac1a6e646ab"