Skip to content

Releases: falcosecurity/driverkit

v0.6.0

03 Mar 10:47
Compare
Choose a tag to compare

Changelog

  • 6a483cd fix(build): add comment about DRIVER_COMMIT vs DRIVER_VERSION
  • f00b354 fix(build): keep both DRIVER/PROBE variables to ensure backwards compatibility
  • c473e46 fix(build): support PPM_API_CURRENT_VERSION macros
  • f876c84 feat(pkg/kernelrelease): introduce json tags for the kernelrelease struct
  • 10b957d docs: update default value of --driverversion
  • 21af5a5 chore(cmd): update testdata (driverversion default changed)
  • 401a316 update(cmd): default value for --driverversion is now master

v0.5.0

14 Jan 14:05
Compare
Choose a tag to compare

Changelog

v0.4.0

23 Mar 17:03
Compare
Choose a tag to compare

Changelog

a492453 update(pkg/driverbuilder): use falcosecurity/libs instead of draios/sysdig
6cabb8d build: revert shell usage in Makefile
0a3b970 update(build): fetch deps from download.falco.org
2a7fcc9 update(pkg/driverbuilder): add support for Amazon Linux 2 extra kernels
7571d8c build: use current SHELL variable in Makefile

v0.3.0

19 Jan 18:23
Compare
Choose a tag to compare

Changelog

2fba205 update(pkg/driverbuilder/builder): support also GKE 5.4 kernels (ubuntu-generic builder)
66c875d update(pkg/driverbuilder/builder): aadd support for GKE kernels in the ubuntu-generic builder
68810cd new(pkg/kernelrelease): IsGKE method
0d4b388 fix(pkg/driverbuilder/builder): split the way kernel headers and kernel headers common are searched
1b88806 docs: release md specify that v is needed in the versioning scheme of the tag

v0.2.0

30 Sep 12:11
Compare
Choose a tag to compare

Changelog

92eabdd update(pkg/driverbuilder): debian support for cloud-amd64 extraversion

v0.1.0

17 Sep 10:48
Compare
Choose a tag to compare

Changelog

535132e docs(RELEASE.md): do not use an annotated tag
67c07e6 build(.circleci): remove attach_workspace
f00264c docs: release instructions
30c6823 fix(pkg/driverbuilder/builder): correct regex to find all the ubuntu-aws-. kernel headers in nested folders
a650e78 docs: update builder implementation docs
bab54d1 docs: guide to add a new builder
95754c0 new(cmd/testdata): CLI test for wrong config option
1593b99 new(cmd): config phase can exit an early exit with the usual error flow
dc54c9e update(cmd/testdata): refactoring CLI tests for --proxy flag
36ad36f update(pkg): inject the proxy into through builder instances and ctors
fa79905 update(cmd): move --proxy flag to config options
b461272 Add proxy option to set http proxy in container
7783d69 refactor(.circleci): simplify releasing process
1f228d8 refactor(Makefile): improve images tagging
a260570 update(.circleci): release on git tag
756c013 new: goreleaser
b5d1650 update(cmd/testdata): insert version flag into test fixtures
a6791bf new: semver version
fa256a1 update(cmd/testdata): test for driverkit completion command + adjustements to test runner
ac38e4e docs: MD docs for driverkit completion command
c918367 docs: update to markdown CLI docs
8f3d777 new(cmd): driverkit completion (bash|zsh|fish|help) command
958248a update(cmd): compose root flags into docker processor sub-command
aa5b71f update(cmd): refinements to kubernetes inherited flags
d17cddb update(cmd): root flags are no more persistent (meant to be composable)
fbd84f4 update(cmd): initial tests for completions
db40094 update(cmd): kubernetes processor alias is k8s
3858bff new(cmd): static completion for processor + dynamic completion for --config and --target flags
e56c95c new(cmd): processor aliases
9544adb update(cmd/testdata): update test fixtures log messages
05c7ddb chore(cmd): log messages must be shorter than 45 chars
d1efaad deps: bump cobra to 1.0.0
9fde516 chore(docs): strip sensitive data from generated docs
6b0c278 new(docgen): strip sensitive data during docs generation too
5581665 new(cmd): strip sensitive data from usage/help output
ef1b221 new(docs): CLI docs
7da3994 build: make docs
1f6a580 new(docgen): docs generator tool
c630c6e deps: go.sum update
69f23fc new(pkg/driverbuilder/builder/ubuntu): support for nested kernel resources
e4ae2db update(pkg/driverbuilder/builder/ubuntu): support old archiving mechanisms for the kernel tarballs
bb88174 fix(pkg/driverbuilder/builder/ubuntu): fix gcc version for some 3.x kernels and aws headers fetching
275c9e8 update(pkg/driverbuilder/builder/ubuntu): add security urls to fetch headers for ubuntu and parameters
829e28a fix(builder/docker): race conditions in the docker builder
4a7b964 fix(pkg/driverbuilder): wait the pull to download
58c464f fix(pkg/driverbuilder): pull driverkit builder image when not found locally
0096204 update: add vendor to gitignore
9f8705d update(cmd): tests CLI opts from config file
c44a6a1 update(cmd): CLI test support for env vars
be30b82 update(cmd/testdata): fixtures refinements and fixes
0a91c0e update(cmd): use --dryrun automatically when testing CLI
336a5d6 fix(cmd): root persistent pre run must return errors, not fail
05b3cba update(cmd): CLI tests with errors + disable race for them
215f1ea update(cmd): fixtures need the --dryrun flag now
4bac987 update(cmd): test CLI without processor
bc826cb new(cmd): global --dryrun flag
45fc4ed fix(cmd): strip color delimiters while testing CLI
7a367ec update(cmd): setup logger at boot
4b4849e update: new CLI test (help-debug)
d370828 deps: stripansi
ce062dc new(cmd): initial CLI testing framework
de3e964 deps: go tools assert
4815574 new(cmd): advise user to specify a processor
bbedf96 new(cmd): accept only valid args
5097a54 update(cmd): log options only when non-zero values
a52b536 fix(cmd): correct options precedence and support for flags containing dashes
2c60e86 docs: add amazonlinux targets examples
37ca941 update(pkg/driverbuilder): script for amazonlinux targets
9409132 fix(pkg/kernelrelease): test about amazonlinux2 version is correct now
7d71869 fix(pkg/driverbuilder): amazonlinux2 packages base url and resolution
1ec9e17 fix(pkg/driverbuilder): repository base url for amazonlinux* packages + circuit break for search
9e34be5 fix(pkg/driverbuilder): remove the amazonlinux* database file when done
6c04b70 new(pkg/driverbuilder): amazonlinux target
b5b8b84 deps: go-split3 dep needed by amazonlinux* targets
a3239f5 build: detect OS (linux or darwin supported) and create go tags accordingly to build driverkit correctly
6c50aa5 update(build): driverkit docker image needs gcc and musl-dev for CGO_ENABLED=1 compilation
26ae315 new(pkg/driverbuilder): amazonlinux 2 target skeleton
e4749a8 update(pkg/kernelrelease): test kernel release and version for amazon linux 2 strings
47b8a87 update(pkg/driverbuilder): add new stream releases to look for
86b2fa3 update(validate): custom translator for semver validator
1987b79 update(cmd): kernel version default to 1 since it's the most common value it has usually
178df3a fix(pkg/driverbuilder): docker processor pull honor the docker pulling strategy
d4d9e91 chore: log options (debug)
21f5feb deps: update go modules
7540b3d chore: method to log options in debug mode
bf843cf new(cmd): driver version can also be a semver-ish string
8aade54 update(validate): custom translation for semver-ish strings too
3fb82bb new(validate): semver 2.0 custom validator func
549602b fix: pull image in docker builder
61877fc fix: remove unneded dependencies
57ddfbe fix: disable test packages filter
de29460 fix: image branch name
bee1d88 fix: ci image dependencies
15f6e14 fix: docker image dependencies
a9fdae5 build: use consistent image names
78d624a fix: golang alpine base image fix
f3f0000 build: docker login step
9f1ddb4 build: circleci configuration
a536272 build: makefile targets for docker images
4b8d308 chore: rename builder base to just builder
33bcee0 new(build): driverkit dockerfile
ad05248 chore: rename builder dockerfile
da3d263 Changed non-existant parameter -o to --output-module in documentation
1395e08 fix(builder/ubuntu): module builder is now driver builder
ee49fd1 fix(builder/vanilla): use tmp kernel
3cb8002 fix(builder/centos): module builder is now driver builder
147b1d5 docs: update kernels that cannot do eBPF
d28b731 docs: update README config file examples and goals
7e332b2 chore(pkg/driverbuilder): use consistent nomenclature
4cec870 update(cmd): log processor in use
8089f76 deps: go modules cleanup
4fd8cd0 update(pkg/driverbuilder): update builders for all targets
c01f5c0 update(pkg/driverbuilder): flatten builders config and improve builder types (ie., targets)
6de6f56 update(cmd): use custom target validator
9e7e5d1 new(validate): custom target validator
072a5be new(pkg/driverbuilder): eBPF probe builder for centos target
cc70d11 new(pkg/driverbuilder): eBPF probe builder for ubuntu target
dea2615 new(pkg/driverbuilder): eBPF probe builder for vanilla target
b56fb74 docs(pkg/driverbuilder): comments for methods and constants
f8a5e33 update(pkg/driverbuilder): strip kernel module (debian)
840b705 new(pkg): build and output eBPF probe
4db40c5 update(pkg): use driver directory
1cde527 update(cmd): moduleversion -> driverversion
b9463d5 update(cmd): support nested build options (output paths)
3930fa5 update(cmd): make subcommands use driverbuilder
ac162fe chore(pkg): modulebuilder become driverbuilder
f2535ca chore: clean-up dockerfile
6fe67e0 deps: update cobra to 0.0.6
0ef12d4 fix(cmd): do not validate extensio of module and probe path when there's a previous error
dc22606 new(validate): custom translations for output paths (module and probe) errors
8be20e7 new(cmd): validate output paths (module and probe) have correct extension
1decbb7 new(cmd): provide two output options (with cross-field validation)
c143c01 docs: document debian yamls
44d3e39 fix(pkg/modulebuilder/debian): always use gcc-8
0442ae1 chore(pkg/modulebuilder): remove test urls
7c457c6 update(pkg/kernelrelease): add tests for debian kernels
8e36952 new(pkg/modulebuilder): target flag supports debian too
734766a new(pkg/modulebuilder): debian module builder
71f5edf update(pkg/modulebuilder): ubuntu does not need to prepare kernel
e5000a5 update(pkg/modulebuilder): error out in case kernel has not been found
d4e1fbe docs: examples for building CentOS
5f86b18 build: use the new repositories for gcc 4.8 deps into the dockerfile
bd483fa update(cmd): kernel version is required only for ubuntu-generic and ubuntu-aws
846f8f3 new: base image with all the needed gcc versions
fcf804f new(pkg/modulebuilder): centos builder with custom compilers
0b2f829 new(pkg/modulebuilder): centos target
9307bf6 fix(pkg/kernelrelease): also parse kernel release versions containing underscores in the extra part
5bcca25 build: builder image must have tools to unpack RPMs
ee5f683 new(cmd,pkg): prepare centos support
2e63226 docs: updates SOTA in README
b28ae1f new(validate): validate that module version is a SHA1 commit hash or "dev"
bbc183d update(cmd): use the logger to output errors, not the cobra mechanism
9d39e79 fix(cmd): add required to validations for build options
2fb6c39 fix(cmd): run validation only on subcommands
4315908 docs: update documentation for supported distributions
f245580 new(pkg/modulebuilder/kubernetes): deadline for kubernetes pods
d99c786 fix(cmd): config options are valid only at runtime
3c93906 fix(cmd): config options must be a pointer
5b23f3b fix(pkd/modulebuilder): int conversion for timeout
22044bf new(pkg/modulebuilder): timeout for docker processor
295946f update(cmd): pass config options to docker subcommand
7530d1f fix(pkg/modulebuilder): avoid double clean-up attempt when canceling docker processor with signals
789662d update(cmd): timeout flag
db2e2e4 chore(pkg/modulebuilder): refactoring docker container cleanup
cbb2837 update(cmd): patch all the help messages for all commands
fd4d2a4 deps: add k8s.io/utils to modules
dda6633 ...

Read more