-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Envoy gateway code from v1.1.2 to v1.2.6 (#3731)
* Update Envoy gateway code from v1.1.2 to v1.2.6 This is to address CVE-2025-24030 GHSA-j777-63hf-hx76 As part of this: - I added a handy 'mod-tidy' target in the Makefile. - Various updates needed for version bumps in some of the k8s libraries that we pull in. * Update NewIndexerInformer to NewInformerWithOptions * FV: Skip controller name validation Moving from controller-runtime v0.18.5 to v0.19.1, by default there is [a new global variable](https://github.com/kubernetes-sigs/controller-runtime/blob/v0.19.1/pkg/controller/name.go#L27) checking against reuse of controller names. That scuppers our FV tests because they all run in a single process execution. But there's a SkipNameValidation option that we can use to disable that checking.
- Loading branch information
1 parent
aca5c78
commit 85272a6
Showing
27 changed files
with
9,787 additions
and
5,880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.