Skip to content

Releases: falcosecurity/dbg-go

v0.2.0

31 Aug 14:35
Compare
Choose a tag to compare

Changelog

  • 306757b chore(ci): cancel running jobs.
  • 894f539 chore(cmd,pkg): properly initialize non read-only s3 clients from aws config.
  • f123398 chore(pkg): added cleanup tests and validate tests.
  • 38d44a9 chore(pkg): some refactors + a benchmark test for autogenerate.
  • f2ed550 chore(pkg): validate that kernelconfigdata is base64.
  • 4b2c593 chore(pkg): we do not expect any error on wrong target distro while generating.
  • 32aa01b chore(pkg,cmd): dropped internal architecture utils; switched to driverkit kernelrelease.Architecture.
  • 41e2e02 chore: added badges to readme.
  • 0cab1ee chore: fixed README examples.
  • a1a7467 chore: fixed go test in ci.
  • 5504f0e chore: improved cleanup tests.
  • 47078a6 chore: make use of driverkit GetResolvingURLs API for kenrel headers.
  • 011dab0 chore: moved to use golang 1.21 slog package instead of logrus.
  • 916df71 chore: properly cleanup test folder.
  • 4fa67c5 chore: update readme.
  • 3b81a07 chore: updated readme.
  • 059dfbb chore: updated readme.
  • 151aa87 chore: use driverkit builder.Type as SupportedDistros map keys.
  • c01b391 chore: use driverkit builder.Type in place of internal DriverkitDistro type.
  • 29a88d4 cleanup(pkg): dropped KernelEntry type.
  • 97ec381 fix(pkg): fixed cleanup and stats tests.
  • 00c91a1 fix(pkg): fixed generate tests.
  • 3a1a836 fix(pkg): fixed generate. Dropped dynamic builder.
  • 6e0e82e fix(pkg): fixed tests.
  • 873412a fix(pkg): if lastRun distro is empty, we don't need to convert it to a driverkit distro.
  • b0c72ed fix(pkg/generate): fixed test.
  • 5e530e2 new(pkg): implemented s3 cleaner tests.
  • 9f78978 new(pkg,cmd): added new stats subcmd.
  • be87a8b new: added 2 new root commands: configs and s3.
  • 8c0c670 new: added autogenerate test.
  • d498514 new: implemented s3 stats tests.
  • de38fe9 new: support target distro, target kernel release and target kernel version filters.

v0.1.0

25 Aug 10:04
Compare
Choose a tag to compare

Changelog

  • 129f31e Initial commit
  • ffb63ab chore(docs): added release md file.
  • 5c99e66 chore: added CI + goreleaser pipeline.
  • 4cf8e55 chore: added OWNERS file.
  • 199ce9e chore: renamed go mod and fixed release pipeline.
  • bf9aded new: initial import.