[release/v1.7] Cherry-pick for v1.7.3#8869
Conversation
Signed-off-by: Huabing (Robin) Zhao <[email protected]> (cherry picked from commit 4768ca7)
) Signed-off-by: Rudrakh Panigrahi <[email protected]> (cherry picked from commit 3f70a89)
…voyproxy#8699) * force HTTP1 for upstream connections for WS and WSS backends Signed-off-by: Huabing (Robin) Zhao <[email protected]> * use different clusters for mixed upstream protocols Signed-off-by: Huabing (Robin) Zhao <[email protected]> * update Signed-off-by: Huabing (Robin) Zhao <[email protected]> * fix lint Signed-off-by: Huabing (Robin) Zhao <[email protected]> --------- Signed-off-by: Huabing (Robin) Zhao <[email protected]> (cherry picked from commit 7633125)
* fix: reason with multiple errors rejected validation Signed-off-by: zirain <[email protected]> * release notes Signed-off-by: zirain <[email protected]> * fix lint Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]> (cherry picked from commit 7811d86)
…yproxy#8785) * feat: Allow configuring envoy proxy defaults via helm chart This commit is a continuation of the previous work to support supplying default proxy settings added in envoyproxy#7698 and adds three new chart values under `global.images.envoyProxy`: | Value | Type | Default | Description | |----------------------------------------|--------|------|---------------------------------------------------------------------| | `global.images.envoyProxy.image` | string | `""` | Full image name (`registry/repo:tag`) for the Envoy Proxy container | | `global.images.envoyProxy.pullPolicy` | string | `""` | Image pull policy | | `global.images.envoyProxy.pullSecrets` | list | `[]` | Image pull secrets | When any of these are set, the chart generates an `envoyProxy:` block inside the `EnvoyGateway` ConfigMap, wiring into the existing `EnvoyGatewaySpec.envoyProxy` field (added in envoyproxy#7698). The global `imageRegistry` override takes highest precedence, consistent with other chart components. Full EnvoyProxy defaults (replicas, resources, etc.) can be provided via `config.envoyGateway.envoyProxy`; the image values are merged on top. Closes envoyproxy#4764. Signed-off-by: Michael Sommerville <[email protected]> (cherry picked from commit 8570285)
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 092cc67e6b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| {{- if .Values.global.images.envoyProxy.image }} | ||
| {{- $container := dict "image" (include "eg.envoyProxy.image" .) }} | ||
| {{- if .Values.global.images.envoyProxy.pullPolicy }} | ||
| {{- $_ := set $container "imagePullPolicy" .Values.global.images.envoyProxy.pullPolicy }} |
There was a problem hiding this comment.
Honor envoyProxy pull policy without image override
The Envoy Proxy override block is nested under if .Values.global.images.envoyProxy.image, which means setting only global.images.envoyProxy.pullPolicy (and similarly pull secrets) produces no envoyProxy.provider.kubernetes.envoyDeployment patch. In practice, these documented values are silently ignored unless users also set an image, so chart users cannot change pull behavior independently.
Useful? React with 👍 / 👎.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v1.7 #8869 +/- ##
================================================
+ Coverage 73.83% 73.91% +0.07%
================================================
Files 241 241
Lines 36803 36939 +136
================================================
+ Hits 27175 27304 +129
- Misses 7723 7728 +5
- Partials 1905 1907 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Karol Szwaj <[email protected]>
|
/retest |
|
Waiting for #8854 |
…8929) * fix: respect backend endpoint hostname for health checks - Keep BackendTrafficPolicy HTTP health check hostnames as explicit cluster-level hosts, and leave route-derived host fallback to xDS cluster translation. - Preserve Backend endpoint hostnames as per-endpoint overrides via Endpoint.HealthCheckConfig.hostname, ahead of the route fallback. - Update gatewayapi/xDS fixtures, release notes, and generated API docs/CRDs for the host selection order. - go test ./internal/ir - go test ./internal/xds/translator - go test ./internal/gatewayapi -run TestTranslate/backendtrafficpolicy - go test ./internal/gatewayapi -run TestTranslate/(clienttrafficpolicy-http-health-check|envoyextensionpolicy-with-extproc-with-retries|envoyextensionpolicy-with-extproc-with-traffic-features|envoyproxy-accesslog-with-traffic|envoyproxy-tracing-backend-uds|envoyproxy-tracing-backend|securitypolicy-with-jwt-backendcluster|securitypolicy-with-jwt-backendsettings) - make generate - make manifests - git diff --check Signed-off-by: Arko Dasgupta <[email protected]> Co-authored-by: Codex <[email protected]> * fix gen Signed-off-by: zirain <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: zirain <[email protected]> Co-authored-by: Codex <[email protected]> Co-authored-by: zirain <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
46d8b75 to
f6f04d3
Compare
|
We have decided to cherry-pick this PR as well #8929 |
Signed-off-by: Karol Szwaj <[email protected]>
|
/retest |
|
why is 092cc67 in this commit |
…rt (envoyproxy#8785)" This reverts commit 092cc67. Signed-off-by: Karol Szwaj <[email protected]>
|
We have misunderstood and claimed it is a fix to the helm chart, not a new addition. |
… → 1.7.3) (#432) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/envoyproxy/gateway-helm](https://gateway.envoyproxy.io/) ([source](https://github.com/envoyproxy/gateway)) | patch | `1.7.2` → `1.7.3` | --- ### Release Notes <details> <summary>envoyproxy/gateway (docker.io/envoyproxy/gateway-helm)</summary> ### [`v1.7.3`](https://github.com/envoyproxy/gateway/releases/tag/v1.7.3) [Compare Source](envoyproxy/gateway@v1.7.3...v1.7.3) ##### Release Announcement Check out the [v1.7.3 release announcement](https://gateway.envoyproxy.io/news/releases/notes/v1.7.3.html) to learn more about the release. ##### What's Changed - \[release/v1.7] bump grpc and otel by [@​cnvergence](https://github.com/cnvergence) in [#​8846](envoyproxy/gateway#8846) - \[release-1.7] bump golang by [@​zirain](https://github.com/zirain) in [#​8944](envoyproxy/gateway#8944) - \[release/v1.7] Cherry-pick for v1.7.3 by [@​cnvergence](https://github.com/cnvergence) in [#​8869](envoyproxy/gateway#8869) - \[release/v1.7] update release notes by [@​cnvergence](https://github.com/cnvergence) in [#​8946](envoyproxy/gateway#8946) **Full Changelog**: <envoyproxy/gateway@v1.7.2...v1.7.3> ### [`v1.7.3`](https://github.com/envoyproxy/gateway/releases/tag/v1.7.3) [Compare Source](envoyproxy/gateway@v1.7.2...v1.7.3) ##### Release Announcement Check out the [v1.7.3 release announcement](https://gateway.envoyproxy.io/news/releases/notes/v1.7.3.html) to learn more about the release. ##### What's Changed - \[release/v1.7] bump grpc and otel by [@​cnvergence](https://github.com/cnvergence) in [#​8846](envoyproxy/gateway#8846) - \[release-1.7] bump golang by [@​zirain](https://github.com/zirain) in [#​8944](envoyproxy/gateway#8944) - \[release/v1.7] Cherry-pick for v1.7.3 by [@​cnvergence](https://github.com/cnvergence) in [#​8869](envoyproxy/gateway#8869) - \[release/v1.7] update release notes by [@​cnvergence](https://github.com/cnvergence) in [#​8946](envoyproxy/gateway#8946) **Full Changelog**: <envoyproxy/gateway@v1.7.2...v1.7.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Reviewed-on: https://git.erwanleboucher.dev/eleboucher/homelab/pulls/432
What type of PR is this?
https://github.com/envoyproxy/gateway/pulls?q=is%3Apr+author%3Arudrakhp+is%3Aclosed+label%3Acherrypick%2Frelease-v1.7.3
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Release Notes: Yes/No