F

Falco

F
Falco Security v0.45.0-rc3

0.45.0-rc3

update(build): bump falcoctl to 0.14.2 Bump the falcoctl binary bundled in the packages and the falcoctl image used by the chart to 0.14.2, which preserves DKMS installations when installing cached kernel modules. Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

F
Falco Security v0.45.0-rc2

0.45.0-rc2

chore(cmake): bump libs to `0.26.0-rc2` Pin `FALCOSECURITY_LIBS_VERSION` to the `0.26.0-rc2` tag, cut from the libs `release/0.26.x` branch. `DRIVER_VERSION` stays at `11.0.0-rc1+driver` (no driver changes since `0.26.0-rc1`). Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

F
Falco Security v0.45.0-rc1

0.45.0-rc1

update(userspace/engine): bump engine version to 0.65.0 Bumping libs to `0.26.0-rc1` moves the driver `SCHEMA_VERSION` from `4.5.1` to `4.5.2`, which changes the engine checksum. The engine version must be bumped accordingly. Signed-off-by: Leonardo Grasso <me@leonardograsso.com>

F
Falco Security v0.44.1

0.44.1

Packages Download rpm-x86_64 deb-x86_64 tgz-x86_64 tgz-static-x86_64 rpm-aarch64 deb-aarch64 tgz-aarch64 Images docker pull docker.io/falcosecurity/falco:0.44.1 docker pull public.ecr.aws/falcosecurity/falco:0.44.1 docker pull docker.io/falcosecurity/falco-driver-loader:0.44.1 docker pull docker.io/falcosecurity/falco-driver-loader:0.44.1-buster docker pull docker.io/falcosecurity/falco:0.44.1-deb…

F
Falco Security v0.44.1-rc1

0.44.1-rc1

feat(userspace/falco): add support for disabling BPF iterators Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>

F
Falco Security v0.44.0

0.44.0

Packages Download rpm-x86_64 deb-x86_64 tgz-x86_64 tgz-static-x86_64 rpm-aarch64 deb-aarch64 tgz-aarch64 Images docker pull docker.io/falcosecurity/falco:0.44.0 docker pull public.ecr.aws/falcosecurity/falco:0.44.0 docker pull docker.io/falcosecurity/falco-driver-loader:0.44.0 docker pull docker.io/falcosecurity/falco-driver-loader:0.44.0-buster docker pull docker.io/falcosecurity/falco:0.44.0-deb…

F
Falco Security v0.44.0-rc2

0.44.0-rc2

chore(cmake): bump libs to `0.25.2` Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>

F
Falco Security v0.44.0-rc1

0.44.0-rc1

feat(engine): support string comparator modifiers Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>

F
Falco Security v0.43.1

0.43.1

Packages Download rpm-x86_64 deb-x86_64 tgz-x86_64 tgz-static-x86_64 rpm-aarch64 deb-aarch64 tgz-aarch64 Images docker pull docker.io/falcosecurity/falco:0.43.1 docker pull public.ecr.aws/falcosecurity/falco:0.43.1 docker pull docker.io/falcosecurity/falco-driver-loader:0.43.1 docker pull docker.io/falcosecurity/falco-driver-loader:0.43.1-buster docker pull docker.io/falcosecurity/falco:0.43.1-deb…

F
Falco Security v0.43.0

0.43.0

Packages Download rpm-x86_64 deb-x86_64 tgz-x86_64 tgz-static-x86_64 rpm-aarch64 deb-aarch64 tgz-aarch64 Images docker pull docker.io/falcosecurity/falco:0.43.0 docker pull public.ecr.aws/falcosecurity/falco:0.43.0 docker pull docker.io/falcosecurity/falco-driver-loader:0.43.0 docker pull docker.io/falcosecurity/falco-driver-loader:0.43.0-buster docker pull docker.io/falcosecurity/falco:0.43.0-deb…

F
Falco Security v0.43.0-rc3

0.43.0-rc3

fix(userspace)!: show source config path only in debug builds Starting from Falco 0.40, the `falco --help` output incorrectly showed the source config path (e.g., /home/runner/work/falco/falco/falco.yaml) in release packages. This path was intended only for local development. The issue was introduced when RelWithDebInfo build type support was added (commit 6bf33ff). The existing code checked for B…

F
Falco Security v0.43.0-rc2

0.43.0-rc2

ci: disable `build-win32-package` Chocolatey registries are currently unavailable, and this is blocking the release process. Disable the win32 build in CI, in the release branch, to allow to move forward. Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>