github applejag/kubectl-klock v0.5.0

latest releases: v0.7.0, v0.6.1, v0.6.0...
7 months ago

Bigger release with lots of new features and bug fixes.

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)

  • Added auto updating on job's "DURATION" column. (#60)

  • Added auto updating on cronjob's "LAST SCHEDULE" column. (#60)

  • 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

Don't miss a new kubectl-klock release

NewReleases is sending notifications on new releases.