Skip to content

Releases: kubernetes-sigs/kui

v8.8.2

01 Jun 18:49
Compare
Choose a tag to compare

Fixes

  • [8.8.2 3e05bdb] fix: allow user to disable table title by feature flags, and disable table pagination
    Author: Mengting Yan [email protected]
    Date: Fri May 29 11:27:41 2020 -0400
    12 files changed, 93 insertions(+), 32 deletions(-)

  • [8.8.2 d05c849] chore: correct fix for yargs-parser version bump
    Date: Mon Jun 1 10:27:11 2020 -0400
    1 file changed, 379 insertions(+), 287 deletions(-)

v8.8.1

01 Jun 14:36
Compare
Choose a tag to compare

v8.8.0

01 Jun 10:58
Compare
Choose a tag to compare

Features

  • Events tab
  • Terminal tab
  • Logs tab now auto-pauses when you scroll up
  • kubectl exec now serviced by the Terminal tab
  • kubectl logs now serviced by the Logs tab

Fixes

  • Sidecar back/forward buttons now work in a sane fashion
  • Sidecar back button now correctly restores the previously selected tab
  • ImagePullBackoff now considered an error state
  • Clicking Apply in kubectl edit now gives feedback after success
  • Logs tab would sometimes display "No log data available" when that was not the case
  • Sidecar tabs generally now avoid reloading when you switch between them
  • Summary tab loads more quickly for a few common cases
  • Elimination of spurious react error messages in the Javascript console
  • Overflow menus rendered oddly w.r.t. tooltips and colors

Internal

  • Custom clients can now customize the bottom input element

v8.7.6

19 May 15:23
Compare
Choose a tag to compare

v8.7.5

14 May 23:48
Compare
Choose a tag to compare

Fixes

  • kubectl edit should support editing a collection of resources #4558
  • support for versions of oc that require a -c flag to specify the container name for oc logs #4559

v8.7.4

13 May 18:47
Compare
Choose a tag to compare

Fixes

  • Internal fix: bottom input clients can have poor contrast with dark themes #4544

v8.7.3

13 May 00:02
Compare
Choose a tag to compare

Fixes

  • Color contrast issue with bottom input variant #4544

v8.7.2

12 May 14:52
Compare
Choose a tag to compare

Fixes

  • Internal build issues #4533

v8.7.1

11 May 21:22
Compare
Choose a tag to compare

v8.7.0

08 May 17:15
Compare
Choose a tag to compare

Critical Fixes

  • major performance bugs in kubectl watch #4497

Features

  • initial odo catalog enhancements #4486
  • new UI for switching between terminal and sidecar views #4435
  • kubectl edit is now presented in monaco-editor #4388
  • Initial PatternFly color themes, icons, and support for a selection of UI components

Fixes

  • client-server connection sometimes fails #4501
  • improved error handling for kubectl watch #4496
  • kubectl table fails if the result is a table plus 404 errors #4493
  • performance improvements for kubectl table rendering #4490
  • kubectl get --all-namespaces has incorrect table title #4482
  • kubectl help links sometimes non-functional #4474
  • Eval component throws console errors #4463
  • improvements for narrower windows #4460
  • make LeftNavSidecar (for help and about) wider #4456
  • javascript and typescript files do not get syntax coloring in editor #4451
  • markdown in-page links not functional #4449 #4469
  • annoying bright color for terminal prompt in some themes #4430
  • improved font rendering #4415
  • PTY cursor sometimes appears unthemed and hard to see #4407
  • some status stripe icons are not vertically centered #4405
  • big increases in PTY performance #4398 #4413