Skip to content

Release 4.4.0

Compare
Choose a tag to compare
@mduft mduft released this 09 Jun 14:39
· 1962 commits to master since this release

Features

Improvements

  • Avoid duplicate API calls to the backend is possible to reduce load times.
  • Performance improvements for the instance browser. Persistent and ephemeral caches for various levels of information have been added.
  • Add a CLI tool to calculate the total disc usage for given manifest(s) in a BHive.
  • Update to Angular 14.
  • Record deleting an instance version in the instance history. This will be visible if the same instance version is created again.
  • Don't show misleading WebSocket error message in case there is no connection to the backend at all.
  • Introduce ability to only show differences in instance history diff views.
  • Various smaller improvements to the documentation of existing features.

Fixes

  • Fixed a potential hang for users migrated from the LDAP to the OIDC authentication provider.
  • Fixed a bug where the Install button would stay active instead of switching over to Activate after a successful install.
  • Fixed a crash in the CLI when encountering custom parameters in a process configuration.
  • Add missing loading spinner on instance group permission panel.
  • Make sure the process start confirmation dialog is closed automatically if another process is selected in the dashboard.
  • Fixed a race condition where the SSL context could be (permanently) initialized wrong during startup of BDeploy if processes using startup probes would start before the first request from a BDeploy Frontend.
  • Fixed issues with setting the log level for Grizzly/Jersey at runtime.