Skip to content

v0.3.0

Compare
Choose a tag to compare
@applejag applejag released this 05 Aug 19:52
· 142 commits to main since this release
1ee03e1

Mostly just bugfixes in this one.

# Install using krew
kubectl krew install klock

# Upgrade existing krew installation
kubectl krew upgrade klock

# Usage
kubectl klock pods

Changes (since v0.2.0)

  • Added support for exec auth plugin. (5f122fa, #13)

  • Fixed spinner still showing when there's no results. (edec13c, #18)

  • Fixed not redrawing on update, but instead only on age timer tick. Now it redraws immediately. (f65ef48, #20)

  • Fixed namespace column not showing when using --all-namespaces. (8b5a172, #21)

  • Fixed non-namespaced resources' CREATED AT column not showing as duration. (d1323de)