Skip to content

build(deps): update image docker.io/envoyproxy/gateway-helm ( 1.7.2 ➜ 1.8.0 )#860

Merged
rcdailey merged 1 commit into
mainfrom
renovate/docker.io-envoyproxy-gateway-helm-1.x
May 13, 2026
Merged

build(deps): update image docker.io/envoyproxy/gateway-helm ( 1.7.2 ➜ 1.8.0 )#860
rcdailey merged 1 commit into
mainfrom
renovate/docker.io-envoyproxy-gateway-helm-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2026

This PR contains the following updates:

Package Update Change
docker.io/envoyproxy/gateway-helm (source) minor 1.7.21.8.0

Release Notes

envoyproxy/gateway (docker.io/envoyproxy/gateway-helm)

v1.8.0

Compare Source

v1.8.0

Compare Source

v1.7.3

Compare Source

Release Announcement

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

What's Changed

Full Changelog: envoyproxy/gateway@v1.7.2...v1.7.3

v1.7.3

Compare Source

Release Announcement

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

What's Changed

Full Changelog: envoyproxy/gateway@v1.7.2...v1.7.3


Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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.

@github-actions
Copy link
Copy Markdown
Contributor

--- HelmRelease: network/envoy-gateway ConfigMap: network/envoy-gateway-config

+++ HelmRelease: network/envoy-gateway ConfigMap: network/envoy-gateway-config

@@ -22,20 +22,20 @@

     provider:
       kubernetes:
         envoyService:
           type: LoadBalancer
         rateLimitDeployment:
           container:
-            image: docker.io/envoyproxy/ratelimit:05c08d03
+            image: docker.io/envoyproxy/ratelimit:ff287602
           patch:
             type: StrategicMerge
             value:
               spec:
                 template:
                   spec:
                     containers:
                     - imagePullPolicy: IfNotPresent
                       name: envoy-ratelimit
         shutdownManager:
-          image: docker.io/envoyproxy/gateway:v1.7.2
+          image: docker.io/envoyproxy/gateway:v1.8.0
       type: Kubernetes
 
--- HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-envoy-gateway-role

+++ HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-envoy-gateway-role

@@ -1,12 +1,16 @@

 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
 metadata:
   creationTimestamp: null
   name: envoy-gateway-gateway-helm-envoy-gateway-role
+  labels:
+    app.kubernetes.io/name: gateway-helm
+    app.kubernetes.io/instance: envoy-gateway
+    app.kubernetes.io/managed-by: Helm
 rules:
 - apiGroups:
   - ''
   resources:
   - nodes
   - namespaces
@@ -92,12 +96,13 @@

   verbs:
   - update
 - apiGroups:
   - gateway.networking.k8s.io
   resources:
   - gateways
+  - listenersets
   - grpcroutes
   - httproutes
   - referencegrants
   - tcproutes
   - tlsroutes
   - udproutes
@@ -107,32 +112,19 @@

   - list
   - watch
 - apiGroups:
   - gateway.networking.k8s.io
   resources:
   - gateways/status
+  - listenersets/status
   - grpcroutes/status
   - httproutes/status
   - tcproutes/status
   - tlsroutes/status
   - udproutes/status
   - backendtlspolicies/status
-  verbs:
-  - update
-- apiGroups:
-  - gateway.networking.x-k8s.io
-  resources:
-  - xlistenersets
-  verbs:
-  - get
-  - list
-  - watch
-- apiGroups:
-  - gateway.networking.x-k8s.io
-  resources:
-  - xlistenersets/status
   verbs:
   - update
 - apiGroups:
   - ''
   resources:
   - pods
--- HelmRelease: network/envoy-gateway ClusterRoleBinding: network/envoy-gateway-gateway-helm-envoy-gateway-rolebinding

+++ HelmRelease: network/envoy-gateway ClusterRoleBinding: network/envoy-gateway-gateway-helm-envoy-gateway-rolebinding

@@ -1,11 +1,15 @@

 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRoleBinding
 metadata:
   name: envoy-gateway-gateway-helm-envoy-gateway-rolebinding
+  labels:
+    app.kubernetes.io/name: gateway-helm
+    app.kubernetes.io/instance: envoy-gateway
+    app.kubernetes.io/managed-by: Helm
 roleRef:
   apiGroup: rbac.authorization.k8s.io
   kind: ClusterRole
   name: envoy-gateway-gateway-helm-envoy-gateway-role
 subjects:
 - kind: ServiceAccount
--- HelmRelease: network/envoy-gateway Role: network/envoy-gateway-gateway-helm-infra-manager

+++ HelmRelease: network/envoy-gateway Role: network/envoy-gateway-gateway-helm-infra-manager

@@ -19,23 +19,26 @@

   - create
   - get
   - list
   - delete
   - deletecollection
   - patch
+  - watch
 - apiGroups:
   - apps
   resources:
   - deployments
   - daemonsets
   verbs:
   - create
   - get
+  - list
   - delete
   - deletecollection
   - patch
+  - watch
 - apiGroups:
   - autoscaling
   - policy
   resources:
   - horizontalpodautoscalers
   - poddisruptionbudgets
@@ -43,12 +46,13 @@

   - create
   - get
   - list
   - delete
   - deletecollection
   - patch
+  - watch
 - apiGroups:
   - certificates.k8s.io
   resources:
   - clustertrustbundles
   verbs:
   - list
--- HelmRelease: network/envoy-gateway Deployment: network/envoy-gateway

+++ HelmRelease: network/envoy-gateway Deployment: network/envoy-gateway

@@ -35,13 +35,13 @@

           valueFrom:
             fieldRef:
               apiVersion: v1
               fieldPath: metadata.namespace
         - name: KUBERNETES_CLUSTER_DOMAIN
           value: cluster.local
-        image: docker.io/envoyproxy/gateway:v1.7.2
+        image: docker.io/envoyproxy/gateway:v1.8.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
--- HelmRelease: network/envoy-gateway Job: network/envoy-gateway-gateway-helm-certgen

+++ HelmRelease: network/envoy-gateway Job: network/envoy-gateway-gateway-helm-certgen

@@ -28,13 +28,13 @@

           valueFrom:
             fieldRef:
               apiVersion: v1
               fieldPath: metadata.namespace
         - name: KUBERNETES_CLUSTER_DOMAIN
           value: cluster.local
-        image: docker.io/envoyproxy/gateway:v1.7.2
+        image: docker.io/envoyproxy/gateway:v1.8.0
         imagePullPolicy: IfNotPresent
         name: envoy-gateway-certgen
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:

@github-actions
Copy link
Copy Markdown
Contributor

--- kubernetes/apps/network/envoy-gateway Kustomization: network/envoy-gateway OCIRepository: network/envoy-gateway

+++ kubernetes/apps/network/envoy-gateway Kustomization: network/envoy-gateway OCIRepository: network/envoy-gateway

@@ -11,9 +11,9 @@

 spec:
   interval: 1h
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 1.7.2
+    tag: 1.8.0
   url: oci://docker.io/envoyproxy/gateway-helm
 

@rcdailey rcdailey merged commit 6b9f8c9 into main May 13, 2026
5 checks passed
@rcdailey rcdailey deleted the renovate/docker.io-envoyproxy-gateway-helm-1.x branch May 13, 2026 23:28
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