Visit Azul.com Support

25.08.0

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Optimizer Hub 25.08.0

Release Date: September 17, 2025 - Release Notes PDF

New Features

  • Includes bug fixes for Optimizer Hub 1.11 and 25.05.

  • You can now define size values in helm charts with different notations. The changes are backwards compatible, so you can still use the previous values.

    • Number format (existing)

      Example: 5000000

    • Decimal format (new): M, G,…​

      Example: 5M instead of 5000000

    • Binary format (new): Mi, Gi,…​

      Example: 20Mi instead of 20971520

  • The gRPC-port used by the Gateway pod can be changed in your values-override.yaml file in case you want to override the default values:

     
    gateway: ports: serviceGrpcPort: 50051 internalGrpcPort: 50052 cache: ports: internalGrpcPort: 50071