Skip to content

Release 7.7.1

Compare
Choose a tag to compare
@mduft mduft released this 27 Jun 11:51
· 94 commits to master since this release

Features

  • Switched to new maven central publishing. This required a rewrite of the publishing pipeline. This is not user visible.

Improvements

  • Improved validation for applications and instance variables.
  • Improved validation for deprecated operating systems.
  • Show both source and target version in case an update is available for a managed server.
  • Added a CLI tool to remotely clear caches for a given instance group (remote-group --invalidateCachesOn=<group>).

Fixes

  • Fixed multiple typos in user visible messages.
  • Fixed multiple smaller issues in tests to avoid race conditions.
  • Fixed issues when pushing updates to servers that don't yet fully support newly added operating systems that are already available on central.
  • Fixed misleading error messages when loading system templates.
  • Fixed issues in synchronization from managed server where individual instance versions have been deleted.
  • Fixed an issue where unsupported operating systems will show as empty string (instead of not at all) in the BDeploy update list.
  • Fixed an issue where the node details CPU usage and load graphs would show wrong data for offline nodes on the dashboard.
  • Fixed an issue where custom parameters were not properly included in content assist and the link expression picker.
  • Fixed multiple issues when searching for parameters in the parameter configuration panel.
  • Fixed an issue with large popups on small screens by introducing scrolling to the proper elements.
  • Fixed the log pattern for audit logs to include the full date, since otherwise finding the correct logs is very hard.