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

Update Envoy gateway code from v1.1.2 to v1.2.6 #3731

Merged
merged 5 commits into from
Feb 4, 2025

Conversation

nelljerram
Copy link
Member

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.

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.
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.
Copy link
Member

@rene-dekker rene-dekker left a comment

Choose a reason for hiding this comment

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

lgtm

@rene-dekker rene-dekker merged commit 85272a6 into tigera:master Feb 4, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants