Skip to content

Commit 48db1ca

Browse files
authored
Upgrade contour to 1.33.1 (#25)
Addresses CVEs in Envoy Signed-off-by: Alex Nordlund <deep.alexander@gmail.com>
1 parent 590b537 commit 48db1ca

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

charts/contour/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## 0.2.1
3+
* Contour upgraded to 1.33.1
4+
* Envoy upgraded to 1.35.8
5+
* Adresses CVEs in Envoy
6+
27
## 0.2.0
38
* Contour upgraded to 1.33.0
49
* Envoy upgraded to 1.35.2

charts/contour/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ annotations:
22
category: Infrastructure
33
licenses: Apache-2.0
44
apiVersion: v2
5-
appVersion: 1.33.0
5+
appVersion: 1.33.1
66
description: Contour is an open source Kubernetes ingress controller that works by
77
deploying the Envoy proxy as a reverse proxy and load balancer.
88
home: https://projectcontour.io/
@@ -15,4 +15,4 @@ maintainers:
1515
name: contour
1616
sources:
1717
- https://github.com/projectcontour/helm-charts/tree/main/charts/contour
18-
version: 0.2.0
18+
version: 0.2.1

charts/contour/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ contour:
103103
image:
104104
registry: ghcr.io
105105
repository: projectcontour/contour
106-
tag: v1.33.0
106+
tag: v1.33.1
107107
digest: ""
108108
## Specify a imagePullPolicy
109109
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -663,7 +663,7 @@ envoy:
663663
image:
664664
registry: docker.io
665665
repository: envoyproxy/envoy
666-
tag: v1.35.2
666+
tag: v1.35.8
667667
digest: ""
668668
## Specify a imagePullPolicy
669669
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

0 commit comments

Comments
 (0)