Skip to content

Conversation

@unhesitatingeffectivebot
Copy link
Contributor

@unhesitatingeffectivebot unhesitatingeffectivebot bot commented Nov 12, 2025

This PR contains the following updates:

Package Update Change
mirror.gcr.io/envoyproxy/gateway-helm (source) minor v1.5.4 -> v1.6.0

Release Notes

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

v1.6.0

Compare Source

Release Announcement

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

What's Changed

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

@unhesitatingeffectivebot
Copy link
Contributor Author

--- kubernetes/apps/networking/envoy-gateway/app Kustomization: flux-system/envoy-system OCIRepository: networking/envoy-gateway

+++ kubernetes/apps/networking/envoy-gateway/app Kustomization: flux-system/envoy-system OCIRepository: networking/envoy-gateway

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

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: v1.5.4
+    tag: v1.6.0
   url: oci://mirror.gcr.io/envoyproxy/gateway-helm
 

@unhesitatingeffectivebot
Copy link
Contributor Author

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

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

@@ -21,20 +21,20 @@

     provider:
       kubernetes:
         deploy:
           type: GatewayNamespace
         rateLimitDeployment:
           container:
-            image: docker.io/envoyproxy/ratelimit:e74a664a
+            image: docker.io/envoyproxy/ratelimit:99d85510
           patch:
             type: StrategicMerge
             value:
               spec:
                 template:
                   spec:
                     containers:
                     - imagePullPolicy: IfNotPresent
                       name: envoy-ratelimit
         shutdownManager:
-          image: docker.io/envoyproxy/gateway:v1.5.4
+          image: docker.io/envoyproxy/gateway:v1.6.0
       type: Kubernetes
 
--- HelmRelease: networking/envoy-gateway Service: networking/envoy-gateway

+++ HelmRelease: networking/envoy-gateway Service: networking/envoy-gateway

@@ -7,12 +7,13 @@

   labels:
     control-plane: envoy-gateway
     app.kubernetes.io/name: gateway-helm
     app.kubernetes.io/instance: envoy-gateway
     app.kubernetes.io/managed-by: Helm
 spec:
+  type: ClusterIP
   selector:
     control-plane: envoy-gateway
     app.kubernetes.io/name: gateway-helm
     app.kubernetes.io/instance: envoy-gateway
   ports:
   - name: grpc
--- HelmRelease: networking/envoy-gateway Deployment: networking/envoy-gateway

+++ HelmRelease: networking/envoy-gateway Deployment: networking/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.5.4
+        image: docker.io/envoyproxy/gateway:v1.6.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
--- HelmRelease: networking/envoy-gateway Job: networking/envoy-gateway-gateway-helm-certgen

+++ HelmRelease: networking/envoy-gateway Job: networking/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.5.4
+        image: docker.io/envoyproxy/gateway:v1.6.0
         imagePullPolicy: IfNotPresent
         name: envoy-gateway-certgen
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants