Describe the bug
In wasme v0.0.29, create an assemblyscript filter targeting Istio 1.7.
The filter itself will work with Istio 1.7, but the example generated by wasme init is missing the version information from the runtime-config.json to allow it to deploy to Istio 1.7.
Expected behavior
This deployment should work without having to specify --ignore-verison-check flag.
Additional context
This bug is specific to Istio 1.7 and wasme v0.0.29
Describe the bug In wasme v0.0.29, create an assemblyscript filter targeting Istio 1.7.
The filter itself will work with Istio 1.7, but the example generated by
wasme init
is missing the version information from theruntime-config.json
to allow it to deploy to Istio 1.7.Expected behavior This deployment should work without having to specify
--ignore-verison-check
flag.Additional context This bug is specific to Istio 1.7 and wasme v0.0.29