Releases: falcosecurity/driverkit
Releases · falcosecurity/driverkit
v0.18.0
What's Changed
- cleanup: no verbose tar and avoid ls by @FedeDP in #323
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #325
- chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible by @dependabot in #326
- new(pkg,cmd): refactored builder script logic. by @FedeDP in #324
Full Changelog: v0.17.1...v0.18.0
v0.17.1
v0.17.0
What's Changed
- chore(deps): bump github.com/opencontainers/runc from 1.1.9 to 1.1.12 by @dependabot in #317
- fix(pkg/driverbuilder): fixed local cmd build up using os.Environ(). by @FedeDP in #319
- new: glibc 2.38 builder by @FedeDP in #316
- new(docker,pkg/driverbuilder): use
cmake
instead of makefile template to build kmod and bpf by @FedeDP in #302 - fix(pkg/driverbuilder): fixed support for ubuntu-lts. by @FedeDP in #320
Full Changelog: v0.16.3...v0.17.0
v0.16.3
What's Changed
- new(docker): add
cmake
andgit
packages to builders images. by @FedeDP in #309 - new(ci): added gha support. by @FedeDP in #311
- chore: fixed manifest creation and push. by @FedeDP in #312
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #313
- chore(deps): bump github.com/containerd/containerd from 1.7.5 to 1.7.11 by @dependabot in #315
- fix(pkg/driverbuilder): fixed debian rpi drivers build. by @FedeDP in #314
Full Changelog: v0.16.2...v0.16.3
v0.16.2
v0.16.1
Changelog
- ba598bc simplify the check
- c697ed7 netmode interface
- ca7496b whitespace
- 9f2d7e6 apply these settings to the builderimage, not the driverkit one
- fb738a4 fix syntax
- db09261 fixing netmode for sles and adjust target type from sle to sles
- 53a49ea cleanup(cmd): require kernelrelease and kernelversion in local command.
v0.16.0
Changelog
- 2c7d6f0 new(cmd,pkg/driverbuilder): support
env
,src-dir
anddkms
build options in local builder. - 78bb75a new(cmd,pkg): added new
local
command to build local kernel using local kernel sources / gccs / clang. - 4500840 fix(pkg/driverbuilder): fixed docker container output when multiplexed.
- 67451e4 sles template
- 5075ff1 add sle target type
- 1babd00 chore(pkg): let KernelRelease type implement
Stringer
interface. - 344fd25 cleanup(pkg): store kernelversion inside the kernelrelease type.