2.4.3
There are no known issues to report in version 2.4.3.
Enhancement Details
In the VM List, after selecting multiple VMs, two new options have been added to the Gear options menu:
- Open in Player tab: opens the selected VMs in new Player tabs
- Open in Browser tab: opens the selected VMs in new browser tabs
In the Map application, when adding a new click point, the ability to find and then link all virtual machines starting with a given name has been added. For example:
Creating a click point linking a map to the machine flag01.hq.user* now presents a list of all machines the user has access to and begins with flag01.hq.user (flag01.hq.user1, flag01.hq.user2, flag01.hq.user3, etc.).
Alternatively, the user can perform the same task by creating the click point for a range of virtual machines that begin with flag01.hq.user:
flag01.hq.user[1,3] selects flag01.hq.user1, flag01.hq.user2, and flag01.hq.user3
Note: Applies only to the Resource field in the Add Click Point dialog; does not apply when using the Enter Custom Resource URL checkbox.
Health endpoints have been added to Crucible applications for use in container orchestration.
- Adds
ready
endpoint for startup and database health - Adds
live
endpoint for HostedService health and database health
These health checks allow orchestration software such as Kubernetes to monitor the health of the application and kill unhealthy containers.
Fix Details
An issue with VM selection in the VM List has been resolved. Now, after selecting VM(s) and entering search criteria, the selected VMs are deselected when search results are applied.