Skip to content

Releases: falcosecurity/driverkit

v0.17.1

29 Feb 21:18
Compare
Choose a tag to compare

What's Changed

  • fix(pkg): properly spawn bash shell in builder containers as login shells by @FedeDP in #321

Full Changelog: v0.17.0...v0.17.1

v0.17.0

29 Feb 14:19
Compare
Choose a tag to compare

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

20 Dec 12:16
Compare
Choose a tag to compare

What's Changed

  • new(docker): add cmake and git 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

12 Dec 13:35
Compare
Choose a tag to compare

What's Changed

  • fix(pkg): fixed docker multiplexed output function. by @FedeDP in #310

Full Changelog: v0.16.1...v0.16.2

v0.16.1

01 Dec 14:42
Compare
Choose a tag to compare

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

24 Nov 08:25
Compare
Choose a tag to compare

Changelog

  • 2c7d6f0 new(cmd,pkg/driverbuilder): support env,src-dir and dkms 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.

v0.15.4

02 Nov 15:47
Compare
Choose a tag to compare

Changelog

  • 44b8b59 fix(pkg/driverbuilder): fixed PhotonOS builder template regex.
  • 0ce54a2 chore(deps): bump github.com/docker/docker

v0.15.3

23 Oct 13:33
Compare
Choose a tag to compare

Changelog

  • 56573f4 cleanup(cmd,pkg): properly manage ubuntu flavors at builders level.

v0.15.2

13 Oct 13:46
Compare
Choose a tag to compare

Changelog

  • c40e6ce fix(docker): fix master ci.
  • 6f318ca new(pkg/driverbuilder): support photonOS 5.0.
  • 9e804b8 chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0

v0.15.1

11 Oct 14:50
Compare
Choose a tag to compare

Changelog

  • fb7fb64 fix(docker/builders): fixed libelf-dev and dwarves incompatibilities in debian backports.
  • a0ecbe7 docs: add license headers and spdx id
  • 8599637 fix(pkg/driverbuilder): fixed flaky test.
  • 9e7e4ac chore(cmd,pkg): skip build attempt when no artifacts are supported.
  • ed32894 chore: updated gitignore.
  • deca8f9 chore: properly enforce GOEXPERIMENT=loopvar to avoid stupid errors.