Skip to content

Releases: kubernetes-sigs/kui

11.1.7

03 Feb 23:28
Compare
Choose a tag to compare

Fixes

  • More bug fixes for guidebooks. For a full list, see here

Documentation

  • Two more Knative guidebooks

11.1.6

03 Feb 00:53
Compare
Choose a tag to compare

Fixes

  • This release continues to focus on stability of notebooks. For a full list of changes see here.

Documentation

  • This release adds a more Knative notebooks.

11.1.4

31 Jan 19:49
Compare
Choose a tag to compare

Fixes

This release has more bug fixes for rendering of markdown notebooks/guidebooks. Look here for a full list of fixes.

Documentation

This release adds two more example Knative guidebooks.

11.1.3

27 Jan 22:50
Compare
Choose a tag to compare

Fixes

  • This release has more bug fixes for rendering of markdown notebooks/guidebooks. Look here for a full list of fixes.

Documentation

  • New demonstration of making a guidebook from existing documentation. Checkout the Knative "Getting Started" guidebook. Source

11.1.2

26 Jan 21:29
Compare
Choose a tag to compare

Fixes

  • This release has many bug fixes for the parsing the viewing of markdown notebooks. No other user-facing changes are included. Look here for a full list of changes .

11.1.1

25 Jan 02:57
Compare
Choose a tag to compare

Fixes

  • In Playground notebook, escape key causes left-hand portion to disappear #8493

11.1.0

24 Jan 23:22
Compare
Choose a tag to compare

Features

  • Markdown notebooks can now display as Wizards.
  • New Kubernetes dashboard notebook
  • Escape now toggles the sidebar open and closed
  • Markdown expandable sections are now color-coded (bug, warning, success, etc.)
  • Added "playground" notebook
  • Improvements for display of kubectl events

11.0.0

18 Jan 17:30
Compare
Choose a tag to compare

Features

  • Kui now uses Markdown for its notebook source format. Previously, notebooks could only be authored within Kui itself, and the serialized form was a dump of the internal models.
  • Playground for Kui notebooks: https://playground.guidebooks.dev/ This is a static single page web app deployment of Kui! Source
  • Update to Electron 13, which allows us to ship signed+notarized builds for macOS. This should also yield some improvements to performance of certain commands, especially on macOS and Linux (due to an update to node-pty)
  • This release now presents offered notebooks in a sidebar with a hamburger menu toggler

Fixes

  • Notebooks would not play on Windows #8446 #8447
  • Multiple improvements to kubectl behavior versus $(...) and other shell sub-expressions #8355 #8357
  • Kui hangs on redirect to /dev #8352 #8358
  • Multiple improvements to color contrast #8334 #8335

10.8.2

21 Oct 22:30
Compare
Choose a tag to compare

Fixes

  • Welcome notebook has doubled content #8213
  • Some ANSI terminal output have have "sticky" bold text #8212 #8215

Warnings for macOS Signed Builds

The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.

10.8.1

19 Oct 23:44
Compare
Choose a tag to compare

This build builds on the bottom strip split positioning function by enabling "left strip" split layout functionality #8203

Fixes

  • Notebooks menu had nested Kubernetes->Kubernetes submenu #8196
  • Rename Notebooks menu "Dashboards" to "Experimental Ideas" #8197
  • Auto split creation on drilldown was a bit wonky for tabs with bottom strips #8207
  • When switching tabs, no prompt would be focused #8209

Warnings for macOS Signed Builds

The advantage of these builds is Apple has vetted them, and you thus avoid the security warning when launching Kui. However, due to underlying Electron/nodejs bugs, they can be quite laggy, though still usable. See the discussion here. Hopefully the underlying bugs will be fixed soon, so we can mainstream the signed builds.