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

Commit 8214c77

Browse files
authored
Release 0.0.13 (#105)
1 parent b1db0ac commit 8214c77

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
e2e-tests-envoy:
5252
strategy:
5353
matrix:
54-
envoy-image: [ "envoyproxy/envoy-dev:5932dfd1f6b80eda9f56415ceff056a15a699c5e" ] # TODO: add release tagged version
54+
envoy-image: [ "envoyproxy/envoy-dev:d2e277e1668044ba50397c71d26e8f519d4734a0" ]
5555
name: e2e tests on examples
5656
needs: build-examples
5757
runs-on: ubuntu-latest

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ 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 | [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)
4950

5051

5152
## run examples

0 commit comments

Comments
 (0)