-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
add envoy version 1.12.2 and 1.13.0 to the matrix #7240
Conversation
7848e29
to
66cd15d
Compare
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.
LGTM
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.
Looks great Hans, couple of suggestions/questions inline!
@@ -36,7 +36,8 @@ compatible Envoy versions. | |||
|
|||
| Consul Version | Compatible Envoy Versions | | |||
|---|---| | |||
| 1.5.2 and higher | 1.11.1 1.10.0, 1.9.1, 1.8.0† | | |||
| 1.7.0 and higher | 1.12.2, 1.11.2, 1.10.0, 1.9.1 | |
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.
Just a note that maybe we should clarify in the changelog for 1.7.0 that we now require Envoy > 1.9.1.
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.
👍
Go tests that failed are flaky (one autopilot one that @s-christoff has a fix in the works for, and the infamous SecondaryCA_IntermediateRefresh test) |
... and stop officially supporting 1.9.1 and 1.8.0. This PR introduces a new flag to
consul connect
:-envoy-version
which should be given the envoy version that the configuration is being bootstrapped for. This is required to run1.10.0
because it doesn't understand the bootstrap configuration the later versions get.Problems:
1.10.0
doesn't supportlayered_runtime
:error initializing configuration '/workdir/primary/envoy/s1-bootstrap.json': Unable to parse JSON as proto (INVALID_ARGUMENT:layered_runtime: Cannot find field.): {
1.13.0
http case failsTodo: