From e34a6b28ebe13d6ec09a49f2dfc250081fc23763 Mon Sep 17 00:00:00 2001 From: Leonardo Di Giovanna Date: Tue, 23 Dec 2025 12:38:21 +0100 Subject: [PATCH] chore(cmake): bump libs/drivers to `0.23.0`/`9.1.0+driver` Signed-off-by: Leonardo Di Giovanna --- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs.cmake | 4 ++-- userspace/engine/falco_engine_version.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 4b28685e..fe56a806 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -35,9 +35,9 @@ else() # FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or # branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..` if(NOT DRIVER_VERSION) - set(DRIVER_VERSION "9.1.0-rc1+driver") + set(DRIVER_VERSION "9.1.0+driver") set(DRIVER_CHECKSUM - "SHA256=34f860590f41eb7a7c410d07b46eaecc00341bf1b434970f732773a50d727409" + "SHA256=14cba5b610bf48cd0a0a94b1156ed86bfb552c7ed24b68b1028360fa3af18cbb" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 03583a1e..28982240 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 "0.23.0-rc2") + set(FALCOSECURITY_LIBS_VERSION "0.23.0") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=acb5d13514b48a9a582ffc510394b9002092b50d1ed4082e7bfec0861d18e6d4" + "SHA256=3c492398193a492d3fbf563af7346e500fb4e6480f1b1b9d263a5647d6f68020" ) endif() diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index 0acdaa13..c478d083 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 57 +#define FALCO_ENGINE_VERSION_MINOR 58 #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 "fc2c6a925b4f7d59efd79f752ff5db2460e778ec00788213c5b7292e0a80586f" +#define FALCO_ENGINE_CHECKSUM "952fa3356bfd266419810be51ae659eab48093a66da26fff3897022a9de2c08c"