From 7b030727a2c41c0d8fe1e6ec87eab400a88824d2 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Mon, 12 Oct 2020 15:46:54 -0700 Subject: [PATCH] Bump falco engine version to 8 for exceptions. Signed-off-by: Mark Stemm --- userspace/engine/falco_engine_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index 2b726932..00dd48a0 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -16,7 +16,7 @@ limitations under the License. // The version of rules/filter fields/etc supported by this falco // engine. -#define FALCO_ENGINE_VERSION (7) +#define FALCO_ENGINE_VERSION (8) // This is the result of running "falco --list -N | sha256sum" and // represents the fields supported by this version of falco. It's used