From 237cfa3e1e6260b7afed9f4bbcc2fada1df6d3d6 Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Thu, 28 Mar 2024 15:18:09 +0000 Subject: [PATCH 1/2] update(build): bump libs to latest master Signed-off-by: Luca Guerra --- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index a4a6dd34ea2..64566dc5a5e 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -34,8 +34,8 @@ else() # 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 "0.15.0-rc1") - set(DRIVER_CHECKSUM "SHA256=c7bc705fc2b0f8dff8b39a6c865044040e10be41567e2c951908b5051786a06b") + set(DRIVER_VERSION "026ffe1d8f1b25c6ccdc09afa2c02afdd3e3f672") + set(DRIVER_CHECKSUM "SHA256=127ea015e24e3f782ca443649fde1f6f0bc1966b8812c54de45415e992946e7e") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index c78ba221cd6..5b0883a932d 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -35,8 +35,8 @@ else() # In case you want to test against another falcosecurity/libs 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.15.0-rc1") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=c7bc705fc2b0f8dff8b39a6c865044040e10be41567e2c951908b5051786a06b") + set(FALCOSECURITY_LIBS_VERSION "026ffe1d8f1b25c6ccdc09afa2c02afdd3e3f672") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=127ea015e24e3f782ca443649fde1f6f0bc1966b8812c54de45415e992946e7e") endif() # cd /path/to/build && cmake /path/to/source From cce01137798531e752e4632a72e9004f3607ab90 Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Thu, 28 Mar 2024 16:47:24 +0000 Subject: [PATCH 2/2] update(engine): bump engine checksum and version Signed-off-by: Luca Guerra --- 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 093e21da9a9..07d968e6c90 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 37 +#define FALCO_ENGINE_VERSION_MINOR 38 #define FALCO_ENGINE_VERSION_PATCH 0 #define FALCO_ENGINE_VERSION \ @@ -34,4 +34,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 "7b8c99a8e55aa9239035a20eff6ac2471c01be00ee808482dd9c351a5577b835" +#define FALCO_ENGINE_CHECKSUM "12cb01b5d2379547819a37a4656f1cef2952893ea1225de79614c673f386f645"