Skip to content

Commit 846d78a

Browse files
authored
Update Envoy to v1.34. (#316)
Signed-off-by: Piotr Sikora <code@piotrsikora.dev>
1 parent bdffa1b commit 846d78a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ jobs:
453453
docker run --rm \
454454
-v $(pwd)/envoy.yaml:/envoy.yaml \
455455
-v $(pwd)/target/wasm32-wasip1/release:/etc/envoy/proxy-wasm-plugins \
456-
envoyproxy/envoy:v1.31-latest \
456+
envoyproxy/envoy:v1.34-latest \
457457
--mode validate \
458458
-c envoy.yaml
459459
@@ -540,6 +540,6 @@ jobs:
540540
docker run --rm \
541541
-v $(pwd)/envoy.yaml:/envoy.yaml \
542542
-v $(pwd)/target/wasm32-wasip1/release:/etc/envoy/proxy-wasm-plugins \
543-
envoyproxy/envoy:v1.31-latest \
543+
envoyproxy/envoy:v1.34-latest \
544544
--mode validate \
545545
-c envoy.yaml

examples/envoy_filter_metadata/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.31-latest
17+
image: envoyproxy/envoy:v1.34-latest
1818
hostname: envoy
1919
ports:
2020
- "10000:10000"

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.31-latest
17+
image: envoyproxy/envoy:v1.34-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.31-latest
17+
image: envoyproxy/envoy:v1.34-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.31-latest
17+
image: envoyproxy/envoy:v1.34-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.31-latest
17+
image: envoyproxy/envoy:v1.34-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.31-latest
17+
image: envoyproxy/envoy:v1.34-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.31-latest
17+
image: envoyproxy/envoy:v1.34-latest
1818
hostname: envoy
1919
ports:
2020
- "10000:10000"

0 commit comments

Comments
 (0)