Skip to content

Commit ed68691

Browse files
PiotrSikoraSwaagie
authored andcommitted
Update Envoy to v1.31. (proxy-wasm#251)
Notably, it fixes an issue with always injecting invalid "grpc-status" HTTP response header when sending local HTTP response to gRPC clients. Fixes proxy-wasm#211. Signed-off-by: Piotr Sikora <[email protected]>
1 parent f7a3d74 commit ed68691

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
docker run --rm \
289289
-v $(pwd)/envoy.yaml:/envoy.yaml \
290290
-v $(pwd)/target/wasm32-wasi/release:/etc/envoy/proxy-wasm-plugins \
291-
envoyproxy/envoy:v1.24-latest \
291+
envoyproxy/envoy:v1.31-latest \
292292
--mode validate \
293293
-c envoy.yaml
294294
@@ -367,6 +367,6 @@ jobs:
367367
docker run --rm \
368368
-v $(pwd)/envoy.yaml:/envoy.yaml \
369369
-v $(pwd)/target/wasm32-wasi/release:/etc/envoy/proxy-wasm-plugins \
370-
envoyproxy/envoy:v1.24-latest \
370+
envoyproxy/envoy:v1.31-latest \
371371
--mode validate \
372372
-c envoy.yaml

examples/grpc_auth_random/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
services:
1616
envoy:
17-
image: envoyproxy/envoy:v1.24-latest
17+
image: envoyproxy/envoy:v1.31-latest
1818
hostname: envoy
1919
ports:
2020
- "10000:10000"

examples/hello_world/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
services:
1616
envoy:
17-
image: envoyproxy/envoy:v1.24-latest
17+
image: envoyproxy/envoy:v1.31-latest
1818
hostname: envoy
1919
ports:
2020
- "10000:10000"

examples/http_auth_random/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
services:
1616
envoy:
17-
image: envoyproxy/envoy:v1.24-latest
17+
image: envoyproxy/envoy:v1.31-latest
1818
hostname: envoy
1919
ports:
2020
- "10000:10000"

examples/http_body/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
services:
1616
envoy:
17-
image: envoyproxy/envoy:v1.24-latest
17+
image: envoyproxy/envoy:v1.31-latest
1818
hostname: envoy
1919
ports:
2020
- "10000:10000"

examples/http_config/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
services:
1616
envoy:
17-
image: envoyproxy/envoy:v1.24-latest
17+
image: envoyproxy/envoy:v1.31-latest
1818
hostname: envoy
1919
ports:
2020
- "10000:10000"

examples/http_headers/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
services:
1616
envoy:
17-
image: envoyproxy/envoy:v1.24-latest
17+
image: envoyproxy/envoy:v1.31-latest
1818
hostname: envoy
1919
ports:
2020
- "10000:10000"

0 commit comments

Comments
 (0)