[release-1.7] bump golang#8944
Conversation
Signed-off-by: zirain <[email protected]>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f5fb94a151
ℹ️ 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".
| module github.com/envoyproxy/gateway | ||
|
|
||
| go 1.25.9 | ||
| go 1.25.10 |
There was a problem hiding this comment.
Update release notes with this Go bump
This commit changes the release branch to build with Go 1.25.10, but release-notes/current.yaml:8 still advertises the previous 1.25.9 security update and its older crypto/tls/crypto/x509 rationale. The release workflow packages the release-notes YAML into the artifacts (tools/make/kube.mk copies release-notes/$(TAG).yaml), so the next 1.7 release would publish inaccurate security information for this bump unless the current/release note entry is updated along with the version change.
Useful? React with 👍 / 👎.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v1.7 #8944 +/- ##
================================================
+ Coverage 73.83% 73.87% +0.03%
================================================
Files 241 241
Lines 36803 36803
================================================
+ Hits 27175 27187 +12
+ Misses 7723 7715 -8
+ Partials 1905 1901 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… → 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
No description provided.