Skip to content

Releases: falcosecurity/falcoctl

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

v0.5.1

12 Jun 14:42
Compare
Choose a tag to compare

What's Changed

  • chore(falcoctl): bump oras-go to v2.2.0 by @alacuku in #292
  • fix(cmd): use arm64 instead of aarch64 in usage examples by @alacuku in #294
  • fix(cmd/registry/auth/basic): removed default oci registry by @therealbobo in #296
  • cleanup(cmd): remove leftover code in install and follow commands by @alacuku in #298
  • docs(README.md): add scope and status badges by @leogr in #303
  • fix: update deps and fix hanging when style is disabled by @jasondellaluce in #304

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 May 14:19
Compare
Choose a tag to compare

What's Changed

  • update: use mark flags as mutually exclusive for cron and every by @loresuso in #254
  • chore(deps): Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #255
  • chore(deps): Bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #257
  • fix(push.go): allow the push cmd to inform about the required flags by @vjjmiras in #258
  • fix(artifact/info): print tags in their original format by @alacuku in #259
  • docs: update readme title according to description of root cmd by @loresuso in #260
  • Improve TLS install command by @maxgio92 in #256
  • refactor(cmd/artifact): share flags and cleanup descriptions by @maxgio92 in #263
  • chore(cmd/artifact/install): fix description by @maxgio92 in #262
  • chore(deps): Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 by @dependabot in #265
  • Update go to 1.20 and cleanup ci job by @cpanato in #268
  • fix(cmd/registry): login to registry before running pull/push cmds by @alacuku in #270
  • chore(falcoctl): bump oras-go to v2(GA) by @arukiidou in #224
  • update(Makefile): bump golangci-lint version to 1.52.2 by @alacuku in #271
  • feat(index/remove): add output messages for index remove command by @alacuku in #274
  • feat(index/add): add output messages for index add command by @alacuku in #272
  • feat(index/update): add output messages for index update command by @alacuku in #273
  • chore(deps): Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.24+incompatible by @dependabot in #275
  • fix(registry/push): create tar.gz archive for raw input files by @alacuku in #278
  • chore(oci): more clear error on wrong type by @therealbobo in #279
  • fix: check directory existance iff necessary by @therealbobo in #280
  • fix(cmd/registry/pull): updated help message by @therealbobo in #282
  • chore(makefile): add clean target and update phony targets by @maxgio92 in #283
  • fix(cmd/artifact): authenticate only for subcommands that require it by @alacuku in #284
  • add slsa provenance for binaries and sign container images by @developer-guy in #286
  • update(ci): only sign releases by @LucaGuerra in #287
  • new(docs): how to verify falcoctl signature by @LucaGuerra in #289

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.5.0-rc2

22 May 10:12
Compare
Choose a tag to compare
v0.5.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0-rc1...v0.5.0-rc2

v0.5.0-rc1

18 May 09:17
Compare
Choose a tag to compare
v0.5.0-rc1 Pre-release
Pre-release

What's Changed

  • update: use mark flags as mutually exclusive for cron and every by @loresuso in #254
  • chore(deps): Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #255
  • chore(deps): Bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #257
  • fix(push.go): allow the push cmd to inform about the required flags by @vjjmiras in #258
  • fix(artifact/info): print tags in their original format by @alacuku in #259
  • docs: update readme title according to description of root cmd by @loresuso in #260
  • Improve TLS install command by @maxgio92 in #256
  • refactor(cmd/artifact): share flags and cleanup descriptions by @maxgio92 in #263
  • chore(cmd/artifact/install): fix description by @maxgio92 in #262
  • chore(deps): Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 by @dependabot in #265
  • Update go to 1.20 and cleanup ci job by @cpanato in #268
  • fix(cmd/registry): login to registry before running pull/push cmds by @alacuku in #270
  • chore(falcoctl): bump oras-go to v2(GA) by @arukiidou in #224
  • update(Makefile): bump golangci-lint version to 1.52.2 by @alacuku in #271
  • feat(index/remove): add output messages for index remove command by @alacuku in #274
  • feat(index/add): add output messages for index add command by @alacuku in #272
  • feat(index/update): add output messages for index update command by @alacuku in #273
  • chore(deps): Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.24+incompatible by @dependabot in #275
  • fix(registry/push): create tar.gz archive for raw input files by @alacuku in #278
  • chore(oci): more clear error on wrong type by @therealbobo in #279
  • fix: check directory existance iff necessary by @therealbobo in #280
  • fix(cmd/registry/pull): updated help message by @therealbobo in #282
  • chore(makefile): add clean target and update phony targets by @maxgio92 in #283
  • fix(cmd/artifact): authenticate only for subcommands that require it by @alacuku in #284
  • add slsa provenance for binaries and sign container images by @developer-guy in #286

New Contributors

Full Changelog: v0.4.0...v0.5.0-rc1