Can Envoy be updated independently in Contour 1.32.1? #7196
-
Hi Community, I'm currently running Contour v1.32.1, which comes bundled with Envoy v1.34.4. However, I've noticed that Envoy v1.35.2 has been released and includes several important CVE fixes and security patches. Given this:
I understand that Contour and Envoy are tightly integrated, but would appreciate guidance or references on the best way to approach this situation—especially in light of security concerns. Thanks in advance for your help and for the great work on Contour! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
When the goal is to receive the fixes as quickly as possible, upgrading only Envoy is the fastest option. Upgrading Envoy from v1.34.4 to the latest patch release in the same track v1.34.6 is safe. It includes the same CVE fixes as the newest release track, without introducing incompatibilities. Upgrading to new release track like v1.35.2 carries a risk, as it introduces functional changes including some incompatible behavior. While it can be that no changes in Contour are needed, this cannot be guaranteed. If changes in the code are required, most often it is related to xDS changes. |
Beta Was this translation helpful? Give feedback.
-
Hey tsaarni, |
Beta Was this translation helpful? Give feedback.
When the goal is to receive the fixes as quickly as possible, upgrading only Envoy is the fastest option.
Upgrading Envoy from v1.34.4 to the latest patch release in the same track v1.34.6 is safe. It includes the same CVE fixes as the newest release track, without introducing incompatibilities.
Upgrading to new release track like v1.35.2 carries a risk, as it introduces functional changes including some incompatible behavior. While it can be that no changes in Contour are needed, this cannot be guaranteed. If changes in the code are required, most often it is related to xDS changes.