Kui Versions Save

A hybrid command-line/UI development experience for cloud-native development

v11.5.0

2 years ago

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.

v11.4.4

2 years ago

Fixes

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

v11.4.2

2 years ago

Fixes

v11.4.1

2 years ago

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

v11.4.0

2 years ago

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

v11.3.0

2 years ago

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

v11.2.5

2 years ago

Fixes

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

v11.2.4

2 years ago

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

v11.2.3

2 years ago

Fixes

  • guidebooks bug fixes c72524882db7093896844c6338b9b7cd3a557d7e 3ce021053086146d3e767acc66ac07c88f93a0f0

For Kui Developers

  • removed webdriverio type imports from base tsconfig df3ce90fcf601e4148d63c66e83a2be1ed192958

v11.2.1

2 years ago

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.