v0.5.0-rc.1
Pre-releaseThis 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
tokubectl-klock
. Any automated tooling downloading from GitHub release assets may break. (#41) -
BREAKING: Changed my username from
jilleJr
toapplejag
. 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
- Bump actions/checkout from 3 to 4 by @dependabot in #33
- Bump markdownlint-cli2 from 0.9.2 to 0.10.0 by @dependabot in #35
- Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #36
- Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #46
- Bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.9.1 by @dependabot in #47
- Bump github.com/spf13/viper from 1.16.0 to 1.17.0 by @dependabot in #45
- Bump k8s.io/kubectl from 0.28.2 to 0.28.3 by @dependabot in #48
- Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 by @dependabot in #50
Full Changelog: v0.4.0...v0.5.0-rc.1