Skip to content

feat(oci/gateway-helm): update v1.7.1 ➼ v1.8.0#5768

Open
tinfoild[bot] wants to merge 1 commit into
mainfrom
renovate/mirror.gcr.io-envoyproxy-gateway-helm-1.x
Open

feat(oci/gateway-helm): update v1.7.1 ➼ v1.8.0#5768
tinfoild[bot] wants to merge 1 commit into
mainfrom
renovate/mirror.gcr.io-envoyproxy-gateway-helm-1.x

Conversation

@tinfoild
Copy link
Copy Markdown
Contributor

@tinfoild tinfoild Bot commented May 13, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change OpenSSF
mirror.gcr.io/envoyproxy/gateway-helm (source) minor v1.7.1v1.8.0 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

envoyproxy/gateway (mirror.gcr.io/envoyproxy/gateway-helm)

v1.8.0

Compare Source

Release Announcement

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

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Singapore)

  • 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 has been generated by Mend Renovate.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 13, 2026

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 25152f2
Status: ✅  Deploy successful!
Preview URL: https://49677616.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-mirror-gcr-io-envoy-8kbe.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Copy Markdown
Contributor Author

tinfoild Bot commented May 13, 2026

kube/helmrelease/out00

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

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

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

     provider:
       kubernetes:
         deploy:
           type: GatewayNamespace
         rateLimitDeployment:
           container:
-            image: mirror.gcr.io/envoyproxy/ratelimit:c8765e89
+            image: mirror.gcr.io/envoyproxy/ratelimit:ff287602
           patch:
             type: StrategicMerge
             value:
               spec:
                 template:
                   spec:
                     containers:
                     - imagePullPolicy: IfNotPresent
                       name: envoy-ratelimit
         shutdownManager:
-          image: mirror.gcr.io/envoyproxy/gateway:v1.7.1
+          image: mirror.gcr.io/envoyproxy/gateway:v1.8.0
       type: Kubernetes
 
--- HelmRelease: ingress/envoy-gateway ClusterRole: ingress/envoy-gateway-gateway-helm-envoy-gateway-role

+++ HelmRelease: ingress/envoy-gateway ClusterRole: ingress/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: ingress/envoy-gateway ClusterRole: ingress/envoy-gateway-gateway-helm-cluster-infra-manager

+++ HelmRelease: ingress/envoy-gateway ClusterRole: ingress/envoy-gateway-gateway-helm-cluster-infra-manager

@@ -18,23 +18,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
@@ -42,12 +45,13 @@

   - create
   - get
   - list
   - delete
   - deletecollection
   - patch
+  - watch
 - apiGroups:
   - certificates.k8s.io
   resources:
   - clustertrustbundles
   verbs:
   - list
--- HelmRelease: ingress/envoy-gateway ClusterRoleBinding: ingress/envoy-gateway-gateway-helm-envoy-gateway-rolebinding

+++ HelmRelease: ingress/envoy-gateway ClusterRoleBinding: ingress/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: ingress/envoy-gateway Role: ingress/envoy-gateway-gateway-helm-infra-manager

+++ HelmRelease: ingress/envoy-gateway Role: ingress/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: ingress/envoy-gateway Deployment: ingress/envoy-gateway

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

@@ -36,13 +36,13 @@

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

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

@@ -29,13 +29,13 @@

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

@tinfoild tinfoild Bot force-pushed the renovate/mirror.gcr.io-envoyproxy-gateway-helm-1.x branch from c458be3 to cb5ce34 Compare May 14, 2026 01:01
@tinfoild tinfoild Bot changed the title feat(oci/gateway-helm): update v1.7.1 ➼ 1.8.0 feat(oci/gateway-helm): update v1.7.1 ➼ v1.8.0 May 14, 2026
@tinfoild tinfoild Bot force-pushed the renovate/mirror.gcr.io-envoyproxy-gateway-helm-1.x branch from cb5ce34 to 25152f2 Compare May 15, 2026 18:39
@tinfoild
Copy link
Copy Markdown
Contributor Author

tinfoild Bot commented May 15, 2026

kube/kustomization/out00

--- kube/deploy/core/ingress/envoy-gateway/app Kustomization: ingress/envoy-gateway-app OCIRepository: ingress/envoy-gateway

+++ kube/deploy/core/ingress/envoy-gateway/app Kustomization: ingress/envoy-gateway-app OCIRepository: ingress/envoy-gateway

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

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

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.

0 participants