From 63073060fbd05d95877be1cfbcf42a56f613e192 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Mon, 22 Jan 2024 10:49:32 +0100 Subject: [PATCH 1/2] chore(k8smeta): bump to 0.1.0 Signed-off-by: Andrea Terzolo --- plugins/k8smeta/src/shared_with_tests_consts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/k8smeta/src/shared_with_tests_consts.h b/plugins/k8smeta/src/shared_with_tests_consts.h index 45c4af22..507ff80c 100644 --- a/plugins/k8smeta/src/shared_with_tests_consts.h +++ b/plugins/k8smeta/src/shared_with_tests_consts.h @@ -77,7 +77,7 @@ limitations under the License. // Generic plugin consts ///////////////////////// #define PLUGIN_NAME "k8smeta" -#define PLUGIN_VERSION "0.1.0-alpha" +#define PLUGIN_VERSION "0.1.0" #define PLUGIN_DESCRIPTION \ "Enrich syscall events with information about the pod that throws them" #define PLUGIN_CONTACT "github.com/falcosecurity/plugins" From f973fe8eebc0ca459611234d453856949033a904 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Mon, 22 Jan 2024 10:50:15 +0100 Subject: [PATCH 2/2] tests: bump libs to 0.14.1 Signed-off-by: Andrea Terzolo --- plugins/k8smeta/cmake/modules/libs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/k8smeta/cmake/modules/libs.cmake b/plugins/k8smeta/cmake/modules/libs.cmake index e1f4cdf7..b9ba7e31 100644 --- a/plugins/k8smeta/cmake/modules/libs.cmake +++ b/plugins/k8smeta/cmake/modules/libs.cmake @@ -4,7 +4,7 @@ message(STATUS "Fetching libs at 'https://github.com/falcosecurity/libs.git'") FetchContent_Declare( libs GIT_REPOSITORY https://github.com/falcosecurity/libs.git - GIT_TAG 0.14.0 + GIT_TAG 0.14.1 CONFIGURE_COMMAND "" BUILD_COMMAND "") FetchContent_Populate(libs)