Skip to content

Releases: KrakenKey/cli

v0.3.0

Choose a tag to compare

@krakenhavoc krakenhavoc released this 19 May 13:23
386b2f0

What's Changed

  • Add full certificate chain download and display support
  • Add cert chain flags and certificate chain section to docs
  • Bump GitHub Actions to Node.js 24-compatible versions (docker/login-action@v4, docker/setup-buildx-action@v4, docker/setup-qemu-action@v4, goreleaser/goreleaser-action@v7)

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@krakenhavoc krakenhavoc released this 13 Apr 13:37
961550c

What's Changed

  • Migrated from Go's stdlib flag to spf13/pflag for POSIX-style --double-dash flags on all subcommands
  • Global and subcommand flags now consistently use -- prefix, matching conventions used by gh, docker, kubectl, etc.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 21:12
e3db7d8

Changelog

  • 10a05a2 Initial commit
  • d4a5f53 feat: add support for probes and endpoints (#3)
  • 57c4d69 feat: initial functionality (#1)
  • e3db7d8 fix: goreleaser and container publish (#4)