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

Commit ad4af97

Browse files
authored
update upstream envoy on ci (#89)
* update upstream envoy on ci Signed-off-by: mathetake <[email protected]> * update tinygo commit Signed-off-by: mathetake <[email protected]>
1 parent dbbb010 commit ad4af97

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
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:6287f174f72ca6ca841cdac2cf5cc645c95dd754" ] # TODO: add release tagged version
52+
envoy-image: [ "envoyproxy/envoy-dev:55538fd04eb4f556aebd2d2e60cc99374e9d73b2" ] # TODO: add release tagged version
5353
name: e2e tests on examples
5454
needs: build-examples
5555
runs-on: ubuntu-latest

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ and has yet to be tagged.
4141
In order to install that version of TinyGo, simply run (Ubuntu/Debian):
4242

4343
```shell
44-
# this corresponds to https://github.com/tinygo-org/tinygo/commit/f50ad3585d084b17f7754f4b3cb0d42661fee036
45-
wget https://19227-136505169-gh.circle-artifacts.com/0/tmp/tinygo_amd64.deb
44+
# this is the latest commit as of Oct 29, 2020
45+
wget https://20372-136505169-gh.circle-artifacts.com/0/tmp/tinygo_amd64.deb
4646
dpkg -i tinygo_amd64.deb
4747
```
4848

@@ -52,12 +52,12 @@ TinyGo's official tagged release of WASI target will come soon, and after that y
5252
just follow https://tinygo.org/getting-started/ to install the requirement on any platform. Stay tuned!
5353

5454

55-
### compatible ABI / Envoy builds
55+
### compatible ABI / Envoy builds (verified on CI)
5656

5757
| proxy-wasm-go-sdk| proxy-wasm ABI version |istio/proxyv2| Envoy upstream|
5858
|:-------------:|:-------------:|:-------------:|:-------------:|
59-
| main | 0.2.0| v1.17.x | [6287f174f72ca6ca841c](https://github.com/envoyproxy/envoy/tree/6287f174f72ca6ca841cdac2cf5cc645c95dd754) |
60-
| v0.0.9 | 0.2.0| v1.17.x | [6287f174f72ca6ca841c](https://github.com/envoyproxy/envoy/tree/6287f174f72ca6ca841cdac2cf5cc645c95dd754) |
59+
| main | 0.2.0| v1.17.x | [55538fd04eb4f556aebd](https://github.com/envoyproxy/envoy/tree/55538fd04eb4f556aebd2d2e60cc99374e9d73b2) |
60+
| v0.0.10 | 0.2.0| v1.17.x | [55538fd04eb4f556aebd](https://github.com/envoyproxy/envoy/tree/55538fd04eb4f556aebd2d2e60cc99374e9d73b2) |
6161

6262

6363
## run examples

0 commit comments

Comments
 (0)