Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit dc86de3

Browse files
authored
Add Istio and Envoy versions (#124)
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent a771960 commit dc86de3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/workflow.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
e2e-tests-envoy:
5252
strategy:
5353
matrix:
54-
envoy-image: [ "envoyproxy/envoy:v1.17.0" ]
55-
name: e2e tests on examples
54+
envoy-tag: [ 1.17.0, 1.17.1 ]
55+
name: e2e tests on Envoy
5656
needs: build-examples
5757
runs-on: ubuntu-latest
5858
container:
59-
image: ${{ matrix.envoy-image }}
59+
image: envoyproxy/envoy:v${{ matrix.envoy-tag }}
6060
steps:
6161
- name: checkout
6262
uses: actions/checkout@v2
@@ -78,8 +78,8 @@ jobs:
7878
e2e-tests-istio:
7979
strategy:
8080
matrix:
81-
istio-version: [ 1.8.1 ]
82-
name: e2e tests on examples
81+
istio-version: [ 1.8.1, 1.8.2, 1.8.3, 1.9.0, 1.9.1 ]
82+
name: e2e tests on Istio
8383
needs: build-examples
8484
runs-on: ubuntu-latest
8585
container:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Please follow the official instruction [here](https://tinygo.org/getting-started
4444

4545
| proxy-wasm-go-sdk| proxy-wasm ABI version |istio/proxyv2| Envoy upstream|
4646
|:-------------:|:-------------:|:-------------:|:-------------:|
47-
| main | 0.2.0| v1.8.1 | v1.17.0 |
47+
| main | 0.2.0| v1.8.x | v1.17.x |
4848
| v0.0.14 | 0.2.0| v1.8.1 | v1.17.0 |
4949
| v0.0.13 | 0.2.0| v1.8.1 | [5932dfd1f6b80eda9f56](https://github.com/envoyproxy/envoy/tree/5932dfd1f6b80eda9f56415ceff056a15a699c5e) |
5050

0 commit comments

Comments
 (0)