-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Update Envoy compatibility matrices to include consul 1.20.x and dataplane 1.6.x #21852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4297efe
2b42b98
c18868a
019332f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -108,6 +108,7 @@ apply to both Consul Enterprise and Consul community edition (CE). | |
|
|
||
| | Consul Version | Default `consul-dataplane` Version | Other compatible `consul-dataplane` Versions | | ||
| | -------------- | -------------------------------------|----------------------------------------------| | ||
| | 1.20.x CE | 1.6.x (Envoy 1.31.x) | 1.5.x (Envoy 1.29.x) | | ||
| | 1.19.x CE | 1.5.x (Envoy 1.29.x) | 1.4.x (Envoy 1.28.x) | | ||
| | 1.18.x CE | 1.4.x (Envoy 1.28.x) | 1.3.x (Envoy 1.27.x) | | ||
| | 1.17.x | 1.3.x (Envoy 1.27.x) | 1.4.x (Envoy 1.28.x), 1.2.x (Envoy 1.26.x) | | ||
|
|
@@ -122,7 +123,6 @@ until the LTS release reaches its end of maintenance. | |
|
|
||
| | Consul Version | Default `consul-dataplane` Version | Other compatible `consul-dataplane` Versions | | ||
| | -------------- | -------------------------------------|----------------------------------------------| | ||
| | 1.19.x Ent | 1.5.x (Envoy 1.29.x) | 1.4.x (Envoy 1.28.x) | | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure why 1.19 was included in this table of LTS releases, but I removed it
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🍝 |
||
| | 1.18.x Ent | 1.4.x (Envoy 1.28.x) | 1.3.x (Envoy 1.27.x) | | ||
| | 1.15.x Ent | 1.1.x (Envoy 1.26.x) | 1.4.x (Envoy 1.28.x) - 1.0.x (Envoy 1.24.x) | | ||
|
|
||
|
|
@@ -136,10 +136,6 @@ security fixes. | |
|
|
||
| | `consul-dataplane` Version Range | Associated Consul Enterprise version | Contained Envoy Binary Version | | ||
| | -------------------------------- | ---------------------------------------- | ------------------------------ | | ||
| | 1.5.0 - 1.5.latest | 1.18.x Ent | Envoy 1.29.x | | ||
| | 1.4.0 - 1.4.latest | 1.18.x Ent | Envoy 1.28.x | | ||
|
Comment on lines
-139
to
-140
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've removed these as neither dataplane release spans multiple major Envoy versions, which is what this section of the doc is meant to be |
||
| | 1.2.0 - 1.2.latest | 1.18.x Ent | Envoy 1.27.x | | ||
| | 1.2.0 - 1.2.7 | 1.18.x Ent | Envoy 1.27.x | | ||
|
Comment on lines
-141
to
-142
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've removed these as they align with a now-unsupported version of Consul |
||
| | 1.1.11 - 1.1.latest | 1.15.x Ent | Envoy 1.27.x | | ||
| | 1.1.9 - 1.1.10 | 1.15.x Ent | Envoy 1.26.x | | ||
| | 1.1.0 - 1.1.8 | 1.15.x Ent | Envoy 1.25.x | | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interestingly, 1.20.x includes Envoy 1.31.x (link) while 1.19.x never made it to 1.30.x and stayed at 1.29.x (link), but this table reflects current reality
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had to jump two versions at some point bc we'd started to lag >1 release on latest Envoy vs. latest Consul due to release cadence differences. 1.20 happened to be selected as the version for the jump.