Skip to content

v0.5.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@applejag applejag released this 02 Nov 03:12
· 52 commits to main since this release
5f1ca42

This is a release candidate, meaning its a pre-release for what may come to v0.5.0.

Changes (since v0.4.0)

Breaking changes

  • BREAKING: Changed binary name from klock to kubectl-klock. Any automated tooling downloading from GitHub release assets may break. (#41)

  • BREAKING: Changed my username from jilleJr to applejag. Any automated tooling may break from this. (#42)

New features

  • Added completion subcommand. (#34)

  • Added completion to resource type and name. (#34)

  • Added completion on flags: (#39)

    • --output, -o
    • --namespace, -n
    • --cluster
    • --context
    • --user
  • Added --version flag to print the command's version. (#40, thanks @semihbkgr!)

  • Added Snap: sudo snap install klock --edge (#43)

  • Added --label-columns / -L flag to present labels as columns. (#55, thanks @semihbkgr!)

  • Added parsing of a pod's "RESTART" column (e.g 5 (3m ago)) so it auto updates, similarly to the "AGE" column. (#56)

  • Added timer on pod's "STATUS" column when a pod is deleted (e.g Deleted (3m ago)). (#56)

  • Added auto updating on event's "LAST SEEN" column. (#58)

  • Added coloring on event's "REASON" column. (#58)

  • Fixed glitches when using flag --watch-kubeconfig / -W. The watch was not properly restarting, but works great now. (#57)

Dependencies

Full Changelog: v0.4.0...v0.5.0-rc.1