Dependency Bumps
- envoy-gloo/solo-io has been upgraded to 1.27.3-patch2.
Helm Changes
- Adds a new helm variable
global.image.variant
to specify the variant of the image to be deployed. Can take the values 'standard', 'fips', 'distroless', 'fips-distroless'. Defaults to 'standard'. (The 'fips' and 'fips-distroless' variants are an Enterprise-only feature). This consequently deprecates theglobal.image.fips
value. Useglobal.image.variant=fips
instead. (#8849)
New Features
- Added support for
settings.gloo.istioOptions.enableAutoMtls
to implement auto mTLS via Envoy transport_socket_match. (https://github.com/solo-io/solo-projects/issues/5695) - Add support for distroless images. (#8849)
Fixes
- Move resource cleanup job to pre-delete Helm hook. This fixes an issue where Helm uninstall would not complete when the validation webhook's failure policy was set to "Fail". (https://github.com/solo-io/solo-projects/issues/5903)