chore(deps): update dependency falcosecurity/falco to v0.41.1 #11

Merged
stefan merged 1 commits from renovate/falcosecurity-falco-0.x into main 2025-06-16 14:49:01 +00:00
Member

This PR contains the following updates:

Package Update Change
falcosecurity/falco minor 0.40.0 -> 0.41.1

Release Notes

falcosecurity/falco (falcosecurity/falco)

v0.41.1

Compare Source

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] - @​FedeDP
  • fix(userspace/falco): only enable prometheus metrics once all inspectors have been opened [#​3588] - @​FedeDP
Statistics
MERGED PRS NUMBER
Not user-facing 0
Release note 2
Total 2

v0.41.0

Compare Source

Released on 2025-05-29

Breaking Changes ⚠️
Major Changes
Minor Changes
Bug Fixes
  • fix(metrics/prometheus): gracefully handle multiple event sources, avoid erroneous duplicate metrics [#​3563] - @​incertum
  • fix(ci): properly install rpm systemd-rpm-macro package on building packages pipeline [#​3521] - @​FedeDP
  • fix(userspace/falco): init cmdline options after loading all config files [#​3493] - @​FedeDP
  • fix(cmake): add support for 16K kernel page to jemalloc [#​3490] - @​Darkness4
  • fix(userspace/falco): fix jemalloc enabled in minimal build. [#​3478] - @​FedeDP
Non user-facing changes
Statistics
MERGED PRS NUMBER
Not user-facing 36
Release note 17
Total 53

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [falcosecurity/falco](https://github.com/falcosecurity/falco) | minor | `0.40.0` -> `0.41.1` | --- ### Release Notes <details> <summary>falcosecurity/falco (falcosecurity/falco)</summary> ### [`v0.41.1`](https://github.com/falcosecurity/falco/blob/HEAD/CHANGELOG.md#v0411) [Compare Source](https://github.com/falcosecurity/falco/compare/0.41.0...0.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 \[[#&#8203;3585](https://github.com/falcosecurity/falco/pull/3585)] - [@&#8203;FedeDP](https://github.com/FedeDP) - fix(userspace/falco): only enable prometheus metrics once all inspectors have been opened \[[#&#8203;3588](https://github.com/falcosecurity/falco/pull/3588)] - [@&#8203;FedeDP](https://github.com/FedeDP) ##### Statistics | MERGED PRS | NUMBER | |-----------------|--------| | Not user-facing | 0 | | Release note | 2 | | Total | 2 | ### [`v0.41.0`](https://github.com/falcosecurity/falco/blob/HEAD/CHANGELOG.md#v0410) [Compare Source](https://github.com/falcosecurity/falco/compare/0.40.0...0.41.0) Released on 2025-05-29 ##### Breaking Changes :warning: - cleanup(engine)!: only consider .yaml/.yml rule files \[[#&#8203;3551](https://github.com/falcosecurity/falco/pull/3551)] - [@&#8203;LucaGuerra](https://github.com/LucaGuerra) - cleanup(userspace)!: deprecate print of `container.info` \[[#&#8203;3543](https://github.com/falcosecurity/falco/pull/3543)] - [@&#8203;FedeDP](https://github.com/FedeDP) - cleanup(userspace/falco)!: drop deprecated in 0.40.0 CLI flags. \[[#&#8203;3496](https://github.com/falcosecurity/falco/pull/3496)] - [@&#8203;FedeDP](https://github.com/FedeDP) ##### Major Changes - new(falco): add json_include_output_fields option \[[#&#8203;3527](https://github.com/falcosecurity/falco/pull/3527)] - [@&#8203;LucaGuerra](https://github.com/LucaGuerra) - new(build,userspace): switch to use container plugin \[[#&#8203;3482](https://github.com/falcosecurity/falco/pull/3482)] - [@&#8203;FedeDP](https://github.com/FedeDP) - new(docker,scripts,ci): use an override config file to enable ISO 8601 output timeformat on docker images \[[#&#8203;3488](https://github.com/falcosecurity/falco/pull/3488)] - [@&#8203;FedeDP](https://github.com/FedeDP) ##### Minor Changes - chore(build): update falcoctl to v0.11.2, rules for artifact follow to v4 \[[#&#8203;3580](https://github.com/falcosecurity/falco/pull/3580)] - [@&#8203;LucaGuerra](https://github.com/LucaGuerra) - update(cmake): bumped falcoctl to 0.11.1 and rules to 4.0.0. \[[#&#8203;3577](https://github.com/falcosecurity/falco/pull/3577)] - [@&#8203;FedeDP](https://github.com/FedeDP) - update(containers): update opencontainers labels \[[#&#8203;3575](https://github.com/falcosecurity/falco/pull/3575)] - [@&#8203;LucaGuerra](https://github.com/LucaGuerra) - update(metrics): improve restart/hot_reload conditions inspection \[[#&#8203;3562](https://github.com/falcosecurity/falco/pull/3562)] - [@&#8203;incertum](https://github.com/incertum) - update: empty `values` in `exceptions` won't emit a warning anymore \[[#&#8203;3529](https://github.com/falcosecurity/falco/pull/3529)] - [@&#8203;leogr](https://github.com/leogr) - chore(falco.yaml): enable libs_logger by default with info level \[[#&#8203;3507](https://github.com/falcosecurity/falco/pull/3507)] - [@&#8203;FedeDP](https://github.com/FedeDP) ##### Bug Fixes - fix(metrics/prometheus): gracefully handle multiple event sources, avoid erroneous duplicate metrics \[[#&#8203;3563](https://github.com/falcosecurity/falco/pull/3563)] - [@&#8203;incertum](https://github.com/incertum) - fix(ci): properly install rpm systemd-rpm-macro package on building packages pipeline \[[#&#8203;3521](https://github.com/falcosecurity/falco/pull/3521)] - [@&#8203;FedeDP](https://github.com/FedeDP) - fix(userspace/falco): init cmdline options after loading all config files \[[#&#8203;3493](https://github.com/falcosecurity/falco/pull/3493)] - [@&#8203;FedeDP](https://github.com/FedeDP) - fix(cmake): add support for 16K kernel page to jemalloc \[[#&#8203;3490](https://github.com/falcosecurity/falco/pull/3490)] - [@&#8203;Darkness4](https://github.com/Darkness4) - fix(userspace/falco): fix jemalloc enabled in minimal build. \[[#&#8203;3478](https://github.com/falcosecurity/falco/pull/3478)] - [@&#8203;FedeDP](https://github.com/FedeDP) ##### Non user-facing changes - chore(deps): Bump submodules/falcosecurity-rules from `4ccf111` to `cb17833` \[[#&#8203;3572](https://github.com/falcosecurity/falco/pull/3572)] - [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot) - update(cmake/rules): bump to falco-rules-4.0.0-rc1 \[[#&#8203;3567](https://github.com/falcosecurity/falco/pull/3567)] - [@&#8203;leogr](https://github.com/leogr) - cleanup(userspace/falco): drop unused `libs_metrics_collector` variable. \[[#&#8203;3566](https://github.com/falcosecurity/falco/pull/3566)] - [@&#8203;FedeDP](https://github.com/FedeDP) - update(cmake): update libs and driver to latest master \[[#&#8203;3564](https://github.com/falcosecurity/falco/pull/3564)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - fix(build): fixed container custom_target `sed` command. \[[#&#8203;3556](https://github.com/falcosecurity/falco/pull/3556)] - [@&#8203;FedeDP](https://github.com/FedeDP) - chore(deps): Bump submodules/falcosecurity-rules from `ae6ed41` to `4ccf111` \[[#&#8203;3555](https://github.com/falcosecurity/falco/pull/3555)] - [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot) - fix(cmake): fix bundled c-ares cmake issue with e.g. SLES \[[#&#8203;3559](https://github.com/falcosecurity/falco/pull/3559)] - [@&#8203;terror96](https://github.com/terror96) - chore(deps): Bump submodules/falcosecurity-rules from `1d2c6b1` to `ae6ed41` \[[#&#8203;3553](https://github.com/falcosecurity/falco/pull/3553)] - [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot) - chore: revert "chore(deps): Bump submodules/falcosecurity-rules from `1d2c6b1` to `371e431`" \[[#&#8203;3552](https://github.com/falcosecurity/falco/pull/3552)] - [@&#8203;FedeDP](https://github.com/FedeDP) - update(cmake): update libs and driver to latest master \[[#&#8203;3550](https://github.com/falcosecurity/falco/pull/3550)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - update(cmake): update libs and driver to latest master \[[#&#8203;3549](https://github.com/falcosecurity/falco/pull/3549)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - update(adopters): added SafeDep as adopter \[[#&#8203;3548](https://github.com/falcosecurity/falco/pull/3548)] - [@&#8203;KunalSin9h](https://github.com/KunalSin9h) - update(cmake): update libs and driver to latest master \[[#&#8203;3547](https://github.com/falcosecurity/falco/pull/3547)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - update(cmake): update libs and driver to latest master \[[#&#8203;3541](https://github.com/falcosecurity/falco/pull/3541)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - fix(userspace): fixed engine `openssl` dep. \[[#&#8203;3535](https://github.com/falcosecurity/falco/pull/3535)] - [@&#8203;FedeDP](https://github.com/FedeDP) - fix(userspace/falco): fix outputs_http timeout \[[#&#8203;3523](https://github.com/falcosecurity/falco/pull/3523)] - [@&#8203;benierc](https://github.com/benierc) - fix(ci): use clang-19 to build modern_ebpf skeleton. \[[#&#8203;3537](https://github.com/falcosecurity/falco/pull/3537)] - [@&#8203;FedeDP](https://github.com/FedeDP) - update(cmake): update libs and driver to latest master \[[#&#8203;3531](https://github.com/falcosecurity/falco/pull/3531)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - update(cmake): update libs and driver to latest master \[[#&#8203;3530](https://github.com/falcosecurity/falco/pull/3530)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - update(cmake): update libs and driver to latest master \[[#&#8203;3525](https://github.com/falcosecurity/falco/pull/3525)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - update(cmake): update libs and driver to latest master \[[#&#8203;3520](https://github.com/falcosecurity/falco/pull/3520)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - update(cmake): update libs and driver to latest master \[[#&#8203;3516](https://github.com/falcosecurity/falco/pull/3516)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - docs(README.md): cleanups and enhancements \[[#&#8203;3514](https://github.com/falcosecurity/falco/pull/3514)] - [@&#8203;leogr](https://github.com/leogr) - update(cmake): update libs and driver to latest master \[[#&#8203;3511](https://github.com/falcosecurity/falco/pull/3511)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - chore(deps): Bump submodules/falcosecurity-rules from `1d2c6b1` to `371e431` \[[#&#8203;3510](https://github.com/falcosecurity/falco/pull/3510)] - [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot) - update(cmake): update libs and driver to latest master \[[#&#8203;3508](https://github.com/falcosecurity/falco/pull/3508)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - update(cmake): update libs and driver to latest master \[[#&#8203;3506](https://github.com/falcosecurity/falco/pull/3506)] - [@&#8203;github-actions\[bot\]](https://github.com/apps/github-actions) - fix(userspace/falco): when counting `-M` timeout, do not account for async events \[[#&#8203;3505](https://github.com/falcosecurity/falco/pull/3505)] - [@&#8203;FedeDP](https://github.com/FedeDP) - chore(deps): Bump submodules/falcosecurity-rules from `d8415c1` to `1d2c6b1` \[[#&#8203;3504](https://github.com/falcosecurity/falco/pull/3504)] - [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot) - docs(proposals): correct typo in example \[[#&#8203;3499](https://github.com/falcosecurity/falco/pull/3499)] - [@&#8203;leogr](https://github.com/leogr) - fix(docker): fixed entrypoints paths with new docker context. \[[#&#8203;3492](https://github.com/falcosecurity/falco/pull/3492)] - [@&#8203;FedeDP](https://github.com/FedeDP) - feat(falco/app): move actions not using config before `load_config` \[[#&#8203;3483](https://github.com/falcosecurity/falco/pull/3483)] - [@&#8203;ekoops](https://github.com/ekoops) - refactor(falco/app): apply early return pattern in actions code \[[#&#8203;3484](https://github.com/falcosecurity/falco/pull/3484)] - [@&#8203;ekoops](https://github.com/ekoops) - chore(deps): Bump submodules/falcosecurity-rules from `abf6637` to `d8415c1` \[[#&#8203;3489](https://github.com/falcosecurity/falco/pull/3489)] - [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot) - Add NETWAYS Web Services to ADOPTERS.md \[[#&#8203;3487](https://github.com/falcosecurity/falco/pull/3487)] - [@&#8203;mocdaniel](https://github.com/mocdaniel) - chore: add back Falco static package to the release template. \[[#&#8203;3472](https://github.com/falcosecurity/falco/pull/3472)] - [@&#8203;FedeDP](https://github.com/FedeDP) ##### Statistics | MERGED PRS | NUMBER | |-----------------|--------| | Not user-facing | 36 | | Release note | 17 | | Total | 53 | </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-06-10 22:17:37 +00:00
renovate force-pushed renovate/falcosecurity-falco-0.x from 99f632d3ad to 3c3cfdf95e 2025-06-10 22:48:09 +00:00 Compare
stefan merged commit feba5664a9 into main 2025-06-16 14:49:01 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ZeroDownTime/alpine-overlay#11
No description provided.