Skip to content

[release/v1.7] bump envoy to 1.37.2 and ratelimit to 05c08d03#8763

Merged
cnvergence merged 2 commits intoenvoyproxy:release/v1.7from
cnvergence:bump-envoy-1.37.2
Apr 16, 2026
Merged

[release/v1.7] bump envoy to 1.37.2 and ratelimit to 05c08d03#8763
cnvergence merged 2 commits intoenvoyproxy:release/v1.7from
cnvergence:bump-envoy-1.37.2

Conversation

@cnvergence
Copy link
Copy Markdown
Member

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Release Notes: Yes/No

Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
@cnvergence cnvergence requested a review from a team as a code owner April 15, 2026 11:06
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c441c67e6f

ℹ️ 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".

| global.images.envoyGateway.pullPolicy | string | `nil` | |
| global.images.envoyGateway.pullSecrets | list | `[]` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:c8765e89"` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:05c08d03"` | |
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Synchronize Helm API docs with bumped ratelimit image

After this line updates the chart default to docker.io/envoyproxy/ratelimit:05c08d03, the published Helm API page still advertises c8765e89 (site/content/en/latest/install/gateway-helm-api.md, table row global.images.ratelimit.image). That creates contradictory documentation for the same release, and users who copy the site table can pin the old (pre-bump) image instead of the intended security-updated default.

Useful? React with 👍 / 👎.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.74%. Comparing base (3f75d82) to head (294aafa).
⚠️ Report is 1 commits behind head on release/v1.7.

Additional details and impacted files
@@              Coverage Diff              @@
##           release/v1.7    #8763   +/-   ##
=============================================
  Coverage         73.73%   73.74%           
=============================================
  Files               241      241           
  Lines             36718    36718           
=============================================
+ Hits              27074    27076    +2     
+ Misses             7736     7734    -2     
  Partials           1908     1908           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
@cnvergence cnvergence merged commit 09d3981 into envoyproxy:release/v1.7 Apr 16, 2026
21 of 26 checks passed
eleboucher pushed a commit to eleboucher/homelab that referenced this pull request Apr 17, 2026
…1.7.1 → v1.7.2) (#201)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mirror.gcr.io/envoyproxy/gateway-helm](https://gateway.envoyproxy.io/) ([source](https://github.com/envoyproxy/gateway)) | patch | `v1.7.1` → `v1.7.2` |

---

### Release Notes

<details>
<summary>envoyproxy/gateway (mirror.gcr.io/envoyproxy/gateway-helm)</summary>

### [`v1.7.2`](https://github.com/envoyproxy/gateway/releases/tag/v1.7.2)

[Compare Source](envoyproxy/gateway@v1.7.2...v1.7.2)

##### Release Announcement

Check out the \[v1.7.2  release announcement]
(<https://gateway.envoyproxy.io/news/releases/notes/v1.7.2>) to learn more about the release.

##### What's Changed

- \[release/v1.7] bump envoy to 1.37.2 and ratelimit to [`05c08d0`](envoyproxy/gateway@05c08d03) by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8763](envoyproxy/gateway#8763)
- \[release/v1.7] cherry-pick for v1.7.2 by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8768](envoyproxy/gateway#8768)
- \[release/v1.7] bump go to 1.25.9 by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8776](envoyproxy/gateway#8776)

**Full Changelog**: <envoyproxy/gateway@v1.7.1...v1.7.2>

### [`v1.7.2`](https://github.com/envoyproxy/gateway/releases/tag/v1.7.2)

[Compare Source](envoyproxy/gateway@v1.7.1...v1.7.2)

##### Release Announcement

Check out the \[v1.7.2  release announcement]
(<https://gateway.envoyproxy.io/news/releases/notes/v1.7.2>) to learn more about the release.

##### What's Changed

- \[release/v1.7] bump envoy to 1.37.2 and ratelimit to [`05c08d0`](envoyproxy/gateway@05c08d03) by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8763](envoyproxy/gateway#8763)
- \[release/v1.7] cherry-pick for v1.7.2 by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8768](envoyproxy/gateway#8768)
- \[release/v1.7] bump go to 1.25.9 by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8776](envoyproxy/gateway#8776)

**Full Changelog**: <envoyproxy/gateway@v1.7.1...v1.7.2>

</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/201
eleboucher pushed a commit to eleboucher/homelab that referenced this pull request Apr 17, 2026
… → 1.7.2) (#200)

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.1` → `1.7.2` |

---

### Release Notes

<details>
<summary>envoyproxy/gateway (docker.io/envoyproxy/gateway-helm)</summary>

### [`v1.7.2`](https://github.com/envoyproxy/gateway/releases/tag/v1.7.2)

[Compare Source](envoyproxy/gateway@v1.7.2...v1.7.2)

##### Release Announcement

Check out the \[v1.7.2  release announcement]
(<https://gateway.envoyproxy.io/news/releases/notes/v1.7.2>) to learn more about the release.

##### What's Changed

- \[release/v1.7] bump envoy to 1.37.2 and ratelimit to [`05c08d0`](envoyproxy/gateway@05c08d03) by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8763](envoyproxy/gateway#8763)
- \[release/v1.7] cherry-pick for v1.7.2 by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8768](envoyproxy/gateway#8768)
- \[release/v1.7] bump go to 1.25.9 by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8776](envoyproxy/gateway#8776)

**Full Changelog**: <envoyproxy/gateway@v1.7.1...v1.7.2>

### [`v1.7.2`](https://github.com/envoyproxy/gateway/releases/tag/v1.7.2)

[Compare Source](envoyproxy/gateway@v1.7.1...v1.7.2)

##### Release Announcement

Check out the \[v1.7.2  release announcement]
(<https://gateway.envoyproxy.io/news/releases/notes/v1.7.2>) to learn more about the release.

##### What's Changed

- \[release/v1.7] bump envoy to 1.37.2 and ratelimit to [`05c08d0`](envoyproxy/gateway@05c08d03) by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8763](envoyproxy/gateway#8763)
- \[release/v1.7] cherry-pick for v1.7.2 by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8768](envoyproxy/gateway#8768)
- \[release/v1.7] bump go to 1.25.9 by [@&#8203;cnvergence](https://github.com/cnvergence) in [#&#8203;8776](envoyproxy/gateway#8776)

**Full Changelog**: <envoyproxy/gateway@v1.7.1...v1.7.2>

</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/200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants