From 61fda9138621c9ea6efd6032d0272c3d92146f24 Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Fri, 8 Nov 2024 11:33:14 +0100 Subject: [PATCH] chore(k8smeta): bump k8smeta version to 0.2.1 Signed-off-by: Aldo Lacuku --- 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 084a97b8..1f7d69a2 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.2.0" +#define PLUGIN_VERSION "0.2.1" #define PLUGIN_DESCRIPTION \ "Enrich syscall events with information about the pod that throws them" #define PLUGIN_CONTACT "github.com/falcosecurity/plugins"