Skip to content

Commit 6f84522

Browse files
authored
Bumped Envoy to 1.31.6 (#6969)
Signed-off-by: Tero Saarni <[email protected]>
1 parent 97f5e31 commit 6f84522

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-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.31.5
9+
ENVOY_IMAGE = docker.io/envoyproxy/envoy:v1.31.6
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updates Envoy to v1.31.6. See the [Envoy release notes](https://www.envoyproxy.io/docs/envoy/v1.31.6/version_history/v1.31/v1.31.6) for more information about the content of the release.

cmd/contour/gatewayprovisioner.go

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

3737
provisionerConfig := &gatewayProvisionerConfig{
3838
contourImage: "ghcr.io/projectcontour/contour:v1.30.2",
39-
envoyImage: "docker.io/envoyproxy/envoy:v1.31.5",
39+
envoyImage: "docker.io/envoyproxy/envoy:v1.31.6",
4040
metricsBindAddress: ":8080",
4141
leaderElection: false,
4242
leaderElectionID: "0d879e31.projectcontour.io",

examples/contour/03-envoy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
- --log-level info
4747
command:
4848
- envoy
49-
image: docker.io/envoyproxy/envoy:v1.31.5
49+
image: docker.io/envoyproxy/envoy:v1.31.6
5050
imagePullPolicy: IfNotPresent
5151
name: envoy
5252
env:

examples/deployment/03-envoy-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
- --log-level info
5959
command:
6060
- envoy
61-
image: docker.io/envoyproxy/envoy:v1.31.5
61+
image: docker.io/envoyproxy/envoy:v1.31.6
6262
imagePullPolicy: IfNotPresent
6363
name: envoy
6464
env:

examples/render/contour-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9309,7 +9309,7 @@ spec:
93099309
- --log-level info
93109310
command:
93119311
- envoy
9312-
image: docker.io/envoyproxy/envoy:v1.31.5
9312+
image: docker.io/envoyproxy/envoy:v1.31.6
93139313
imagePullPolicy: IfNotPresent
93149314
name: envoy
93159315
env:

examples/render/contour-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9113,7 +9113,7 @@ spec:
91139113
- --log-level info
91149114
command:
91159115
- envoy
9116-
image: docker.io/envoyproxy/envoy:v1.31.5
9116+
image: docker.io/envoyproxy/envoy:v1.31.6
91179117
imagePullPolicy: IfNotPresent
91189118
name: envoy
91199119
env:

examples/render/contour.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9297,7 +9297,7 @@ spec:
92979297
- --log-level info
92989298
command:
92999299
- envoy
9300-
image: docker.io/envoyproxy/envoy:v1.31.5
9300+
image: docker.io/envoyproxy/envoy:v1.31.6
93019301
imagePullPolicy: IfNotPresent
93029302
name: envoy
93039303
env:

0 commit comments

Comments
 (0)