Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
release v0.1.0 (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake authored Mar 15, 2021
1 parent 362d11e commit a71e39c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
e2e-tests-istio:
strategy:
matrix:
istio-version: [ 1.8.1, 1.8.2, 1.8.3, 1.9.0, 1.9.1 ]
istio-version: [ 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.9.0, 1.9.1 ]
name: e2e tests on Istio
needs: build-examples
runs-on: ubuntu-latest
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ Please follow the official instruction [here](https://tinygo.org/getting-started

| proxy-wasm-go-sdk| proxy-wasm ABI version |istio/proxyv2| Envoy upstream|
|:-------------:|:-------------:|:-------------:|:-------------:|
| main | 0.2.0| 1.8.x | 1.17.x |
| v0.0.15 | 0.2.0| 1.8.1, 1.8.2, 1.8.3, 1.9.0, 1.9.1 | 1.17.0, 1.17.1 |
| v0.0.14 | 0.2.0| 1.8.1 | 1.17.0 |
| main | 0.2.0| 1.8.1+ | 1.17.x |
| v0.1.0 | 0.2.0| 1.8.{1,2,3,4}, 1.9.{0,1} | 1.17.{0,1} |


## run examples
Expand Down

0 comments on commit a71e39c

Please sign in to comment.