Skip to content

v0.4.0

Compare
Choose a tag to compare
@applejag applejag released this 03 Sep 19:19
· 91 commits to main since this release
525a68f
# Install using krew
kubectl krew install klock

# Upgrade existing krew installation
kubectl krew upgrade klock

# Usage
kubectl klock pods

Changes (since v0.3.2)

  • Filter resources by text (#32, thanks @semihbkgr!)

    Press slash / while using kubectl klock to access this new filter input field.

  • Added toggles info to status bar, so you can see when you are "forcing fullscreen" or "hiding deleted resources". (7298803)

Dependency updates

  • Updated Go from v1.20 to v1.21. (c71519b)

  • Updated k8s.io dependencies from v0.27.4 to v0.28.0. (514a851)

GitHub Actions updates

Full Changelog: v0.3.2...v0.4.0