Skip to content

feat(container): update image docker.io/envoyproxy/gateway-helm ( v1.4.1 → 1.5.0 )#7

Merged
rcdailey merged 1 commit into
mainfrom
renovate/docker.io-envoyproxy-gateway-helm-1.x
Aug 17, 2025
Merged

feat(container): update image docker.io/envoyproxy/gateway-helm ( v1.4.1 → 1.5.0 )#7
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 Jul 12, 2025

This PR contains the following updates:

Package Update Change
docker.io/envoyproxy/gateway-helm (source) minor v1.4.1 -> 1.5.0

Release Notes

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

v1.5.0

Compare Source

Release Announcement

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

What's Changed


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 042f25b to 94767bd Compare July 12, 2025 20:22
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 94767bd to 15baf1c Compare July 12, 2025 20:35
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 15baf1c to 830ff49 Compare July 12, 2025 20:51
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 830ff49 to 3ff4f52 Compare July 12, 2025 22:12
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 3ff4f52 to d60f574 Compare July 12, 2025 22:14
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jul 12, 2025

--- 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: v1.4.1
+    tag: 1.5.0
   url: oci://docker.io/envoyproxy/gateway-helm
 

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jul 12, 2025

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

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

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

     provider:
       kubernetes:
         envoyService:
           type: LoadBalancer
         rateLimitDeployment:
           container:
-            image: docker.io/envoyproxy/ratelimit:bb4dae24
+            image: docker.io/envoyproxy/ratelimit:3e085e5b
           patch:
             type: StrategicMerge
             value:
               spec:
                 template:
                   spec:
                     containers:
                     - imagePullPolicy: IfNotPresent
                       name: envoy-ratelimit
         shutdownManager:
-          image: docker.io/envoyproxy/gateway:v1.4.1
+          image: docker.io/envoyproxy/gateway:v1.5.0
       type: Kubernetes
 
--- HelmRelease: network/envoy-gateway Role: network/envoy-gateway-gateway-helm-infra-manager

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

@@ -15,12 +15,13 @@

   - serviceaccounts
   - services
   - configmaps
   verbs:
   - create
   - get
+  - list
   - delete
   - deletecollection
   - patch
 - apiGroups:
   - apps
   resources:
@@ -38,10 +39,19 @@

   resources:
   - horizontalpodautoscalers
   - poddisruptionbudgets
   verbs:
   - create
   - get
+  - list
   - delete
   - deletecollection
   - patch
+- apiGroups:
+  - certificates.k8s.io
+  resources:
+  - clustertrustbundles
+  verbs:
+  - list
+  - get
+  - watch
 
--- 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.4.1
+        image: docker.io/envoyproxy/gateway:v1.5.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.4.1
+        image: docker.io/envoyproxy/gateway:v1.5.0
         imagePullPolicy: IfNotPresent
         name: envoy-gateway-certgen
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:

@rcdailey rcdailey force-pushed the main branch 15 times, most recently from 0fa7ac1 to e107fd9 Compare July 13, 2025 21:44
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 1df9709 to d50c665 Compare July 14, 2025 01:12
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from d50c665 to 3e31c59 Compare July 14, 2025 01:31
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 3e31c59 to 11764a3 Compare July 14, 2025 01:40
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 11764a3 to 7a7bcaa Compare July 15, 2025 02:37
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 7a7bcaa to fb41615 Compare July 15, 2025 02:47
@rcdailey rcdailey force-pushed the main branch 2 times, most recently from 897ac78 to 405b508 Compare July 15, 2025 03:25
@renovate renovate Bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from fb41615 to c9b862b Compare July 15, 2025 03:25
@rcdailey rcdailey force-pushed the main branch 13 times, most recently from 4f6f477 to 89171fe Compare July 16, 2025 23:53
@rcdailey rcdailey force-pushed the main branch 3 times, most recently from bce9aeb to eedae47 Compare August 1, 2025 03:40
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