Skip to content

Releases: kubernetes-sigs/kui

10.5.4

15 Sep 13:06
Compare
Choose a tag to compare

Fixes

  • Several sidecar contrast issues #7995

10.5.3

14 Sep 23:55
Compare
Choose a tag to compare

Features

  • Deployments and ReplicaSets now have a Logs tab #7984

Screen Shot 2021-09-14 at 7 48 17 PM

10.5.2

13 Sep 23:59
Compare
Choose a tag to compare

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

13 Sep 14:47
Compare
Choose a tag to compare

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 Sep 16:26
Compare
Choose a tag to compare

Republish on 10.4.12 (accidental npm publish).

10.4.12

22 Aug 18:10
Compare
Choose a tag to compare

Fixes

  • --sort-by kubectl option may not work #7869
  • -o custom-columns may not work for paths with dashes #7871 #78\75
  • Improved search-in-page UI #7865 #7883

10.4.6

06 Jul 22:49
Compare
Choose a tag to compare

Fixes

  • Summary tab sometimes shows "undefined/N" #7763
  • >> redirects don't work or display as expected #7769 #7774

10.4.5

01 Jul 18:35
Compare
Choose a tag to compare

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

25 Jun 17:48
Compare
Choose a tag to compare

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

24 Jun 17:40
Compare
Choose a tag to compare

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