Commit Graph

3 Commits (80e700542f16de495b510db1dc899d9341c5d070)

Author SHA1 Message Date
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