New Features
- Add the ability to record metrics tracking the configuration status of various resource types. By default, these metrics are not recorded; however, they can be enabled/configured via
settings.observabilityOptions.configStatusMetricLabels
. (#3964)
Fixes
- Add graphql CRD validation. If using
helm upgrade
to this version, this requires a re-install of the graphql schema CRD. (https://github.com/solo-io/solo-projects/issues/2948) - When a Gateway with a HybridListener defined contained invalid Ssl configuration,
a panic would occur while generating the FilterChain, preventing other updates
from being processed by the control plane. (#5785) - Fix prepare-directories.sh for docker-compose use (#5777)