Releases: kubernetes-sigs/kui
Releases · kubernetes-sigs/kui
11.5.0
11.4.4
11.4.2
11.4.1
Fixes
- Left-hand Sidebar footer content is not bottom-aligned
#8706
- Creating a split may result in funky layout
#8708
- Purple and magenta colors often have low contrast
#8712
#8716
- With narrower windows, content would entirely disappear
#8715
- Action buttons in tall code blocks become awkwardly tall
#8719
- Code block action tooltips not attached to the icon
#8720
- Split header button tooltips have odd layout
#8721
- Tooltips generally often have low contrast against background
#8722
#8728
Documentation
- Improved Kubernetes job guidebook
#8726
11.4.0
Features
- New command for visualizing Kubernetes Jobs:
kubectl dashboard jobs
(shorthand:k db job
). Alsokubectl apply -f job.yaml
will use this visualization automatically:#8696
#8697
Fixes
- Windows PTY commands hang
#8702
- After
oc login
, one must restart Kui#8701
- Tooltips may not have arrow or can be oddly placed
#8698
#8699
For Kui Developers
- Guidebooks can now offer terminal splits that act as normal Kui terminals
#8691
11.3.0
Note for Windows users. Please use Kui 10.8.2 for now. There is an issue with the PTY behavior on Windows builds after Kui 10.8.2. We are looking into it!
Design
- In light themes, the input element now uses inverted colors.
#8656
#8665
- In dark themes, inverted colors should not be light. They will now be tone-adjusted, but still dark.
#8671
- In Deployment details, the pods table is now accessible more consistently via a "Show Pods" button, rather than a tab
#8660
Fixes
- UpdateChecker component popover does not display
#8673
- Only a small set of table columns were sortable
#8651
- Table columns with single value need not be sortable
#8663
oc login
issued from Kui does not update the CurrentContext and Currentnamespace widgets.#8654
- monaco line number gutter text squished beyond line 10
#8647
- drilling down from tables in guidebooks results in buggy layout
#8659
- splits opened by drilling down in guidebook can not be closed
#8661
- empty pty responses can leave odd blank space
#8669
For Kui Developers
- Table drilldowns in offline (static single web page) clients can now offer prefetched models. This allows offline clients not only to show table responses, but also drilldowns from those tables.
#8683
Breaking Changes
- Untested iter8 commands have been removed
#8679
11.2.5
11.2.4
This release has fixes for guidebooks, and no other user-facing changes.