From 25daddbf29e687c63a3173063aae4ad718d0f3cc Mon Sep 17 00:00:00 2001 From: Leonardo Di Giovanna Date: Tue, 17 Jun 2025 11:47:13 +0200 Subject: [PATCH] update(CHANGELOG.md): release 0.41.2 Signed-off-by: Leonardo Di Giovanna --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f817658a..f20e7097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## v0.41.2 + +Released on 2025-06-17 + + + +### Minor Changes + +* update(build): update container plugin to 0.3.0 [[#3619](https://github.com/falcosecurity/falco/pull/3619)] - [@ekoops](https://github.com/ekoops) + + + +### Non user-facing changes + +* update(build): update container plugin to 0.2.6 [[#3611](https://github.com/falcosecurity/falco/pull/3611)] - [@leogr](https://github.com/leogr) + +### Statistics + +| MERGED PRS | NUMBER | +|-----------------|--------| +| Not user-facing | 1 | +| Release note | 1 | +| Total | 2 | + ## v0.41.1 Released on 2025-06-05