Skip to content

v1.17.0-beta13

Compare
Choose a tag to compare
@davidjumani davidjumani released this 20 Mar 20:52
· 87 commits to main since this release
26e777d

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 the global.image.fips value. Use global.image.variant=fips instead. (#8849)

New Features

  • Added support for settings.gloo.istioOptions.enableAutoMtls to implement auto mTLS via Envoy transport_socket_match. (solo-io/solo-projects#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". (solo-io/solo-projects#5903)