This repository was archived by the owner on Apr 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 51
51
e2e-tests-envoy :
52
52
strategy :
53
53
matrix :
54
- envoy-image : [ "envoyproxy/envoy-dev:5932dfd1f6b80eda9f56415ceff056a15a699c5e " ] # TODO: add release tagged version
54
+ envoy-image : [ "envoyproxy/envoy-dev:d2e277e1668044ba50397c71d26e8f519d4734a0 " ]
55
55
name : e2e tests on examples
56
56
needs : build-examples
57
57
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ Please follow the official instruction [here](https://tinygo.org/getting-started
44
44
45
45
| proxy-wasm-go-sdk| proxy-wasm ABI version | istio/proxyv2| Envoy upstream|
46
46
| :-------------:| :-------------:| :-------------:| :-------------:|
47
- | main | 0.2.0| v1.8.1 | [ 5932dfd1f6b80eda9f56] ( https://github.com/envoyproxy/envoy/tree/5932dfd1f6b80eda9f56415ceff056a15a699c5e ) |
48
- | v0.0.12 | 0.2.0| v1.7.x, v1.8.0 |[ 6ca4644073da6d9930ba] ( https://github.com/envoyproxy/envoy/tree/6ca4644073da6d9930ba45d90d57d8c9b2062962 )
47
+ | main | 0.2.0| v1.8.1 | [ d2e277e1668044ba503] ( https://github.com/envoyproxy/envoy/tree/d2e277e1668044ba50397c71d26e8f519d4734a0 ) |
48
+ | v0.0.13 | 0.2.0| v1.8.1 | [ 5932dfd1f6b80eda9f56] ( https://github.com/envoyproxy/envoy/tree/5932dfd1f6b80eda9f56415ceff056a15a699c5e ) |
49
+ | v0.0.12 | 0.2.0| v1.7.x, v1.8.0 |[ 6ca4644073da6d9930] ( https://github.com/envoyproxy/envoy/tree/6ca4644073da6d9930ba45d90d57d8c9b2062962 )
49
50
50
51
51
52
## run examples
You can’t perform that action at this time.
0 commit comments