solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
305 stars 39 forks source link

Istio 1.8 support #210

Closed Sodman closed 3 years ago

Sodman commented 3 years ago

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: