From 4f5e7b2b3cc15ca03539e0bd4d60fdf755dae9bf Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Thu, 21 Nov 2024 18:09:49 +0100 Subject: [PATCH] fix(blog/falco-0-39-2): update URLs and minor impr. Signed-off-by: Leonardo Grasso --- content/en/blog/falco-0-39-2/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/blog/falco-0-39-2/index.md b/content/en/blog/falco-0-39-2/index.md index 900fab882..7a20c5937 100644 --- a/content/en/blog/falco-0-39-2/index.md +++ b/content/en/blog/falco-0-39-2/index.md @@ -12,10 +12,10 @@ 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. @@ -23,14 +23,14 @@ Thanks as always to the Falco maintainers for their support and effort during th 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: @@ -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