Skip to content

Releases: kubernetes-sigs/kui

v8.6.1

27 Apr 17:03
Compare
Choose a tag to compare

Fixes

  • poor PTY behavior when switching tabs #4363
  • sidecar selection is not per-tab `#4365
  • Terminal prompt has poor alignment on Linux #4369
  • in some themes, sidecar green badges have low contrast #4371
  • in some themes, sidecar toolbar SVGs have low contrast #4373
  • sidecar window buttons shift when sidecar is maximized #4375

Chores

  • bump to Electron 7.2.3 #4367

v8.6.0

23 Apr 23:37
Compare
Choose a tag to compare

Features

  • ibmcloud CLI plugin. See here for more info. #4354

Fixes

  • CurrentContext widget may erroneously show "default" #4349
  • Table paginator does not allow traversing to the last page #4350
  • Remove 14k of unused CSS #4352
  • Performance improvements for PTY commands #4356

v8.5.1

21 Apr 23:19
Compare
Choose a tag to compare

Fixes

  • odo usage/help commands now render in the sidecar #4346
  • multiple rendering issues with kubectl usage #4343
  • LeftNavSidecar "links" have odd padding #4338
  • some ibmcloud commands do not function well in popup mode #4336
  • ibmcloud plugin list only lists official plugins #4340

v8.5.0

20 Apr 18:08
Compare
Choose a tag to compare

Fixes

  • kubectl explain tab not always properly formatted #4305
  • optimized incorporation of IBM Plex fonts, reducing download size by ~10% #4312 #4321

v8.4.3

14 Apr 16:00
Compare
Choose a tag to compare

Fixes

  • Multiple issues with tab completion, including oddly repeated prefix text in kubectl completions #4283

Behind the Scenes

  • the <Kui/> component now bootstraps the Kui core services (unless given a noBootstrap property)

v8.4.2

10 Apr 18:43
Compare
Choose a tag to compare

Features

  • Add "Show Node" button to kubectl pod view #4233
  • Windows support for acting as a kubectl kui plugin #4236 #4247

Fixes

Breaking Changes

  • NavModel simplification `#4208

v8.1.1

06 Apr 11:42
Compare
Choose a tag to compare

Features

  • Initial krew support #4200
  • Initial kustomize support #4204

v8.1.0

04 Apr 22:42
Compare
Choose a tag to compare

Features

  • initial support for krew

Fixes

  • clicking on some links would result in an alert error

v8.0.12

03 Apr 21:02
Compare
Choose a tag to compare

Features

  • Improvements to Popup windows: smaller default window size; tables render better with narrower windows
  • Some small but notable improvements to the table UI
  • kubectl tables now show official resource names and namespace as breadcrumbs

Fixes

  • Clicks in popup sidecars would be mysteriously no-ops
  • Grid layout for tables sometimes renders oddly
  • kubectl top node table can render with NaN in Total row
  • Multiple fixes for font zooming
  • Captured screenshots can show either with sepia coloration or with table row hover effects

v8.0.11

01 Apr 14:28
Compare
Choose a tag to compare

Features

  • Kui now ships with a kubectl kui plugin for kubectl
  • Updated table pagination UI
  • Tables with STATUS columns can now be rendered as grids
  • Improved rendering of "breadcrumbs" in the sidecar header
  • Fixed and expanded support for React Elements as sidecar tab content
  • Improved kubectl Summary tab content
  • kubectl sidecar delete button now renders as a button icon
  • kubectl resources with a parent reference now render with a toolbar button that allows navigation to that parent with a click
  • ReplicaSet resources now have a Pods tab

Fixes

  • kubectl --watch would sometimes not show updates