v10.2.0
See the 10.0.1 Release Notes for a complete sumary of what is new in Kui 10. This release includes bug fixes and updates to the UI for switching between Kubernetes contexts and namespaces.
Features
- The UI for context and namespace selection has been enhanced. You may now use type-ahead find to make your new choice. The namespace selector groups namespaces so as to distinguish user namespaces from system namespaces.
Fixes
- 065990d Use placeholder text to instruct users on how to use Ctrl+D to close splits
- c07e5a0 users of
oc
with outdated or non-existentkubectl
may see failures - 4762dd8
kubectl get -o custom-columns
now benefits from the same speed optimizations of non-custom gets - 7d7d273
--kubeconfig
or--context
options may not work - e3d4a9c f424b5e
k create ns 1
, i.e. operations against numeric namespace names, would fail - d4ea65b some corner case kubectl watch requests do not watch
- 142187c ls | grep does not properly escape dots and stars in the grep
- 819dc3c Tab Completion view color codes partial completions if no slashes
- ce6b10e
ls ~
may fail