Skip to content

v1.17.0-rc2

Compare
Choose a tag to compare
@sheidkamp sheidkamp released this 10 Jun 16:23
· 184 commits to main since this release
3d91417

Helm Changes

  • Rename the kube gateway envoy container image helm value from kubeGateway.gatewayParameters.glooGateway.image to kubeGateway.gatewayParameters.glooGateway.envoyContainer.image. (solo-io/solo-projects#6107)

New Features

    1. Add API for running postRouting transformations. This means that the transformation filter
      will be run as a part of the router filter, rather than during the standard HTTP filter chain.
      This allows access to endpoint specific information which is not available during the standard
      fiter chain.
  1. Add API for adding metadata to endpoints in static/failover upstreams. This metadata can
    then be accessed in the transformation filter mentioned above.
  2. Add new plugin type to allow adding filter in the upstream filter chain. (solo-io/solo-projects#5890)

Fixes

  • Properly pass through the json_to_proto value from the gloo API to the envoy API for dynamic metadata transformations. (solo-io/solo-projects#5890)