Fixes
- When a reference to a VirtualHostOption or RouteOption CR is not found, apply a warning on the parent resource, where we previously applied an error. This follows the delegation pattern established by RouteTables, and ensures that resources can be applied asynchronously. (#2484)
- Disable istio sidecar injection for Jobs and CronJobs (regardless of
global.istioIntegration.disableAutoinjection
value) as it causes jobs to hang. (#7081) - Enable to set isolateVirtualHostsBySslConfig parameter in the setting.yaml template by exposing it in the chart.yaml file (#6677)
- Fix for inferring the OSS version from an enterprise install when injecting an SDS sidecar. (#6623)
- Enable HCM options to support 0-value overrides for
Duration
andResourceRef
object types (#6476)