Skip to content

Commit ea09819

Browse files
authored
Bump Envoy to 1.26.4 (#5591)
See release notes: https://www.envoyproxy.io/docs/envoy/v1.26.4/version_history/v1.26/v1.26.4 Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent e7bb0e8 commit ea09819

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ IMAGE := $(REGISTRY)/$(PROJECT)
66
SRCDIRS := ./cmd ./internal ./apis
77
LOCAL_BOOTSTRAP_CONFIG = localenvoyconfig.yaml
88
SECURE_LOCAL_BOOTSTRAP_CONFIG = securelocalenvoyconfig.yaml
9-
ENVOY_IMAGE = docker.io/envoyproxy/envoy:v1.26.2
9+
ENVOY_IMAGE = docker.io/envoyproxy/envoy:v1.26.4
1010
GATEWAY_API_VERSION ?= $(shell grep "sigs.k8s.io/gateway-api" go.mod | awk '{print $$2}')
1111

1212
# Used to supply a local Envoy docker container an IP to connect to that is running

cmd/contour/gatewayprovisioner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func registerGatewayProvisioner(app *kingpin.Application) (*kingpin.CmdClause, *
3434

3535
provisionerConfig := &gatewayProvisionerConfig{
3636
contourImage: "ghcr.io/projectcontour/contour:v1.25.0",
37-
envoyImage: "docker.io/envoyproxy/envoy:v1.26.2",
37+
envoyImage: "docker.io/envoyproxy/envoy:v1.26.4",
3838
metricsBindAddress: ":8080",
3939
leaderElection: false,
4040
leaderElectionID: "0d879e31.projectcontour.io",

examples/contour/03-envoy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- --log-level info
5151
command:
5252
- envoy
53-
image: docker.io/envoyproxy/envoy:v1.26.2
53+
image: docker.io/envoyproxy/envoy:v1.26.4
5454
imagePullPolicy: IfNotPresent
5555
name: envoy
5656
env:

examples/deployment/03-envoy-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
- --log-level info
6464
command:
6565
- envoy
66-
image: docker.io/envoyproxy/envoy:v1.26.2
66+
image: docker.io/envoyproxy/envoy:v1.26.4
6767
imagePullPolicy: IfNotPresent
6868
name: envoy
6969
env:

examples/render/contour-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7966,7 +7966,7 @@ spec:
79667966
- --log-level info
79677967
command:
79687968
- envoy
7969-
image: docker.io/envoyproxy/envoy:v1.26.2
7969+
image: docker.io/envoyproxy/envoy:v1.26.4
79707970
imagePullPolicy: IfNotPresent
79717971
name: envoy
79727972
env:

examples/render/contour-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7959,7 +7959,7 @@ spec:
79597959
- --log-level info
79607960
command:
79617961
- envoy
7962-
image: docker.io/envoyproxy/envoy:v1.26.2
7962+
image: docker.io/envoyproxy/envoy:v1.26.4
79637963
imagePullPolicy: IfNotPresent
79647964
name: envoy
79657965
env:

examples/render/contour.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7953,7 +7953,7 @@ spec:
79537953
- --log-level info
79547954
command:
79557955
- envoy
7956-
image: docker.io/envoyproxy/envoy:v1.26.2
7956+
image: docker.io/envoyproxy/envoy:v1.26.4
79577957
imagePullPolicy: IfNotPresent
79587958
name: envoy
79597959
env:

0 commit comments

Comments
 (0)