Releases: kubernetes-sigs/kui
Releases · kubernetes-sigs/kui
10.5.4
10.5.3
10.5.2
Fixes
- double clicking on Commentary enters edit mode, even for readOnly clients 2d351f6
split --swap idx1 --swap idx2
(1-indexed) now allows you to swap the order of splits 82836c8- Sequential execution fails if first split has nothing executable 2e5bfac
- links in Hints in sidecar have low contrast in light themes 48e7723
(carry overs from 1.5.1)
- improvements to hover and click behavior for block action buttons e173225
- in browser mode, tab offline may result in react loading error ff053c1
- ProxyOfflineIndicator state does not survive unmount/remount a8226ca
- Hint component can generate invalid dom nesting warning a198c9d
- If Tab is closed soon after it is created, console errors can appear e7eb729
10.5.0
Features
- After splitting, you may now choose to invert the color scheme on a per-split basis.
Design
In[1]
is now displayed more succinctly as just[1]
- Generally themes now have improved color contrast. Hopefully most poor contrast issues have been eliminated.
- Reduce the number of block "borders" that are displayed, to generally clean up the UI.
Fixes
- Theme switching no longer emits a command execution to the terminal
- Optimizations to load time (background tabs are no longer rendered on initial page load)
- Notebooks OS menu for electron clients is now visible again
For Developers
- Updated to webpack-dev-server v4, which may require changes to your webpack config (if you have a custom config)
10.4.13
10.4.12
10.4.6
10.4.5
This release includes several important bug fixes. See the 10.4.0 release notes for more details of what is new in the 10.4 series.
Fixes
kubectl get all
errors out#7736
- Several bugs affect multiple Kui tabs pointing to different kube contexts
#7738
#7748
oc login
does not update the displayed current context#7743
#7744
- values defined by
export
command have extra trailing newline#7751
- (cosmetic)
kubectl create ns
errors do not receive a red UI effect#7756
- (cosmetic) table drilldowns from cluster-scoped resources execute with
-n undefined
#7734
- (cosmetic) Status cell may appear blank when the terminal is split
#7727
10.4.3
This release includes one important bug fix re: viewing Logs. See the 10.4.0 release notes for more details of what is new in the 10.4 series.
Fixes
- When viewing Kubernetes Logs or Terminal, the container selector does not respond to mouse events
#7708
- Markdown editor does not handle
<br>
#7716
For Kui Developers
hideReplayOutput
property does not always work as desired
10.4.2
This release includes mostly below-ground fixes. See the 10.4.0 release notes for more details of what is new in the 10.4 series.
Design Fix
- Improve layout of block action buttons
#7697
Fixes
- Linux-x86 builds may not work on Ubuntu 18
#7683
- IBM provider for /s3 support does not recognize eu-gb or cross-geo regions
#7675
#7686
For Kui Developers
- Editing a Commentary can result in blank screen
#7693