6.24.0
Consumption
- Remove Swagger UI by @tnotheis in #973
This means that theswaggerUi
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 theswaggerUi
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
toconsumerapi.httpRoute.hostnamesOverride
; defaults to theglobal.defaultHostname
- Changed property - renamed
sseserver.httpRoute.hostnames
tosseserver.httpRoute.hostnamesOverride
; defaults to theglobal.defaultHostname
- New property -
- 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