Skip to content

v2.4.0: new Moon UI

Compare
Choose a tag to compare
@vania-pooh vania-pooh released this 19 Dec 15:52
· 155 commits to gh-pages since this release

New user interface

This release introduces a completely new user interface that is disabled by default. You can enable it using deployment.experimentalUI Helm value in values.yaml:

deployment:
  experimentalUI: true

When enabled - new UI is automatically available under /ui/, e.g. https://moon.example.com/ui/ and default UI is still available under / (https://moon.example.com/).

How it looks like:

Screenshot 2022-12-19 at 15 55 23

The most notable changes include:

  1. Slightly faster and smoother user experience

    Moon UI now is a 100% Golang application that works faster and smoother, than previous Javascript-based version.

  2. VNC with copy-paste

    Screenshot 2022-12-19 at 16 20 24

    In addition to completely rewritten VNC that is now working even faster, new UI delivers native copy-paste feature. You can simply copy-paste things with Ctrl+C\Ctrl+V or Cmd+C\Cmd+V.

  3. Powerful browser session filtering

    Screenshot 2022-12-19 at 16 31 47

    You can filter browser sessions by id, name and arbitrary Kubernetes labels.

New features

  • #355 - new Moon user interface
  • #359 - ability to provide TLS certificates from secret in chart

Improvements

  • #356 - documentation improvements