Releases: kubernetes-sigs/kui
Releases · kubernetes-sigs/kui
13.1.4
13.1.3
13.1.1
13.1.0
Features
- Pods now have a Containers tab.
#9288
- Drilldowns from
helm ls
now present a more complete picture of the chart, including managed resources and values, and the ability to drill down to see a table of those managed resources. The drilldown currently assumes that the managed resources follow the label conventionapp.kubernetes.io/name=<chartName>
.#9289
Fixes
- A wide variety of small load time optimizations; you may see 100-200ms drops. These especially benefit web clients that load bundles from a remote server. Check out madwizard.io, which now gets a Chrome Lighthouse score of 95/100!
- Improved layout on phones
#9267
#9267
#9270
For Developers
npm run watch
now recompiles the plugin registry and the test source. Previously, if you added a new command registration, you would have to restart the watcher.
13.0.0
Features
- This release integrates support for madwizard via plugin-madwizard. This allows you to create visual wizards automatically from markdown source. The Kui plugin includes the visualizations.
- Automatic Wizard Playground, accessible from the hamburger menu in the upper left. 👉
Fixes
kubectl get pod/nginx
has buggy drilldown#9179
- clicking on edit button does not use supplied --context option
#9083
- clicking on a row of
helm ls
yields an error#9123
kubectl kui
popup windows may not ever show current context and namespace#9220
- second popup window may not execute desired command
#9219
- vfs race condition may result in missing virtual files
#9217
- sidebar should auto-close on click
#9175
- remove some gratuitous tooltips
#9158
- various load time performance optimizations, to reduce window open latency by a few hundred milliseconds
Chores and Breaking Changes
- Updated React 17 -> 18. This can surface latent bugs in React components, hence the major bump here.
- Updated Electron 20 -> 22. This carries with it any breaking changes to the Electron API
12.2.0
12.1.0
12.0.3
12.0.2
12.0.0
Features
- New tray menu, for quick access to switching contexts and namespaces and to pop-up views for resource views
#9014
#9017
#9018
#9019
#9025
#9031
- Terminal tab for Pods no longer resets when switching to another tab
#9000
- Kubernetes resource detail view now shows a colorful status badge
#9004
#9012
#9015
- Jobs resource detail view now offers a "Show Pods" button
#9005
- You may now easily copy/paste Kubernetes resource labels via click
#9011
ls /s3/aws
now shows your AWS profiles (previously, Kui hard-coded your "default" profile)#8963
Fixes
- Pty output may incorrectly reflect newlines and whitespace
#8901
#8902
- Markdown tabs in dark themes can have low contrast
#8910
- Dim colors in xterm output have low contrast
#8918
- Ctrl/Cmd+w may do nothing
#8951
#8953
- Terminal tab does not respond to font zooming
#8965
- Escape key would annoyingling and randomly toggle sidebar
#8994
kubectl get -nfoo
(i.e. without a space after-n
) does not get from namespacefoo
#8995
- Job summary may show
undefined/1
#8996
- Kubernetes PV and PVC tables can massively overflow width
#8997
- Deployment tables show red even though the pods may be yellow
#8998
- Even in narrow windows, Kui insists on using left-right splits
#8999
- Show Events button may show events from prior versions of same-named resource
#9001
#9006
- Clicking delete button in sidecar executes command without
--kubeconfig
#9001
- Kubernetes resource Summary cells with
0
value show up as empty#9003
oc get
on cluster-scoped resources fails#9007
- kubectl commands when HTTPS_PROXY env var set fail
#9008
- Clicking delete button in right-side sidecar annoyingly executes command in left-side
#9009
- Tooltip isn't bright enough
#9010
- Improved tooltip for table Status cells
#9020
Breaking Changes
- Removed "Save as Guidebook" OS menu option
#8897
- Removed archaic support for KUI_HEADLESS_WEBPACK. This has been the default for a while.
#9016