Skip to content

Releases: kubernetes-sigs/kui

v9.3.8

09 Jan 00:50
Compare
Choose a tag to compare
  • cbc59bb Prebuilt binaries may display incorrect version number in platform "get info"
  • 0aacf45 in patternfly-based components, the CurrentContext widget has poor alignment

v9.3.7

06 Jan 01:06
Compare
Choose a tag to compare

Fixes

With this release, using your mouse wheel or trackpad to scroll the terminal will no longer be interrupted by any editors that may appear in the terminal. This kind of swipe-scrolling should now be substantially more usable.

  • da2a547 monaco editor always consumes mouse wheel scrolling events

v9.3.6

28 Dec 15:04
Compare
Choose a tag to compare

Fixes

  • 157c724 minor Output alignment regression
  • 5df6594 kubectl delete poller may get stuck Green

v9.3.5

22 Dec 11:28
Compare
Choose a tag to compare

Fixes

This release includes only two fixes for Kui developers.

  • de54835 compilation failures due perhaps to typescript 4.1.3 upgrade?
  • 8b1f3f9 fix for typing errors in plugin-iter8

v9.3.4

21 Dec 22:09
Compare
Choose a tag to compare

Fixes

  • 38a112a Improve debuggability of s3 vfs mounting
  • 3e52272 kubectl watcher should auto-terminate, if given a bound up front
  • 63caeb7 as sequence diagram nRows grows, rows shrink, but fonts do not
  • 5737ed9 s3 job watcher sometimes fails due to startup issues
  • 5dd00d4 plugin-kubectl's fetch-file, when using electron, does not have error handling
  • ba34762 kubectl help sometimes does not line wrap properly

Minor Features

Chores

v9.3.3

16 Dec 01:45
Compare
Choose a tag to compare

Fixes

  • b4e7e8d UpdateChecker popover can be too height
  • 5c6e054 s3 job watcher sometimes fails due to startup issues

v9.3.2

15 Dec 16:09
Compare
Choose a tag to compare

Fixes

  • 323f5a5 SequenceDiagram bar widths are pretty buggy

Features

If you command-click (macOS)/option-click (Linux and Windows) on a table cell, Kui will show the drilldown in a separate terminal split. This helps with retaining the context of the table, while exploring the details of the rows. If you want to invert this behavior, i.e. so that normal clicking sends to a side split and command clicking sends to the same split, then set the environment variable KUI_SPLIT_DRILLDOWN=true before launching Kui. Let us know if you feel that this should be the default behavior.

  • 5d3f032 Meta-click on table entries should open the drilldown in a different split
  • 3618acf Allow users to opt in to default meta-click behavior

In this gif, we first command-clicked on a few grid cells. These drilldowns were thus sent to the side split. Finally, we normally clicked, hence the final drilldown was sent to the same split.

metaclick

v9.3.1

12 Dec 00:32
Compare
Choose a tag to compare

Fixes

  • 6f1e1db kubernetes CurrentContext widget may display as empty
  • b6fe5d8 DropdownWidget does not obey title property

UX

  • f6ffe0d TopTabStripe for Lightweight UI themes could be a bit lighter-weight

API

  • 8129aed Allow command registrants to specify no semicolon expansion

v9.3.0

11 Dec 13:58
Compare
Choose a tag to compare

Features

  • This release includes refinements to the theme selector and Kubernetes context and namespace selectors. You may now change any of these settings via a quick selection at the bottom of the window.
  • The current git branch widget has also been refined. Now, clicking on the widget shows you a summary of your branch changes. Clicking on a changed file shows the changes in the Monaco diff editor; git diff from the command line now also does the same.
  • The Kui update checker UI has been refined. It looks better, and also uses the same popover UI as the current git branch widget to display the release notes for the new version.
  • kubectl get -f now shows a tree view over your resources, including indications of which resources having pending changes.
  • kubectl diff information is now displayed via the Monaco diff editor

Fixes

  • multiple fixes for poor display in Popup clients
  • Clicking the Edit icon in a kubectl get view now transitions smoothly to edit mode; previously the UI would have a noticeable flashing redraw when making this transition. The same fix also benefits clicking the Rerun button in a block. This transition is now smooth.
  • themes command table no longer has odd line wrapping
  • many PatternFly Light theme color contrast fixes
  • sass improvements to design of new themes, and new Mercury theme that demonstrates use of the new mixins

Screenshots

These are taken with the new Mercury theme.

Screen Shot 2020-12-12 at 3 10 07 PM

Screen Shot 2020-12-12 at 3 10 58 PM

Screen Shot 2020-12-12 at 3 11 28 PM

v9.2.8

04 Dec 03:31
Compare
Choose a tag to compare

Fixes

  • 872909f ls on s3 vfs directory can fail