Skip to content

Commit 495e291

Browse files
authored
Fix Istio 1.7 / Assemblyscript (#217)
* Fix Istio 1.7 / Assemblyscript
1 parent 5aeb9fb commit 495e291

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
- type: FIX
3+
description: Fix bug with AssemblyScript filters not being generated with metadata marking them as compatible with Istio 1.7
4+
issueLink: https://github.com/solo-io/wasm/issues/216

tools/wasme/cli/example/assemblyscript/runtime-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"abiVersions": [
44
"v0-541b2c1155fffb15ccde92b8324f3e38f7339ba6",
55
"v0-097b7f2e4cc1fb490cc1943d0d633655ac3c522f",
6+
"v0-4689a30309abf31aee9ae36e73d34b1bb182685f",
67
"v0.2.1"
78
],
89
"config": {

0 commit comments

Comments
 (0)