Skip to content

fix(container): update image gateway-helm ( 1.7.0 → 1.7.1 )#3246

Merged
rogerrum merged 1 commit intomainfrom
renovate/gateway-helm-1.x
Mar 22, 2026
Merged

fix(container): update image gateway-helm ( 1.7.0 → 1.7.1 )#3246
rogerrum merged 1 commit intomainfrom
renovate/gateway-helm-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 12, 2026

This PR contains the following updates:

Package Update Change
gateway-helm (source) patch 1.7.01.7.1

Release Notes

envoyproxy/gateway (gateway-helm)

v1.7.1

Compare Source

Release Announcement

Check out the v1.7.1 release announcement to learn more about the release.

What's Changed

  • [release-1.7] bump golang to 1.25.7 by @​zirain in #​8200
  • [release-1.7] bump golang to 1.25.8 by @​zirain in #​8445
  • [release/v1.7] bump envoy to 1.37.1 by @​cnvergence in #​8492
  • [release/v1.7] Cherry pick for v1.7.1 by @​cnvergence in #​8494
    • api: make ConnectionLimit.Value optional (#​8478)
    • fix: aggregate xRoute/xPolicy statuses across GWCs in gateway-api runner (#​8387)
    • fix: active health check respect endpoint hostname (#​8452)
    • fix: exclude unmanaged route parents from xPolicy status ancestors (#​8321)
    • fix: add ownerReferences to ratelimit ConfigMap and HPA (#​8358)
    • fix: computeHosts doesn't work when listener and route both wildcard (#​8186)
    • fix: fixed local object reference resolution from parent in merged BackendTrafficPolicies (#​8210)
    • fix: XListenerSet allows route from same namespace (#​8226)
    • fix: API key auth (#​8267)
  • [release/v1.7] Cherry pick for v1.7.1 by @​jukie in #​8495
  • [release/v1.7] bump envoy ratelimit to c8765e8 by @​cnvergence in #​8500

Full Changelog: envoyproxy/gateway@v1.7.0...v1.7.1

v1.7.1

Compare Source

Release Announcement

Check out the v1.7.1 release announcement to learn more about the release.

What's Changed
  • [release-1.7] bump golang to 1.25.7 by @​zirain in #​8200
  • [release-1.7] bump golang to 1.25.8 by @​zirain in #​8445
  • [release/v1.7] bump envoy to 1.37.1 by @​cnvergence in #​8492
  • [release/v1.7] Cherry pick for v1.7.1 by @​cnvergence in #​8494
    • api: make ConnectionLimit.Value optional (#​8478)
    • fix: aggregate xRoute/xPolicy statuses across GWCs in gateway-api runner (#​8387)
    • fix: active health check respect endpoint hostname (#​8452)
    • fix: exclude unmanaged route parents from xPolicy status ancestors (#​8321)
    • fix: add ownerReferences to ratelimit ConfigMap and HPA (#​8358)
    • fix: computeHosts doesn't work when listener and route both wildcard (#​8186)
    • fix: fixed local object reference resolution from parent in merged BackendTrafficPolicies (#​8210)
    • fix: XListenerSet allows route from same namespace (#​8226)
    • fix: API key auth (#​8267)
  • [release/v1.7] Cherry pick for v1.7.1 by @​jukie in #​8495
  • [release/v1.7] bump envoy ratelimit to c8765e8 by @​cnvergence in #​8500

Full Changelog: envoyproxy/gateway@v1.7.0...v1.7.1


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package                           | from  | to    |
| ---------- | --------------------------------- | ----- | ----- |
| docker     | docker.io/envoyproxy/gateway-helm | 1.7.0 | 1.7.1 |


Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

Path: infrastructure/envoy-gateway
Version: 1.7.0 -> 1.7.1

--- /tmp/tmp.xu78LSsbkB	2026-03-12 21:07:02.292934371 +0000
+++ /tmp/tmp.05FBBOSuyG	2026-03-12 21:07:03.085932377 +0000
@@ -28,7 +28,7 @@
       kubernetes:
         rateLimitDeployment:
           container:
-            image: docker.io/envoyproxy/ratelimit:3fb70258
+            image: docker.io/envoyproxy/ratelimit:c8765e89
           patch:
             type: StrategicMerge
             value:
@@ -39,7 +39,7 @@
                     - imagePullPolicy: IfNotPresent
                       name: envoy-ratelimit
         shutdownManager:
-          image: docker.io/envoyproxy/gateway:v1.7.0
+          image: docker.io/envoyproxy/gateway:v1.7.1
       type: Kubernetes
 
 ---
@@ -484,7 +484,7 @@
                   fieldPath: metadata.namespace
             - name: KUBERNETES_CLUSTER_DOMAIN
               value: cluster.local
-          image: docker.io/envoyproxy/gateway:v1.7.0
+          image: docker.io/envoyproxy/gateway:v1.7.1
           imagePullPolicy: IfNotPresent
           livenessProbe:
             httpGet:
@@ -986,7 +986,7 @@
                   fieldPath: metadata.namespace
             - name: KUBERNETES_CLUSTER_DOMAIN
               value: cluster.local
-          image: docker.io/envoyproxy/gateway:v1.7.0
+          image: docker.io/envoyproxy/gateway:v1.7.1
           imagePullPolicy: IfNotPresent
           name: envoy-gateway-certgen
           securityContext:

@rogerrum rogerrum merged commit 5d69dd6 into main Mar 22, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/gateway-helm-1.x branch March 22, 2026 19:26
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.

1 participant