25.05.0
Optimizer Hub 25.05.0
Release Date: July 1, 2025
-
Release Notes PDF
New Features
-
This release switches to the numbering format
YY.MMto align with the Azul Prime releases. -
Includes bug fixes for Optimizer Hub 1.11.2.
-
More frequent gRPC keepalive messages are allowed to prevent time-outs reported on Azure deployments.
-
By default, Helm chart creates a new service account for every Optimizer hub component. With this release, you can use an existing service account which will be used for all components. Set the Helm value
deployment.serviceAccount.existingServiceAccountto the name of the existing service account.
API Changes
See Optimizer Hub API for more info.
-
New endpoints to get ReadyNow Orchestrator profile logs.
-
/api/vmInstances/{id}/logs: List logs produced by JVM instance -
/api/vmInstances/{id}/logs:export: Export logs produced by JVM instance
-
-
ReadyNow Orchestrator profile logs are now exported in one single file from the API
/api/profileNames/{profile}/profileLogs:export. -
Info about profiles has been extended with the value
"isPromoted": true/false.