From e06e89b3d0e34cd6bfabc8343e47b29ebd4fcff0 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Thu, 1 Oct 2020 10:43:29 +0000 Subject: [PATCH] docs: CHANGELOG for 0.26.1 Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62819b54..7c9788c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## v0.26.1 + +Released on 2020-10-01 + +### Major Changes + +* new: CLI flag `--alternate-lua-dir` to load Lua files from arbitrary paths [[#1419](https://github.com/falcosecurity/falco/pull/1419)] - [@admiral0](https://github.com/admiral0) + +### Rule Changes + +* rule(Delete or rename shell history): fix warnings/FPs + container teardown [[#1423](https://github.com/falcosecurity/falco/pull/1423)] - [@mstemm](https://github.com/mstemm) +* rule(Write below root): ensure proc_name_exists too [[#1423](https://github.com/falcosecurity/falco/pull/1423)] - [@mstemm](https://github.com/mstemm) + + ## v0.26.0 Released on 2020-24-09