Skip to content

Releases: aerokube/moon

v2.5.1: better Android images support

18 May 18:10
Compare
Choose a tag to compare

Improvements

  • #381 - Android images improvements

v2.5.0: support for proxy authentication

27 Apr 10:49
Compare
Choose a tag to compare

Important note

You have to reapply Moon custom resource definitions in order to use this feature.

New features

  • #375 - proxy authentication support

v2.4.5: labels and additional fonts for Playwright, Cypress, Devtools

02 Mar 10:27
Compare
Choose a tag to compare

New features

  • #363 - support labels URL parameter for Playwright, Cypress, Devtools
  • #372 - support additionalFonts parameter for Playwright, Cypress, Devtools

v2.4.4: Moon UI indicator fixes

01 Feb 14:54
Compare
Choose a tag to compare

Fixes

  • #367 - correctly processing license status check
  • #369 - Moon UI indicator fixes

v2.4.3: keyboard events fixes

12 Jan 11:12
Compare
Choose a tag to compare

Fixes

  • #366 - Ctrl+A and similar keyboard shortcuts don't work

v2.4.2: basic authentication sidecar improvements

02 Jan 18:48
Compare
Choose a tag to compare

Improvements

  • #365 - moon-basic-auth sidecar support for custom ingress

v2.4.1: minor UI improvements

28 Dec 16:48
Compare
Choose a tag to compare

Fixes

  • #362 - basic credentials fixes for new UI

v2.4.0: new Moon UI

19 Dec 15:52
Compare
Choose a tag to compare

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

v2.3.7: deprecating aerokube/x-server

13 Oct 16:11
Compare
Choose a tag to compare

Improvements

  • #349 - bump Golang to 1.19.2 to fix security vulnerabilities
  • #350 - deprecating aerokube/x-server in favor to aerokube/xvfb-server

v1.9.7: Selenium 4 Devtools

13 Oct 16:10
Compare
Choose a tag to compare

This maintenance release backports Selenium 4 Devtools \ BiDi support to Moon 1.x.

New features

  • #351 - Selenium 4 Devtools in Moon 1.x.