From 40bbf69cd04dc41b1e4e9692699c6131d2fad0f3 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Wed, 24 Jul 2024 17:15:31 +0200 Subject: [PATCH] chore(k8smeta): bump k8smeta plugin version 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 2b7a46a7..084a97b8 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.1" +#define PLUGIN_VERSION "0.2.0" #define PLUGIN_DESCRIPTION \ "Enrich syscall events with information about the pod that throws them" #define PLUGIN_CONTACT "github.com/falcosecurity/plugins"