Breaking Changes
- Remove glooctl install federation. Remove glooctl uninstall federation. Remove --gloo-fed-file option from glooctl install gateway enterprise. Federation should now be installed/uninstalled alongside gloo enterprise by enabling/disabling the 'gloo-fed.enabled' helm value. (#4556)
New Features
- (Enterprise only) Adds
path
andmethod
options to failover endpoint-specific health check config. (#4642) - Introduced new
VirtualHostOption
andRouteOption
CRDs, which allow users to externalizeoptions
configuration from VirtualHosts and Routes. Routes and VirtualHosts can now delegate options configuration to multiple of these custom resources, allowing config reuasability and less noisy Virtualhosts and Routes. (#2484)
Fixes
- Fix broken Deployment manifest in OPA setup script (#4834)