Skip to content
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

Merged
merged 8 commits into from
Feb 10, 2020
Merged

Conversation

hanshasselberg
Copy link
Member

@hanshasselberg hanshasselberg commented Feb 7, 2020

... 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 run 1.10.0 because it doesn't understand the bootstrap configuration the later versions get.

Problems:

  • 1.10.0 doesn't support layered_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 fails

Todo:

@hanshasselberg hanshasselberg changed the title add envoy version 1.12.2 to the matrix add envoy version 1.12.2 and 1.13.0 to the matrix Feb 7, 2020
Copy link
Member

@mkeeler mkeeler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@banks banks left a 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!

command/connect/envoy/bootstrap_tpl.go Show resolved Hide resolved
command/connect/envoy/envoy.go Show resolved Hide resolved
test/integration/connect/envoy/docker-compose.yml Outdated Show resolved Hide resolved
@pearkes pearkes modified the milestone: 1.7.0 Feb 10, 2020
@@ -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 |
Copy link
Contributor

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mkeeler
Copy link
Member

mkeeler commented Feb 10, 2020

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)

@mkeeler mkeeler merged commit 9cb7adb into master Feb 10, 2020
@mkeeler mkeeler deleted the envoy_compat branch February 10, 2020 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants