Closed Sodman closed 4 years ago
Adds support for deploying wasm filters to Istio 1.8.x.
The release of Istio 1.8.x is coming up, so we want to make sure users can deploy to it right away once it's out.
This PR adds support to wasme to deploy wasm filters to Istio 1.8.x.
The ABI used by Istio 1.7.x is compatible with Istio 1.8.x so any filters built for Istio 1.7.x should work in 1.8.x.
Notes:
make install-deps generated-code
tools/wasme/cli
Description
Adds support for deploying wasm filters to Istio 1.8.x.
Context
The release of Istio 1.8.x is coming up, so we want to make sure users can deploy to it right away once it's out.
This PR adds support to wasme to deploy wasm filters to Istio 1.8.x.
The ABI used by Istio 1.7.x is compatible with Istio 1.8.x so any filters built for Istio 1.7.x should work in 1.8.x.
Notes:
Checklist:
make install-deps generated-code
fromtools/wasme/cli
to ensure there will be no code diff