Skip to content

6.24.0

Compare
Choose a tag to compare
@tnotheis tnotheis released this 11 Dec 16:51
· 90 commits to main since this release
11a8ce2

Consumption

  • Remove Swagger UI by @tnotheis in #973
    This means that the swaggerUi section of the configuration is not used anymore and can be safely removed.

Helm Chart

New Features

  • Remove Swagger UI by @tnotheis in #973
    This means that the swaggerUi section of the configuration can be safely removed.
  • Cleanup helm chart values by @tnotheis in #972
    The following changes to the properties were made:
    • New property - global.defaultHostname. This is used at other places as a fallback value (see below)
    • Changed property - renamed consumerapi.httpRoute.hostnames to consumerapi.httpRoute.hostnamesOverride; defaults to the global.defaultHostname
    • Changed property - renamed sseserver.httpRoute.hostnames to sseserver.httpRoute.hostnamesOverride; defaults to the global.defaultHostname
  • Add Azure HealthCheckPolicy to Helm Chart by @tnotheis in #974
    This results in the following new properties:
    • consumerapi.healthCheckPolicy.hostOverride (optional, defaults to "global.defaultHostname")
    • consumerapi.healthCheckPolicy.interval (optional)
    • consumerapi.healthCheckPolicy.timeout (optional)
    • consumerapi.healthCheckPolicy.healthyThreshold (optional)
    • consumerapi.healthCheckPolicy.unhealthyThreshold (optional)
    • sseserver.healthCheckPolicy.hostOverride (optional, defaults to "global.defaultHostname")
    • sseserver.healthCheckPolicy.interval (optional)
    • sseserver.healthCheckPolicy.timeout (optional)
    • sseserver.healthCheckPolicy.healthyThreshold (optional)
    • sseserver.healthCheckPolicy.unhealthyThreshold (optional)

Full Changelog: 6.23.0...6.24.0