Skip to content

Releases: falcosecurity/falcoctl

v0.7.0-beta5

12 Dec 15:41
Compare
Choose a tag to compare
v0.7.0-beta5 Pre-release
Pre-release

What's Changed

  • chore(pkg/driver): cleanup eBPF probe symlink in Cleanup method. by @FedeDP in #371
  • fix(pkg/driver): do not call FixupKernel when building drivers. by @FedeDP in #373

Full Changelog: v0.7.0-beta4...v0.7.0-beta5

v0.7.0-beta4

06 Dec 16:52
Compare
Choose a tag to compare
v0.7.0-beta4 Pre-release
Pre-release

What's Changed

  • fix(pkg,cmd): eBPF probe must be symlinked under /root/.falco/falco-bpf.o by @FedeDP in #369

Full Changelog: v0.7.0-beta3...v0.7.0-beta4

v0.7.0-beta3

06 Dec 13:50
Compare
Choose a tag to compare
v0.7.0-beta3 Pre-release
Pre-release

What's Changed

  • fix(cmd/driver): fixed segfault in driver config command. by @FedeDP in #368

Full Changelog: v0.7.0-beta2...v0.7.0-beta3

v0.7.0-beta2

06 Dec 12:38
Compare
Choose a tag to compare
v0.7.0-beta2 Pre-release
Pre-release

What's Changed

  • fix(pkg/options): do not enforce driver version to be semver, since it can also be a commit hash by @FedeDP in #367

Full Changelog: v0.7.0-beta1...v0.7.0-beta2

v0.7.0-beta1

06 Dec 10:59
Compare
Choose a tag to compare
v0.7.0-beta1 Pre-release
Pre-release

What's Changed

  • chore(pkg/driver): improved error message when err is nil. by @FedeDP in #360
  • chore(pkg/driver): do not fail if /sys/kernel/debug fails to be mounted. by @FedeDP in #361
  • new(cmd/driver,pkg/options,internal/config): added driver config cmd tests by @FedeDP in #362
  • chore(cmd/driver): add preview to all driver related commands. by @FedeDP in #363
  • new(pkg/driver): fixed some kernel version related issues. by @FedeDP in #364
  • cleanup(cmd,internal,pkg): move driver config options to be common to all driver commands by @FedeDP in #365
  • new(cmd,pkg/driver): properly use a spinner for long operations. by @FedeDP in #366

Full Changelog: v0.7.0-alpha2...v0.7.0-beta1

v0.7.0-alpha2

29 Nov 13:35
Compare
Choose a tag to compare
v0.7.0-alpha2 Pre-release
Pre-release

What's Changed

  • update(gha): upgrade slsa generator to v1.9.0 by @LucaGuerra in #359
  • fix(cmd/driver,pkg/driver): avoid string concatenation for host-root by @FedeDP in #358

Full Changelog: v0.7.0-alpha1...v0.7.0-alpha2

v0.7.0-alpha1

27 Nov 15:18
Compare
Choose a tag to compare
v0.7.0-alpha1 Pre-release
Pre-release

What's Changed

  • chore(deps): Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #331
  • docs: add SPDX license identifier by @leogr in #330
  • update(output): complete rework of the output system by @alacuku in #335
  • chore(deps): Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #336
  • update(cmd): remove redundant configuration for error handling by @alacuku in #337
  • chore(deps): Bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible by @dependabot in #338
  • fix(oci/puller): do not omit previous errors when returning them by @alacuku in #339
  • new(cmd): add artifact config command by @alacuku in #340
  • fix(tests): wait for registry to accept connections before running tests by @alacuku in #342
  • update(Makefile): do not error if file does not exist when running clean target by @alacuku in #341
  • chore(Makefile): enforce SPDX license header in Makefile fmt target. by @FedeDP in #345
  • chore(deps): Bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.1 by @dependabot in #347
  • bugpatching issue 344 vulnerabilities including GHSA-m425-mq94-257g by @cschp in #346
  • feat(artifact/config): fetch config layer for a specific platform by @alacuku in #349
  • tests(artifact/config): add new tests for the --platform flag by @alacuku in #350
  • new(artifact/manifest): add manifest command by @alacuku in #351
  • new: driver command by @FedeDP in #343
  • chore(deps): Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #352
  • new(pkg/driver): added tests for driver distros implementations. by @FedeDP in #355
  • new(cmd,internal/utils,pkg/driver): use correct engine.kind config key by @FedeDP in #357

New Contributors

Full Changelog: v0.6.2...v0.7.0-alpha1

v0.6.2

22 Sep 09:55
Compare
Choose a tag to compare

What's Changed

  • fix(follower): do not cache authentication tokens by @alacuku in #326

Full Changelog: v0.6.1...v0.6.2

v0.6.1

18 Sep 08:08
Compare
Choose a tag to compare

What's Changed

  • add some log messages to inform user when generating the tls certificates by @cpanato in #321
  • fix(follow): pass full repo+sha to the signature verification function by @LucaGuerra in #323
  • fix(cmd/artifact/follow): colored output despite --disable-styling by @MickaelFontes in #324
  • update(docs): add FALCOCTL_ARTIFACT_NOVERIFY by @LucaGuerra in #322

Full Changelog: v0.6.0...v0.6.1

v0.6.0

04 Sep 08:00
Compare
Choose a tag to compare

What's Changed

  • cleanup(registry/auth) refactor OCI registry authentication and credential storage by @max-frank in #299
  • feat(cmd/auth) New command to support Workload Identity on GKE by @MickaelFontes in #288
  • feat(index/fetch) Add index URL schemes support to fetch by @max-frank in #301
  • fix(cache): initialize the fetcher when creating the cache by @alacuku in #306
  • new(falcoctl): add transparent signature verification with cosign by @LucaGuerra in #305
  • Add gcs index support by @max-frank in #307
  • update(readme): add links to the website and main falco repo by @LucaGuerra in #308
  • fix(cmd/push): correctly push artifacts to ECR registry by @alacuku in #310
  • test: ensure to assert config and layers mediatypes in pusher tests by @loresuso in #311
  • refactor: rename options dropping suffix by @loresuso in #312
  • chore: bumped deps through go get -u by @FedeDP in #315
  • fix(build): use golang 1.21 and up to date alpine image in dockerfile. by @FedeDP in #317
  • chore: new tests by @therealbobo in #293
  • fix(cmd): correctly propagate signal handler to sub-commands by @alacuku in #318
  • update(cmd/pull): remove outdated info from pull description by @alacuku in #319
  • fix(cmd/info): handle "context canceled" errors by @alacuku in #320

New Contributors

Full Changelog: v0.5.1...v0.6.0