Releases: kubernetes-sigs/kui
10.8.0
Fixes
- Kui "whitescreens" when switching to a tab whose CWD has been removed
#8186
- No way to close a "bottom strip" split, nor to toggle it out of "bottom strip" mode
#8185
Notebooks
Behind the Scenes
- Removed bit rotted Tekton visualization support
#8188
Warnings for macOS Signed Builds
The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.
10.7.6
Fixes
- Removed leftover debugging printf
#8181
Warnings for macOS Signed Builds
The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.
10.7.5
Fixes
- Kui sometimes stubbornly scrolls to the bottom
#8175
- Kui may go blank if the underlying directory disappears
#8161
- Some improvements to page load time and notebook rendering time
#8170
#8177
#8179
For Notebook Authors
Warnings for macOS Signed Builds
The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.
10.7.0
Features
- You may now position a split as a "bottom strip", by clicking on the new icon in the split header. This can be useful for e.g. a
kubectl get pod --watch
watcher strip. - Notebooks now default to opening in a readonly state. Use
File->Toggle Edit Mode
to make changes to your notebook.#8148
#8154
Fixes
- Notebooks may not open "scrolled to top"
#8153
For Kui Developers
Now that Notebook tabs default to being readonly, some existing tests may need minor updates.
Warnings for macOS Signed Builds
The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.
10.6.4
Documentation
- Refreshed the content of the "Make Your Own Notebook" notebook. Try it out as a way to share your work with others!
Fixes
- First display of table tooltips may be positioned at the top of the window
#8082
- Links in inverse color splits may be hard to read (blue text on black background)
#8087
- Clicking to select a block that errored out does not change the block's left-stripe color
#8095
- After clicking to edit a command line with redirects, the editable input does not show the redirect portion
#8096
- Commands with redirects to a file still display the output of the command
#8097
Warnings for macOS Signed Builds
The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.
10.6.0
Fixes
- Improved page load time: 20-30% faster for downloaded double clickables
#8065
#8067
#8068
#8071
- Improved UI when re-executing a command: there are now spinners and a count-up duration
#8072
- Popup windows (e.g.
kubectl kui get pods
) would have an odd blue border#8074
- Improved rendering of code snippets in commentary/markdown blocks: contrast issues with text selection, and reduced clutter
#8077
For Kui developers: the first group of fixes (specifically #8071
) may cause some minor timing changes in tests. Hence the minor version bump.
Warnings about macOS Signed Builds
The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.
10.5.13
Features
- Kubernetes Summary, Annotations, and Labels tabs now use a Description List UI
#8059
Warnings about macOS Signed Builds
The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.
10.5.8
Fixes
- Hover effects in sidecar have low contrast
#8020
- Low contrast in monaco editor folding overlay
#8023
- Bump xterm.js to pick up performance fixes
#8024
rm -rf
for s3 buckets may fail due to incomplete multi-part uploads#8027
Warnings about macOS Signed Builds
The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.
10.5.6
Features
- Annotations and Labels tabs for Kube resources
#8010
- YAML tab now opens to a default fold depth of 2 (vastly shortening the output)
#8012
Fixes
kubectl delete
may respond with 404 on Rancher Kube#8005
- When resizing sidecar, editor content does not resize
#8011
- With narrower windows, the sidecar tab "overflow buttons" have low contrast
#8018
Warnings about macOS Signed Builds
The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.
10.5.5
Fixes
kubectl delete
does not properly handle some kube-proxy errors#8005
- Kubernetes Context widget, when changing contexts, does not always update widget text as expected (the context change is successful, this is a cosmetic bug)
#7997
Warning about the signed macOS builds: these will be quite laggy, though still usable. See the discussion here. Hopefully the underlying Electron/nodejs bugs will be fixed soon, so we can mainstream the signed builds.