Skip to content

v1.5.1

Compare
Choose a tag to compare
@kdorosh kdorosh released this 12 Oct 13:48
· 42 commits to v1.5.x since this release
62c688a

Helm Changes

  • Fix helm chart to honor .Values.settings.replaceInvalidRoutes value. This change makes the default invalid route behavior match what's documented (disabled by default). To enable again, set .Values.settings.replaceInvalidRoutes=true (#3619)
  • Remove duplicate helm values that are no longer needed to keep hook-created values in helm releases. Backport for v1.5. (#3498)

Fixes

  • Ensure the rest of our docker containers run with user 10101 rather than root (#3346)
  • With each release, we will additionally be publishing an alternate set of docker containers (tagged as usual but with the "-extended" suffix) that have some additional dependencies built in (e.g., curl for debugging). You can deploy these images by setting the helm value global.image.extended=true. (#3399)
  • Fixed the max_connection_duration and max_stream_duration settings not being exposed the Gloo API. See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#config-core-v3-httpprotocoloptions for more details on these settings. (#3628)