# 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 usingkubectl 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
- Bump actions/checkout from 2 to 3 by @dependabot in #24
- Bump actions/setup-go from 1 to 4 by @dependabot in #28
- Bump goreleaser/goreleaser-action from 1 to 4 by @dependabot in #25
- Bump remark-preset-lint-markdown-style-guide from 4.0.0 to 5.1.3 by @dependabot in #27
- Bump fsfe/reuse-action from 1 to 2 by @dependabot in #26
Full Changelog: v0.3.2...v0.4.0