Skip to content

Commit bfeb9ab

Browse files
authored
main: Bump to Envoy v1.37.2 (#7522)
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
1 parent ff1974b commit bfeb9ab

9 files changed

Lines changed: 10 additions & 9 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updates Envoy to v1.37.2. See the [Envoy release notes](https://www.envoyproxy.io/docs/envoy/v1.37.2/version_history/v1.37/v1.37.2) 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:main",
39-
envoyImage: "docker.io/envoyproxy/envoy:distroless-v1.37.1",
39+
envoyImage: "docker.io/envoyproxy/envoy:distroless-v1.37.2",
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:distroless-v1.37.1
49+
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
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:distroless-v1.37.1
61+
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
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
@@ -9557,7 +9557,7 @@ spec:
95579557
- --log-level info
95589558
command:
95599559
- envoy
9560-
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
9560+
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
95619561
imagePullPolicy: IfNotPresent
95629562
name: envoy
95639563
env:

examples/render/contour-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9362,7 +9362,7 @@ spec:
93629362
- --log-level info
93639363
command:
93649364
- envoy
9365-
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
9365+
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
93669366
imagePullPolicy: IfNotPresent
93679367
name: envoy
93689368
env:

examples/render/contour.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9545,7 +9545,7 @@ spec:
95459545
- --log-level info
95469546
command:
95479547
- envoy
9548-
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
9548+
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
95499549
imagePullPolicy: IfNotPresent
95509550
name: envoy
95519551
env:

site/content/resources/compatibility-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These combinations of versions are specifically tested in CI and supported by th
1010

1111
| Contour Version | Envoy Version | Kubernetes Versions | Gateway API Version |
1212
| --------------- | :------------------- | ------------------- | --------------------|
13-
| main | [1.37.1][77] | 1.35, 1.34, 1.33 | [1.3.0][113] |
13+
| main | [1.37.2][77] | 1.35, 1.34, 1.33 | [1.3.0][113] |
1414
| 1.33.4 | [1.35.10][80] | 1.34, 1.33, 1.32 | [1.3.0][113] |
1515
| 1.33.3 | [1.35.9][78] | 1.34, 1.33, 1.32 | [1.3.0][113] |
1616
| 1.33.2 | [1.35.8][74] | 1.34, 1.33, 1.32 | [1.3.0][113] |
@@ -250,7 +250,7 @@ __Note:__ This list of extensions was last verified to be complete with Envoy v1
250250
[74]: https://www.envoyproxy.io/docs/envoy/v1.35.8/version_history/v1.35/v1.35
251251
[75]: https://www.envoyproxy.io/docs/envoy/v1.34.12/version_history/v1.34/v1.34
252252
[76]: https://www.envoyproxy.io/docs/envoy/v1.31.10/version_history/v1.31/v1.31
253-
[77]: https://www.envoyproxy.io/docs/envoy/v1.37.1/version_history/v1.37/v1.37.1
253+
[77]: https://www.envoyproxy.io/docs/envoy/v1.37.2/version_history/v1.37/v1.37.2
254254
[78]: https://www.envoyproxy.io/docs/envoy/v1.35.9/version_history/v1.35/v1.35.9
255255
[79]: https://www.envoyproxy.io/docs/envoy/v1.34.13/version_history/v1.34/v1.34.13
256256
[80]: https://www.envoyproxy.io/docs/envoy/v1.35.10/version_history/v1.35/v1.35.10

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ versions:
77
- version: main
88
supported: "false"
99
dependencies:
10-
envoy: "1.37.1"
10+
envoy: "1.37.2"
1111
kubernetes:
1212
- "1.35"
1313
- "1.34"

0 commit comments

Comments
 (0)