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

Commit cb098f4

Browse files
authored
Istio 1.8.0 (#99)
1 parent ae3c5ff commit cb098f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
e2e-tests-envoy:
5050
strategy:
5151
matrix:
52-
envoy-image: [ "envoyproxy/envoy-dev:2a252964ecd5e790aaac3a4d08d43bd3cad4b6c8" ] # TODO: add release tagged version
52+
envoy-image: [ "envoyproxy/envoy-dev:6ca4644073da6d9930ba45d90d57d8c9b2062962" ] # TODO: add release tagged version
5353
name: e2e tests on examples
5454
needs: build-examples
5555
runs-on: ubuntu-latest
@@ -76,7 +76,7 @@ jobs:
7676
e2e-tests-istio:
7777
strategy:
7878
matrix:
79-
istio-version: [ 1.7.0, 1.7.1, 1.7.2, 1.7.3 ]
79+
istio-version: [ 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.8.0 ]
8080
name: e2e tests on examples
8181
needs: build-examples
8282
runs-on: ubuntu-latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ 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.17.x | [2a252964ecd5e790aaac](https://github.com/envoyproxy/envoy/tree/2a252964ecd5e790aaac3a4d08d43bd3cad4b6c8) |
48-
| v0.0.11 | 0.2.0| v1.17.x |[2a252964ecd5e790aaac](https://github.com/envoyproxy/envoy/tree/2a252964ecd5e790aaac3a4d08d43bd3cad4b6c8) |
47+
| main | 0.2.0| v1.17.x, v1.18.0 | [6ca4644073da6d9930ba](https://github.com/envoyproxy/envoy/tree/6ca4644073da6d9930ba45d90d57d8c9b2062962) |
48+
| v0.0.12 | 0.2.0| v1.17.x, v1.18.0 |[6ca4644073da6d9930ba](https://github.com/envoyproxy/envoy/tree/6ca4644073da6d9930ba45d90d57d8c9b2062962)
4949

5050

5151
## run examples

0 commit comments

Comments
 (0)