v0.9.1
NOTE: The stable versions of
kubectx
andkubens
are the Bash script implementations (i.e. the./kubectx
and./kubens
files below). Go-based implementations are still unstable and are work-in-progress.
Changelog
- [Go implementation] Fix typo in kubens --help
- [Go implementation] Release binaries for arm64 (armv8) and armhf (armv6), armv7
- [Go implementation] Fix colorized outputs on windows
- [Go implementation] Handle context names with
:
character (e.g. AWS EKS) - [Go implementation] Switching with kubens no longer requires "List Namespace" permissions
- [Go implementation] Fix messages while interactively switching context with fzf(1).