content/en/blog/falco-0-37-1/index.md
Today we announce the release of Falco 0.37.1 🦅!
Falco's 0.37.1 release is a small patch aimed at addressing a few minor bugs. It includes the following:
--http-insecure flag to driver loader imagesFALCOCTL_DRIVER_HTTP_HEADERS understood by driver loader images to pass a comma separated list of http headers for driver download, eg: FALCOCTL_DRIVER_HTTP_HEADERS='x-emc-namespace: default,Proxy-Authenticate: Basic'priority higher than debug was set in the config: https://github.com/falcosecurity/falco/pull/3060Last, but not least, as recommended by the CNCF, we now link libelf dynamically instead of statically, so that the library remains separable from Falco at runtime.
This has multiple outcomes:
libelf librarydeb and rpm packages won't notice anything since libelf was already a nested dependencytar.gz package will need to manually install libelf where not presentThanks to everyone in the community for helping us in spotting these annoying bugs 🐛! You make Falco successful 🦅!
Thanks as always to the Falco maintainers for their support and effort during the entire release process.
As usual, in case you just want to try out the stable Falco 0.37.1, you can install its packages following the process outlined in the docs:
Prefer to use a container image? No problem at all! 🐳
You can read more about running Falco with Docker in the docs.
You can also find the Falcosecurity container images on the public AWS ECR gallery:
We meet every Wednesday in our community calls, if you want to know the latest and the greatest you should join us there!
If you have any questions
Thanks to all the amazing contributors!
Cheers 🎊
Federico