Skip to content

Commit 57bffa3

Browse files
authored
bump envoy to v1.38.3 (#14314)
Signed-off-by: Andy Fong <andy.fong@solo.io>
1 parent fabead6 commit 57bffa3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ else
9292
OSV_SCANNER_PLATFORM := --platform=linux/amd64
9393
endif
9494

95-
export ENVOY_IMAGE ?= envoyproxy/envoy:v1.38.1
95+
export ENVOY_IMAGE ?= envoyproxy/envoy:v1.38.3
9696

9797
# ENVOY_IMAGE is used by some of the *-docker targets which are used by CI e2e tests, so figure out the correct image
9898
# to use base on GOARCH. This doesn't affect goreleaser

internal/envoy_modules/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/envoy_modules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ default-members = ["module-init"]
1313
[workspace.dependencies]
1414
# The SDK version must match the Envoy version due to the strict compatibility requirements.
1515
# Update this single entry when upgrading Envoy.
16-
envoy-proxy-dynamic-modules-rust-sdk = { git = "https://github.com/envoyproxy/envoy", tag = "v1.38.1" }
16+
envoy-proxy-dynamic-modules-rust-sdk = { git = "https://github.com/envoyproxy/envoy", tag = "v1.38.3" }

tilt-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ providers:
3838
# NOTE: Do NOT include ENTRYPOINT here - the Tiltfile will append the correct
3939
# entrypoint (standard or debug) based on whether debug_port is set.
4040
dockerfile_contents: |
41-
FROM envoyproxy/envoy:v1.38.1 as envoy-bin
41+
FROM envoyproxy/envoy:v1.38.3 as envoy-bin
4242
4343
FROM golang:latest as tilt
4444
WORKDIR /app

0 commit comments

Comments
 (0)