File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ annotations:
22 category : Infrastructure
33 licenses : Apache-2.0
44apiVersion : v2
5- appVersion : 1.33.0
5+ appVersion : 1.33.1
66description : Contour is an open source Kubernetes ingress controller that works by
77 deploying the Envoy proxy as a reverse proxy and load balancer.
88home : https://projectcontour.io/
@@ -15,4 +15,4 @@ maintainers:
1515name : contour
1616sources :
1717- https://github.com/projectcontour/helm-charts/tree/main/charts/contour
18- version : 0.2.0
18+ version : 0.2.1
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments