Skip to content

Releases: kubernetes-sigs/kui

11.5.0

18 May 23:45
Compare
Choose a tag to compare

Features

Fixes

  • When opening a second window, Kui would be stuck with the environment variables from the first window #8858

Behind the Scenes

  • Update to Electron 18 (from Electron 16). You may notice some small performance improvements.

11.4.4

11 Mar 23:23
Compare
Choose a tag to compare

Fixes

  • Opening a second window can have odd options prepended to the command line #8748 #8750

11.4.2

03 Mar 00:49
Compare
Choose a tag to compare

Fixes

11.4.1

28 Feb 16:39
Compare
Choose a tag to compare

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

25 Feb 02:09
Compare
Choose a tag to compare

Features

kubectl dashboard jobs

  • New command for visualizing Kubernetes Jobs: kubectl dashboard jobs (shorthand: k db job). Also kubectl 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

22 Feb 01:00
Compare
Choose a tag to compare

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

11 3 0

  • 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

14 Feb 20:42
Compare
Choose a tag to compare

Fixes

  • For Kui developers, a fix for building on Node 16.14.0 #8638

11.2.4

14 Feb 16:44
Compare
Choose a tag to compare

This release has fixes for guidebooks, and no other user-facing changes.

11.2.3

10 Feb 00:01
Compare
Choose a tag to compare

Fixes

For Kui Developers

  • removed webdriverio type imports from base tsconfig df3ce90

11.2.1

09 Feb 20:35
Compare
Choose a tag to compare

The main feature of this version is an update to Electron 16. This required a version small changes under the covers, hence the minor version bump.