Skip to content

Commit e170924

Browse files
PiotrSikoraantonengelhardt
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 70aadfc commit e170924

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
@@ -287,7 +287,7 @@ jobs:
287287
docker run --rm \
288288
-v $(pwd)/envoy.yaml:/envoy.yaml \
289289
-v $(pwd)/target/wasm32-wasi/release:/etc/envoy/proxy-wasm-plugins \
290-
envoyproxy/envoy:v1.24-latest \
290+
envoyproxy/envoy:v1.31-latest \
291291
--mode validate \
292292
-c envoy.yaml
293293
@@ -365,6 +365,6 @@ jobs:
365365
docker run --rm \
366366
-v $(pwd)/envoy.yaml:/envoy.yaml \
367367
-v $(pwd)/target/wasm32-wasi/release:/etc/envoy/proxy-wasm-plugins \
368-
envoyproxy/envoy:v1.24-latest \
368+
envoyproxy/envoy:v1.31-latest \
369369
--mode validate \
370370
-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)