Skip to content

Releases: falcosecurity/dbg-go

v0.11.1

11 Oct 16:39
Compare
Choose a tag to compare

Changelog

  • 4ae897b fix(pkg/build): fixed flaky test.
  • 30dc660 update: bumped driverkit to 0.15.1.

v0.11.0

27 Sep 12:11
Compare
Choose a tag to compare

Changelog

  • 0b41bf4 chore(ci): set ldflags for goreleaser from env.

v0.10.0

27 Sep 10:57
Compare
Choose a tag to compare

Changelog

  • 9531a96 fix(ci): install goreleaser in release ci.
  • 3fd73cb fix(ci,makefile): add a new release Makefile target to pass LDFLAGS to goreleaser.
  • 79ab65a fix(pkg/generate): filter kernel release in config autogeneration
  • ef0b165 test(pkg/generate): ensure configurations are generated

v0.9.0

26 Sep 14:58
Compare
Choose a tag to compare

Changelog

  • 8fae0b7 chore(build): use GOEXPERIMENT=loopvar in tests.
  • a689ae7 chore: added pull request github template.
  • 0014a30 chore: enforce GOEXPERIMENT=loopvar in builds and goreleaser.
  • f5cc87f chore: renamed fededp to falcosecurity.
  • 30f86ea chore: update OWNERS and README to get ready for falcosecurity donation.
  • 44091fc fix(docs): updated README badge and links.
  • 5c78c81 fix(pkg/build): fixed flaky test.

v0.8.0

08 Sep 10:08
Compare
Choose a tag to compare

Changelog

  • 3cb41e6 chore: add a makefile target to bump driverkit.
  • c75261b chore: fixed a couple of strings.
  • 2cc2106 chore: updated readme.
  • 23d1388 new(cmd,pkg): use AWS access key id and secret from env.

v0.7.0

08 Sep 07:16
Compare
Choose a tag to compare

Changelog

  • b9ad361 chore: updated readme.
  • dbce679 new(pkg): async publish for build cmd.

v0.6.0

07 Sep 15:54
Compare
Choose a tag to compare

Changelog

  • e331ecc new: properly use driverkit v0.15.0 builder images while building.

v0.5.0

07 Sep 15:21
Compare
Choose a tag to compare

Changelog

  • e315fc7 chore: create redirect-errors file if not existent.
  • 4f6248a new(cmd,pkg): support redirect-errors cli option for build subcmd.

v0.4.0

07 Sep 13:47
Compare
Choose a tag to compare

Changelog

  • d4acc25 chore: fixed readme subcmd name.
  • a32e926 chore: small fixes.
  • 6e655bc cleanup(cmd): renamed s3 to drivers.
  • f84cf29 fix(cmd): for build cmd, aws-profile is only required when publish is enabled.

v0.3.0

06 Sep 07:36
Compare
Choose a tag to compare

Changelog

  • 409abb6 chore(cmd,pkg): moved DriverName to root options and support it in cleanup and stats.
  • 77ec484 chore(pkg): add back "ToConfigName" to driverkit yaml struct.
  • 6d08e39 chore(pkg): improve validate tests.
  • 9a7f629 chore(pkg): moved errors declaration to errors.go inside each package.
  • 3d52809 chore(pkg): refactor LoopDriversFiltered to be more similar to LoopPathFiltered.
  • 39c8aac chore(pkg): refactored LoopFilterX API, adding a new Looper interface.
  • 6010054 chore(pkg): some fixes and initial impl for build_test.
  • 63d499c chore(pkg): switch to json-iterator library.
  • 64ff313 chore: bumped driverkit dep to latest master that exposes ToBuild.
  • 175f4a7 chore: bumped driverkit to falcosecurity/driverkit#289
  • cc907cc chore: bumped driverkit to v0.15.0.
  • d23e083 chore: try to add back go coverage.
  • 7f1eaf7 chore: updated driverkit to new master. Added badges.
  • ac44ef9 chore: updated readme.
  • 26a41f9 cleanup(pkg): dropped CleanupAll interface method.
  • bf237dd cleanup(pkg): refactored outputs to always be relative to repo root just like configs.
  • 16aa683 cleanup: removed go coverage badge.
  • 963e0ce fix(pkg): fixed stats tests.
  • 6bac103 fix(pkg): properly fill probe and module only if supported.
  • a296dde fix: added and fixed build cmd-related tests.
  • 1c55b54 new(cmd,pkg): initial work towards build sub cmd.
  • 2d4c242 new: added a publish s3 subcmd, used by build cmd.