Skip to content

feat(container): update image docker.io/envoyproxy/gateway-helm ( 1.8.3 → 1.9.0 ) - #2345

Merged
Mafyuh merged 1 commit into
mainfrom
renovate/docker.io-envoyproxy-gateway-helm-1.x
Aug 16, 2026
Merged

feat(container): update image docker.io/envoyproxy/gateway-helm ( 1.8.3 → 1.9.0 )#2345
Mafyuh merged 1 commit into
mainfrom
renovate/docker.io-envoyproxy-gateway-helm-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Warning

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


Release Notes

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

v1.9.0

Compare Source

v1.9.0

Compare Source


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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
@@ spec.ref.tag @@
# source.toolkit.fluxcd.io/v1/OCIRepository/kube-system/envoy-gateway
! ± value change
- 1.8.3
+ 1.9.0

@@ spec.ref.tag @@
# source.toolkit.fluxcd.io/v1/OCIRepository/networking/envoy-gateway
! ± value change
- 1.8.3
+ 1.9.0

@@ (root level) @@
# v1/ServiceAccount/kube-system/envoy-gateway
! + one map entry added:
+ automountServiceAccountToken: false

@@ data.envoy-gateway.yaml @@
# v1/ConfigMap/kube-system/envoy-gateway-config
! ± value change in multiline text (two inserts, two deletions)
  apiVersion: gateway.envoyproxy.io/v1alpha1
  kind: EnvoyGateway
  extensionApis:
    enableEnvoyPatchPolicy: true
  
  [seven lines unchanged)]
  
      deploy:
        type: GatewayNamespace
      rateLimitDeployment:
        container:
-         image: mirror.gcr.io/envoyproxy/ratelimit:1e50889b
+         image: mirror.gcr.io/envoyproxy/ratelimit:17b1956c
        patch:
          type: StrategicMerge
          value:
            spec:
  
  [two lines unchanged)]
  
                  containers:
                  - imagePullPolicy: IfNotPresent
                    name: envoy-ratelimit
      shutdownManager:
-       image: mirror.gcr.io/envoyproxy/gateway:v1.8.3
+       image: mirror.gcr.io/envoyproxy/gateway:v1.9.0
    type: Kubernetes

@@ rules @@
# rbac.authorization.k8s.io/v1/ClusterRole/envoy-gateway-gateway-helm-envoy-gateway-role
! - one list entry removed:
- - resources:
-   - envoypatchpolicies/status
-   - clienttrafficpolicies/status
-   - backendtrafficpolicies/status
-   - securitypolicies/status
-   - envoyextensionpolicies/status
-   - backends/status
-   apiGroups:
-   - gateway.envoyproxy.io
-   verbs:
-   - update
! + one list entry added:
+ - resources:
+   - envoyproxies/status
+   - envoypatchpolicies/status
+   - clienttrafficpolicies/status
+   - backendtrafficpolicies/status
+   - securitypolicies/status
+   - envoyextensionpolicies/status
+   - backends/status
+   apiGroups:
+   - gateway.envoyproxy.io
+   verbs:
+   - update

@@ rules @@
# rbac.authorization.k8s.io/v1/ClusterRole/envoy-gateway-gateway-helm-cluster-infra-manager
! - one list entry removed:
- - resources:
-   - horizontalpodautoscalers
-   - poddisruptionbudgets
-   apiGroups:
-   - autoscaling
-   - policy
-   verbs:
-   - create
-   - get
-   - list
-   - delete
-   - deletecollection
-   - patch
-   - watch
! + two list entries added:
+ - resources:
+   - horizontalpodautoscalers
+   apiGroups:
+   - autoscaling
+   verbs:
+   - create
+   - get
+   - list
+   - delete
+   - deletecollection
+   - patch
+   - watch
+ - resources:
+   - poddisruptionbudgets
+   apiGroups:
+   - policy
+   verbs:
+   - create
+   - get
+   - list
+   - delete
+   - deletecollection
+   - patch
+   - watch

@@ rules @@
# rbac.authorization.k8s.io/v1/Role/kube-system/envoy-gateway-gateway-helm-infra-manager
! - one list entry removed:
- - resources:
-   - horizontalpodautoscalers
-   - poddisruptionbudgets
-   apiGroups:
-   - autoscaling
-   - policy
-   verbs:
-   - create
-   - get
-   - list
-   - delete
-   - deletecollection
-   - patch
-   - watch
! + two list entries added:
+ - resources:
+   - horizontalpodautoscalers
+   apiGroups:
+   - autoscaling
+   verbs:
+   - create
+   - get
+   - list
+   - delete
+   - deletecollection
+   - patch
+   - watch
+ - resources:
+   - poddisruptionbudgets
+   apiGroups:
+   - policy
+   verbs:
+   - create
+   - get
+   - list
+   - delete
+   - deletecollection
+   - patch
+   - watch

@@ spec.template.spec @@
# apps/v1/Deployment/kube-system/envoy-gateway
! + two map entries added:
+ automountServiceAccountToken: true
+ securityContext:
+   fsGroup: 65532
+   runAsGroup: 65532
+   runAsNonRoot: true
+   runAsUser: 65532
+   seccompProfile:
+     type: RuntimeDefault

@@ spec.template.spec.containers.envoy-gateway @@
# apps/v1/Deployment/kube-system/envoy-gateway
! + one map entry added:
+ startupProbe:
+   failureThreshold: 30
+   httpGet:
+     path: /healthz
+     port: 8081
+   periodSeconds: 1
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.envoy-gateway.image @@
# apps/v1/Deployment/kube-system/envoy-gateway
! ± value change
- mirror.gcr.io/envoyproxy/gateway:v1.8.3
+ mirror.gcr.io/envoyproxy/gateway:v1.9.0

@@ spec.template.spec.containers.envoy-gateway.livenessProbe @@
# apps/v1/Deployment/kube-system/envoy-gateway
! - one map entry removed:
- initialDelaySeconds: 15
! + two map entries added:
+ successThreshold: 1
+ timeoutSeconds: 1

@@ spec.template.spec.containers.envoy-gateway.readinessProbe @@
# apps/v1/Deployment/kube-system/envoy-gateway
! - one map entry removed:
- initialDelaySeconds: 5
! + two map entries added:
+ successThreshold: 1
+ timeoutSeconds: 1

@@ spec.template.spec.containers.envoy-gateway.securityContext @@
# apps/v1/Deployment/kube-system/envoy-gateway
! + one map entry added:
+ readOnlyRootFilesystem: true

@@ spec.template.spec.containers.envoy-gateway.volumeMounts @@
# apps/v1/Deployment/kube-system/envoy-gateway
! + one list entry added:
+ - name: wasm-cache
+   mountPath: /var/lib/eg/wasm

@@ spec.template.spec.volumes @@
# apps/v1/Deployment/kube-system/envoy-gateway
! + one list entry added:
+ - name: wasm-cache
+   emptyDir: {}

@@ (root level) @@
# v1/ServiceAccount/kube-system/envoy-gateway-gateway-helm-certgen
! + one map entry added:
+ automountServiceAccountToken: false

@@ spec.template.spec @@
# batch/v1/Job/kube-system/envoy-gateway-gateway-helm-certgen
! + two map entries added:
+ automountServiceAccountToken: true
+ securityContext:
+   fsGroup: 65532
+   runAsGroup: 65532
+   runAsNonRoot: true
+   runAsUser: 65532
+   seccompProfile:
+     type: RuntimeDefault

@@ spec.template.spec.containers.envoy-gateway-certgen.image @@
# batch/v1/Job/kube-system/envoy-gateway-gateway-helm-certgen
! ± value change
- mirror.gcr.io/envoyproxy/gateway:v1.8.3
+ mirror.gcr.io/envoyproxy/gateway:v1.9.0

@@ (root level) @@
# v1/ServiceAccount/networking/envoy-gateway
! + one map entry added:
+ automountServiceAccountToken: false

@@ data.envoy-gateway.yaml @@
# v1/ConfigMap/networking/envoy-gateway-config
! ± value change in multiline text (two inserts, two deletions)
  apiVersion: gateway.envoyproxy.io/v1alpha1
  kind: EnvoyGateway
  extensionApis:
    enableEnvoyPatchPolicy: true
  
  [seven lines unchanged)]
  
      deploy:
        type: GatewayNamespace
      rateLimitDeployment:
        container:
-         image: mirror.gcr.io/envoyproxy/ratelimit:1e50889b
+         image: mirror.gcr.io/envoyproxy/ratelimit:17b1956c
        patch:
          type: StrategicMerge
          value:
            spec:
  
  [two lines unchanged)]
  
                  containers:
                  - imagePullPolicy: IfNotPresent
                    name: envoy-ratelimit
      shutdownManager:
-       image: mirror.gcr.io/envoyproxy/gateway:v1.8.3
+       image: mirror.gcr.io/envoyproxy/gateway:v1.9.0
    type: Kubernetes

@@ rules @@
# rbac.authorization.k8s.io/v1/ClusterRole/envoy-gateway-gateway-helm-envoy-gateway-role
! - one list entry removed:
- - resources:
-   - envoypatchpolicies/status
-   - clienttrafficpolicies/status
-   - backendtrafficpolicies/status
-   - securitypolicies/status
-   - envoyextensionpolicies/status
-   - backends/status
-   apiGroups:
-   - gateway.envoyproxy.io
-   verbs:
-   - update
! + one list entry added:
+ - resources:
+   - envoyproxies/status
+   - envoypatchpolicies/status
+   - clienttrafficpolicies/status
+   - backendtrafficpolicies/status
+   - securitypolicies/status
+   - envoyextensionpolicies/status
+   - backends/status
+   apiGroups:
+   - gateway.envoyproxy.io
+   verbs:
+   - update

@@ rules @@
# rbac.authorization.k8s.io/v1/ClusterRole/envoy-gateway-gateway-helm-cluster-infra-manager
! - one list entry removed:
- - resources:
-   - horizontalpodautoscalers
-   - poddisruptionbudgets
-   apiGroups:
-   - autoscaling
-   - policy
-   verbs:
-   - create
-   - get
-   - list
-   - delete
-   - deletecollection
-   - patch
-   - watch
! + two list entries added:
+ - resources:
+   - horizontalpodautoscalers
+   apiGroups:
+   - autoscaling
+   verbs:
+   - create
+   - get
+   - list
+   - delete
+   - deletecollection
+   - patch
+   - watch
+ - resources:
+   - poddisruptionbudgets
+   apiGroups:
+   - policy
+   verbs:
+   - create
+   - get
+   - list
+   - delete
+   - deletecollection
+   - patch
+   - watch

@@ rules @@
# rbac.authorization.k8s.io/v1/Role/networking/envoy-gateway-gateway-helm-infra-manager
! - one list entry removed:
- - resources:
-   - horizontalpodautoscalers
-   - poddisruptionbudgets
-   apiGroups:
-   - autoscaling
-   - policy
-   verbs:
-   - create
-   - get
-   - list
-   - delete
-   - deletecollection
-   - patch
-   - watch
! + two list entries added:
+ - resources:
+   - horizontalpodautoscalers
+   apiGroups:
+   - autoscaling
+   verbs:
+   - create
+   - get
+   - list
+   - delete
+   - deletecollection
+   - patch
+   - watch
+ - resources:
+   - poddisruptionbudgets
+   apiGroups:
+   - policy
+   verbs:
+   - create
+   - get
+   - list
+   - delete
+   - deletecollection
+   - patch
+   - watch

@@ spec.template.spec @@
# apps/v1/Deployment/networking/envoy-gateway
! + two map entries added:
+ automountServiceAccountToken: true
+ securityContext:
+   fsGroup: 65532
+   runAsGroup: 65532
+   runAsNonRoot: true
+   runAsUser: 65532
+   seccompProfile:
+     type: RuntimeDefault

@@ spec.template.spec.containers.envoy-gateway @@
# apps/v1/Deployment/networking/envoy-gateway
! + one map entry added:
+ startupProbe:
+   failureThreshold: 30
+   httpGet:
+     path: /healthz
+     port: 8081
+   periodSeconds: 1
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.envoy-gateway.image @@
# apps/v1/Deployment/networking/envoy-gateway
! ± value change
- mirror.gcr.io/envoyproxy/gateway:v1.8.3
+ mirror.gcr.io/envoyproxy/gateway:v1.9.0

@@ spec.template.spec.containers.envoy-gateway.livenessProbe @@
# apps/v1/Deployment/networking/envoy-gateway
! - one map entry removed:
- initialDelaySeconds: 15
! + two map entries added:
+ successThreshold: 1
+ timeoutSeconds: 1

@@ spec.template.spec.containers.envoy-gateway.readinessProbe @@
# apps/v1/Deployment/networking/envoy-gateway
! - one map entry removed:
- initialDelaySeconds: 5
! + two map entries added:
+ successThreshold: 1
+ timeoutSeconds: 1

@@ spec.template.spec.containers.envoy-gateway.securityContext @@
# apps/v1/Deployment/networking/envoy-gateway
! + one map entry added:
+ readOnlyRootFilesystem: true

@@ spec.template.spec.containers.envoy-gateway.volumeMounts @@
# apps/v1/Deployment/networking/envoy-gateway
! + one list entry added:
+ - name: wasm-cache
+   mountPath: /var/lib/eg/wasm

@@ spec.template.spec.volumes @@
# apps/v1/Deployment/networking/envoy-gateway
! + one list entry added:
+ - name: wasm-cache
+   emptyDir: {}

@@ (root level) @@
# v1/ServiceAccount/networking/envoy-gateway-gateway-helm-certgen
! + one map entry added:
+ automountServiceAccountToken: false

@@ spec.template.spec @@
# batch/v1/Job/networking/envoy-gateway-gateway-helm-certgen
! + two map entries added:
+ automountServiceAccountToken: true
+ securityContext:
+   fsGroup: 65532
+   runAsGroup: 65532
+   runAsNonRoot: true
+   runAsUser: 65532
+   seccompProfile:
+     type: RuntimeDefault

@@ spec.template.spec.containers.envoy-gateway-certgen.image @@
# batch/v1/Job/networking/envoy-gateway-gateway-helm-certgen
! ± value change
- mirror.gcr.io/envoyproxy/gateway:v1.8.3
+ mirror.gcr.io/envoyproxy/gateway:v1.9.0

@Mafyuh
Mafyuh merged commit 30ae9e0 into main Aug 16, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/docker.io-envoyproxy-gateway-helm-1.x branch August 16, 2026 03:00
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