From 9eacf5e58fbf2b49cf7aaae5e9a2204b88084b2f Mon Sep 17 00:00:00 2001 From: Iacopo Rozzo Date: Fri, 17 Oct 2025 13:12:16 +0200 Subject: [PATCH] chore(deps): bump libs version to 0.22.0 Signed-off-by: Iacopo Rozzo --- cmake/modules/falcosecurity-libs.cmake | 4 ++-- userspace/engine/falco_engine_version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index b4b2cc5d..13632b57 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -42,9 +42,9 @@ else() # version (or branch, or commit) just pass the variable - ie., `cmake # -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "1de61cd2b7abcfbb492b5da7fbeaef5b0a5c0f20") + set(FALCOSECURITY_LIBS_VERSION "0.22.0") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=fe98c0343954a7789c6cef692480905a60d943de657385d109b537e23689146e" + "SHA256=1a46032e8eadbc5c4d29b767178cc3d2e04810cbf13ba2057854661aa74abbe6" ) endif() diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index 578d91b0..0acdaa13 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -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 "a9787fa5f87bfec984774540fa9c0282c06ea04696625c3a90898bb108c5cb16" +#define FALCO_ENGINE_CHECKSUM "fc2c6a925b4f7d59efd79f752ff5db2460e778ec00788213c5b7292e0a80586f"