Skip to content

Commit

Permalink
fix(blog/falco-0-39-2): update URLs and minor impr.
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Nov 21, 2024
1 parent 6a207a4 commit 4f5e7b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/en/blog/falco-0-39-2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ Today we announce the release of **Falco 0.39.2** πŸ¦…!

Falco's 0.39.2 is a small patch release that includes some important bugfixes for modern eBPF driver:

* check `cred` field is not NULL before the access; this enables back Falco with modern eBPF driver to work on GKE
* check `cred` field is not NULL before the access; this enables Falco back with modern eBPF driver to work on GKE
* address verifier issues on kernel versions `>=6.11.4`: there was a kernel-breaking change in the tail call ebpf API merged into the 6.11.4 to fix a [CVE](https://access.redhat.com/security/cve/cve-2024-50063). Adapt our code to work again on these new versions.

Thanks to everyone in the community for helping us with spotting these annoying bugs and improving Falco every day πŸ›! You make Falco successful πŸ¦…!
Thanks to everyone in the community for helping us spot these annoying bugs and improving Falco every day πŸ›! You make Falco successful πŸ¦…!

Thanks as always to the Falco maintainers for their support and effort during the entire release process.

## Try it! 🏎️

As usual, in case you just want to try out the stable **Falco 0.39.2**, you can install its packages following the process outlined in the docs:

* [CentOS/Amazon Linux](https://falco.org/docs/getting-started/installation/#centos-rhel)
* [Debian/Ubuntu](https://falco.org/docs/getting-started/installation/#debian)
* [openSUSE](https://falco.org/docs/getting-started/installation/#suse)
* [Linux binary package](https://falco.org/docs/getting-started/installation/#linux-binary)
* [CentOS/Amazon Linux](https://falco.org/docs/setup/packages/#install-with-yum)
* [Debian/Ubuntu](https://falco.org/docs/setup/packages/#install-with-apt)
* [openSUSE](https://falco.org/docs/setup/packages/#install-with-zypper)
* [Linux binary package](https://falco.org/docs/setup/tarball/)

Prefer to use a container image? No problem at all! 🐳

You can read more about running Falco with Docker in the [docs](https://falco.org/docs/getting-started/running/#docker).
You can read more about running Falco with Docker in the [docs](https://falco.org/docs/setup/container/).

You can also find the Falcosecurity container images on the public AWS ECR gallery:

Expand All @@ -41,7 +41,7 @@ You can also find the Falcosecurity container images on the public AWS ECR galle
## Let's meet 🀝

We meet every Wednesday in our [community calls](https://github.com/falcosecurity/community),
if you want to know the latest and the greatest you should join us there!
if you want to know the latest and the greatest, you should join us there!

If you have any questions

Expand Down

0 comments on commit 4f5e7b2

Please sign in to comment.