From f3b4f68ecd0a2a9df5fd181d46c11bd53ebe3089 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 4 Jun 2025 08:46:06 +0200 Subject: [PATCH] update(docs): bump CHANGELOG. Signed-off-by: Federico Di Pierro --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b53c17..f817658a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## v0.41.1 + +Released on 2025-06-05 + +### Bug Fixes + +* fix(userspace/falco): when collecting metrics for stats_writer, create a `libs_metrics_collector` for each source [[#3585](https://github.com/falcosecurity/falco/pull/3585)] - [@FedeDP](https://github.com/FedeDP) +* fix(userspace/falco): only enable prometheus metrics once all inspectors have been opened [[#3588](https://github.com/falcosecurity/falco/pull/3588)] - [@FedeDP](https://github.com/FedeDP) + +### Statistics + +| MERGED PRS | NUMBER | +|-----------------|--------| +| Not user-facing | 0 | +| Release note | 2 | +| Total | 2 | + ## v0.41.0 Released on 2025-05-29