# Blog: Falco Weekly 3 - 2024

DevFeed: [Blog: Falco Weekly 3 - 2024](<https://devfeed.tech/articles/blog-falco-weekly-3-2024-32507.md>)

Original publisher: [Read original article](<https://falco.org/blog/falco-w-3-2024-weekly-recap/>)

Published: 2024-01-19T00:00:00Z

Content type: news

Language: en

Sources: [Falco - Falco](<https://devfeed.tech/sources/falco-falco.md>), [Falco - The Falco blog](<https://devfeed.tech/sources/falco-the-falco-blog.md>)

Topics: [Falco](<https://devfeed.tech/topics/falco.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [podman](<https://devfeed.tech/topics/podman.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [YAML](<https://devfeed.tech/topics/yaml.md>)

Tags: [config](<https://devfeed.tech/tags/config.md>), [falco](<https://devfeed.tech/tags/falco.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [podman](<https://devfeed.tech/tags/podman.md>), [release](<https://devfeed.tech/tags/release.md>), [update](<https://devfeed.tech/tags/update.md>), [yaml](<https://devfeed.tech/tags/yaml.md>)

## AI overview

Falco Weekly 3 - 2024 reviews changes across the Falco ecosystem. It covers the Libs 0.14.1 release, the Falco 0.37.0-rc1 release candidate and experimental Kubernetes components, and Falcoctl 0.7.0 with updates to output handling, commands, artifacts, and driver support.

## Source excerpt

What happened in Falco this week? Let's go through the major changes that happened in various repositories under the falcosecurity organization. Libs Libs tag 0.14.1 is out! Try it! It fixes the following things: fix(gvisor): gVisor engine crashes with non-hex container IDs: https://github.com/falcosecurity/libs/issues/1602 fix(gvisor): handle arbitrary sandbox IDs: https://github.com/falcosecurity/libs/pull/1612 fix(libsinsp): modify switch case: https://github.com/falcosecurity/libs/pull/1620 fix(libsinsp): Add new cgroup layout for podman: https://github.com/falcosecurity/libs/pull/1613 fix(libsinsp): consistent thread info filtering while dumping: https://github.com/falcosecurity/libs/pull/1606 fix(libsinsp): do not suppress zero ptids: https://github.com/falcosecurity/libs/pull/1598 fix(libsinsp): fix resolved PT_FSPATH and PT_FSRELPATH evt params: https://github.com/falcosecurity/libs/pull/1597 You can find a detailed summary on the release page. Falco Falco tag 0.37.0-rc1 is out! Try it! Some final cleanup before the final tag: cleanup(falco.yaml): rename none in nodriver: https://github.com/falcosecurity/falco/pull/3012 update(config): graduate outputs_queue to stable: https://github.com/falcosecurity/falco/pull/3016 We are in the testing phase so any feedback would be appreciated! Moreover, we crafted a dedicated helm chart to test the new k8smeta plugin and the k8s-metacollector, you can read more about it here. Please note these 2 new components will be officially released with Falco 0.37.0 as EXPERIMENTAL features. As a final reminder, please take a look at our polls if you have some spare seconds. Falcoctl Falcoctl 0.7.0 is out! Try it! These are some of the most relevant changes: update(output): complete rework of the output system: https://github.com/falcosecurity/falcoctl/pull/335 update(cmd): remove redundant configuration for error handling: https://github.com/falcosecurity/falcoctl/pull/337 new(cmd): add artifact config command: https://github.com