Update Envoy Gateway to v1.5.9#12076
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the bundled Envoy Gateway version used by Calico’s third_party build integration, affecting which upstream Envoy Gateway source tarball is downloaded and built.
Changes:
- Bump
ENVOY_GATEWAY_VERSIONfromv1.5.7tov1.5.9.
You can also share your feedback on Copilot code review. Take the survey.
| # For updating this version please see | ||
| # https://github.com/tigera/operator/blob/master/docs/common_tasks.md#updating-the-bundled-version-of-envoy-gateway | ||
| ENVOY_GATEWAY_VERSION=v1.5.7 | ||
| ENVOY_GATEWAY_VERSION=v1.5.9 |
There was a problem hiding this comment.
Bumping ENVOY_GATEWAY_VERSION changes the upstream tarball, but this Makefile currently applies all patches/*.patch unconditionally during init-source. If the patch was generated against the previous tag (or is already incorporated upstream), patch may fail and break the build. Please verify the patch still applies cleanly to v1.5.9, and consider scoping patches by version (e.g., per-version patch directories) so future version bumps don’t risk unexpected build failures.
lucastigera
left a comment
There was a problem hiding this comment.
LGTM. Approved, assuming the patch 0001-Bump-containerd-to-v1.7.29.patch applies cleanly.
Release note: