Commit Graph

6 Commits (d69b9c6286df22691089ab515943c6b1de0faeef)

Author SHA1 Message Date
Michael Zalimeni a5734755fc
[NET-4904] Update list of Envoy versions on 1.15.x (#18304)
Update list of Envoy versions

Update supported envoy versions to 1.22.11, 1.23.12, 1.24.10, 1.25.9.
2023-07-27 15:45:40 +00:00
John Murret 9d81853813
Include changes from v1.15.4 in 1.15.x (#17892) 2023-06-27 15:45:35 -06:00
Michael Zalimeni 1a155e2302
Update list of Envoy versions (#17545) 2023-06-01 14:50:16 -07:00
hc-github-team-consul-core d18e88056d
Backport of Update list of Envoy versions into release/1.15.x (#16989)
* backport of commit a59f68f51e

* backport of commit dace20a9e4

* backport of commit ad6e2a472b

* backport of commit b48c42a6cc

* backport of commit b913f60dee

---------

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2023-04-12 22:08:45 +00:00
Nathan Coleman 381760b8c2
[OSS] connect: Bump Envoy 1.22.5 to 1.22.7, 1.23.2 to 1.23.4, 1.24.0 to 1.24.2, add 1.25.1, remove 1.21.5 (#16274) (#16491)
* Bump Envoy 1.22.5 to 1.22.7, 1.23.2 to 1.23.4, 1.24.0 to 1.24.2, add 1.25.1, remove 1.21.5

Co-authored-by: Curt Bushko <cbushko@gmail.com>
2023-03-01 18:10:36 -05:00
Nitya Dhanushkodi b8b37c2357
refactor: remove troubleshoot module dependency on consul top level module (#16162)
Ensure nothing in the troubleshoot go module depends on consul's top level module. This is so we can import troubleshoot into consul-k8s and not import all of consul.

* turns troubleshoot into a go module [authored by @curtbushko]
* gets the envoy protos into the troubleshoot module [authored by @curtbushko]
* adds a new go module `envoyextensions` which has xdscommon and extensioncommon folders that both the xds package and the troubleshoot package can import
* adds testing and linting for the new go modules
* moves the unit tests in `troubleshoot/validateupstream` that depend on proxycfg/xds into the xds package, with a comment describing why those tests cannot be in the troubleshoot package
* fixes all the imports everywhere as a result of these changes 

Co-authored-by: Curt Bushko <cbushko@gmail.com>
2023-02-06 09:14:35 -08:00