Releases: kubernetes-sigs/kui
Releases · kubernetes-sigs/kui
v8.6.1
Fixes
- poor PTY behavior when switching tabs
#4363
- sidecar selection is not per-tab `#4365
- Terminal prompt has poor alignment on Linux
#4369
- in some themes, sidecar green badges have low contrast
#4371
- in some themes, sidecar toolbar SVGs have low contrast
#4373
- sidecar window buttons shift when sidecar is maximized
#4375
Chores
- bump to Electron 7.2.3
#4367
v8.6.0
v8.5.1
v8.5.0
v8.4.3
v8.4.2
Features
- Add "Show Node" button to kubectl pod view
#4233
- Windows support for acting as a
kubectl kui
plugin#4236
#4247
Fixes
- Firefox regexp issue
#4204
- Escape key handling quirks
#4219
#4220
#4226
- Reverse-i-search does not support repeated ctrl+r
#4221
kubectl explain -h
not rendering in sidecar#4222
- sidecar history not respecting PWD
#4223
- prompt text-alignment issues
#4238
#4239
#4251
#4255
- font-zooming improvements
#4243
#4244
#4245
Breaking Changes
- NavModel simplification `#4208
v8.1.1
v8.1.0
v8.0.12
Features
- Improvements to Popup windows: smaller default window size; tables render better with narrower windows
- Some small but notable improvements to the table UI
- kubectl tables now show official resource names and namespace as breadcrumbs
Fixes
- Clicks in popup sidecars would be mysteriously no-ops
- Grid layout for tables sometimes renders oddly
- kubectl top node table can render with NaN in Total row
- Multiple fixes for font zooming
- Captured screenshots can show either with sepia coloration or with table row hover effects
v8.0.11
Features
- Kui now ships with a
kubectl kui
plugin for kubectl - Updated table pagination UI
- Tables with STATUS columns can now be rendered as grids
- Improved rendering of "breadcrumbs" in the sidecar header
- Fixed and expanded support for React Elements as sidecar tab content
- Improved kubectl Summary tab content
- kubectl sidecar delete button now renders as a button icon
- kubectl resources with a parent reference now render with a toolbar button that allows navigation to that parent with a click
- ReplicaSet resources now have a Pods tab
Fixes
kubectl --watch
would sometimes not show updates