Skip to content

fix(container): update image mirror.gcr.io/envoyproxy/gateway-helm ( v1.8.0 ➔ v1.8.1 )#314

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

fix(container): update image mirror.gcr.io/envoyproxy/gateway-helm ( v1.8.0 ➔ v1.8.1 )#314
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mirror.gcr.io-envoyproxy-gateway-helm-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
mirror.gcr.io/envoyproxy/gateway-helm (source) patch v1.8.0v1.8.1

Release Notes

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

v1.8.1

Compare Source

Release Announcement

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

What's Changed

Full Changelog: envoyproxy/gateway@v1.8.0...v1.8.1

v1.8.1

Compare Source

Release Announcement

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

What's Changed

Full Changelog: envoyproxy/gateway@v1.8.0...v1.8.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor
--- HelmRelease: network/envoy-gateway ConfigMap: network/envoy-gateway-config

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

@@ -32,9 +32,9 @@

                 template:
                   spec:
                     containers:
                     - imagePullPolicy: IfNotPresent
                       name: envoy-ratelimit
         shutdownManager:
-          image: mirror.gcr.io/envoyproxy/gateway:v1.8.0
+          image: mirror.gcr.io/envoyproxy/gateway:v1.8.1
       type: Kubernetes
 
--- 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: mirror.gcr.io/envoyproxy/gateway:v1.8.0
+        image: mirror.gcr.io/envoyproxy/gateway:v1.8.1
         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: mirror.gcr.io/envoyproxy/gateway:v1.8.0
+        image: mirror.gcr.io/envoyproxy/gateway:v1.8.1
         imagePullPolicy: IfNotPresent
         name: envoy-gateway-certgen
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
--- HelmRelease: network/envoy-gateway ValidatingAdmissionPolicy: network/safe-upgrades.gateway.networking.k8s.io

+++ HelmRelease: network/envoy-gateway ValidatingAdmissionPolicy: network/safe-upgrades.gateway.networking.k8s.io

@@ -0,0 +1,43 @@

+---
+apiVersion: admissionregistration.k8s.io/v1
+kind: ValidatingAdmissionPolicy
+metadata:
+  annotations:
+    gateway.networking.k8s.io/bundle-version: v1.5.0-dev
+    gateway.networking.k8s.io/channel: standard
+  name: safe-upgrades.gateway.networking.k8s.io
+spec:
+  failurePolicy: Fail
+  matchConstraints:
+    resourceRules:
+    - apiGroups:
+      - apiextensions.k8s.io
+      apiVersions:
+      - v1
+      operations:
+      - CREATE
+      - UPDATE
+      resources:
+      - '*'
+  validations:
+  - expression: object.spec.group != 'gateway.networking.k8s.io' || oldObject == null
+      || ( has(object.metadata.annotations) && object.metadata.annotations.exists(k,
+      k == 'gateway.networking.k8s.io/channel') && object.metadata.annotations['gateway.networking.k8s.io/channel']
+      == 'standard' ) || ( oldObject != null && has(oldObject.metadata.annotations)
+      && oldObject.metadata.annotations.exists(k, k == 'gateway.networking.k8s.io/channel')
+      && oldObject.metadata.annotations['gateway.networking.k8s.io/channel'] == 'experimental'
+      )
+    message: Installing experimental CRDs on top of standard channel CRDs is prohibited
+      by default. Uninstall ValidatingAdmissionPolicy safe-upgrades.gateway.networking.k8s.io
+      to install experimental CRDs on top of standard channel CRDs.
+    reason: Invalid
+  - expression: object.spec.group != 'gateway.networking.k8s.io' || (has(object.metadata.annotations)
+      && object.metadata.annotations.exists(k, k == 'gateway.networking.k8s.io/bundle-version')
+      && !matches(object.metadata.annotations['gateway.networking.k8s.io/bundle-version'],
+      'v1.[0-4].\\d+') && !matches(object.metadata.annotations['gateway.networking.k8s.io/bundle-version'],
+      'v0'))
+    message: Installing CRDs with version before v1.5.0 is prohibited by default.
+      Uninstall ValidatingAdmissionPolicy safe-upgrades.gateway.networking.k8s.io
+      to install older versions.
+    reason: Invalid
+
--- HelmRelease: network/envoy-gateway ValidatingAdmissionPolicyBinding: network/safe-upgrades.gateway.networking.k8s.io

+++ HelmRelease: network/envoy-gateway ValidatingAdmissionPolicyBinding: network/safe-upgrades.gateway.networking.k8s.io

@@ -0,0 +1,24 @@

+---
+apiVersion: admissionregistration.k8s.io/v1
+kind: ValidatingAdmissionPolicyBinding
+metadata:
+  annotations:
+    gateway.networking.k8s.io/bundle-version: v1.5.0-dev
+    gateway.networking.k8s.io/channel: standard
+  name: safe-upgrades.gateway.networking.k8s.io
+spec:
+  policyName: safe-upgrades.gateway.networking.k8s.io
+  validationActions:
+  - Deny
+  matchResources:
+    resourceRules:
+    - apiGroups:
+      - apiextensions.k8s.io
+      apiVersions:
+      - v1
+      resources:
+      - customresourcedefinitions
+      operations:
+      - CREATE
+      - UPDATE
+

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor
--- kubernetes/apps/network/envoy-gateway/app Kustomization: network/envoy-gateway OCIRepository: network/envoy-gateway

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

@@ -10,9 +10,9 @@

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

@renovate renovate Bot force-pushed the renovate/mirror.gcr.io-envoyproxy-gateway-helm-1.x branch from 9d396b4 to 08c521e Compare June 10, 2026 06:45
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