Skip to content

feat(container): update image docker.io/envoyproxy/gateway-helm ( 1.3.2 → 1.4.0 )#74

Merged
mrkhachaturov merged 1 commit intomainfrom
renovate/docker.io-envoyproxy-gateway-helm-1.x
May 16, 2025
Merged

feat(container): update image docker.io/envoyproxy/gateway-helm ( 1.3.2 → 1.4.0 )#74
mrkhachaturov merged 1 commit intomainfrom
renovate/docker.io-envoyproxy-gateway-helm-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 10, 2025

This PR contains the following updates:

Package Update Change
docker.io/envoyproxy/gateway-helm (source) minor 1.3.2 -> 1.4.0

Release Notes

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

v1.4.0

Compare Source

Release Announcement

Check out the v1.4.0 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 was generated by Mend Renovate. View the repository job log.

@astrateambot
Copy link
Contributor

astrateambot bot commented May 10, 2025

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

+++ kubernetes/apps/network/envoy-gateway/app Kustomization: network/envoy 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: 1.3.2
+    tag: 1.4.0
   url: oci://docker.io/envoyproxy/gateway-helm
 

@astrateambot
Copy link
Contributor

astrateambot bot commented May 10, 2025

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

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

@@ -9,29 +9,30 @@

     app.kubernetes.io/instance: envoy-gateway
     app.kubernetes.io/managed-by: Helm
 data:
   envoy-gateway.yaml: |
     apiVersion: gateway.envoyproxy.io/v1alpha1
     kind: EnvoyGateway
+    extensionApis: {}
     gateway:
       controllerName: gateway.envoyproxy.io/gatewayclass-controller
     logging:
       level:
         default: info
     provider:
       kubernetes:
         rateLimitDeployment:
           container:
-            image: docker.io/envoyproxy/ratelimit:0141a24f
+            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.3.2
+          image: docker.io/envoyproxy/gateway:v1.4.0
       type: Kubernetes
 
--- HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-envoy-gateway-role

+++ HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-envoy-gateway-role

@@ -115,7 +115,18 @@

   - tcproutes/status
   - tlsroutes/status
   - udproutes/status
   - backendtlspolicies/status
   verbs:
   - update
+- apiGroups:
+  - ''
+  resources:
+  - pods
+  - pods/binding
+  verbs:
+  - get
+  - list
+  - patch
+  - update
+  - watch
 
--- HelmRelease: network/envoy-gateway Service: network/envoy-gateway

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

@@ -24,7 +24,10 @@

   - name: wasm
     port: 18002
     targetPort: 18002
   - name: metrics
     port: 19001
     targetPort: 19001
+  - name: webhook
+    port: 9443
+    targetPort: 9443
 
--- 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.3.2
+        image: docker.io/envoyproxy/gateway:v1.4.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
@@ -53,12 +53,14 @@

         - containerPort: 18001
           name: ratelimit
         - containerPort: 18002
           name: wasm
         - containerPort: 19001
           name: metrics
+        - name: webhook
+          containerPort: 9443
         readinessProbe:
           httpGet:
             path: /readyz
             port: 8081
           initialDelaySeconds: 5
           periodSeconds: 10
--- HelmRelease: network/envoy-gateway ServiceAccount: network/envoy-gateway-gateway-helm-certgen

+++ HelmRelease: network/envoy-gateway ServiceAccount: network/envoy-gateway-gateway-helm-certgen

@@ -6,8 +6,9 @@

   namespace: network
   labels:
     app.kubernetes.io/name: gateway-helm
     app.kubernetes.io/instance: envoy-gateway
     app.kubernetes.io/managed-by: Helm
   annotations:
-    helm.sh/hook: pre-install
+    helm.sh/hook: pre-install, pre-upgrade
+    helm.sh/hook-weight: '-1'
 
--- HelmRelease: network/envoy-gateway Role: network/envoy-gateway-gateway-helm-certgen

+++ HelmRelease: network/envoy-gateway Role: network/envoy-gateway-gateway-helm-certgen

@@ -6,13 +6,14 @@

   namespace: network
   labels:
     app.kubernetes.io/name: gateway-helm
     app.kubernetes.io/instance: envoy-gateway
     app.kubernetes.io/managed-by: Helm
   annotations:
-    helm.sh/hook: pre-install
+    helm.sh/hook: pre-install, pre-upgrade
+    helm.sh/hook-weight: '-1'
 rules:
 - apiGroups:
   - ''
   resources:
   - secrets
   verbs:
--- HelmRelease: network/envoy-gateway RoleBinding: network/envoy-gateway-gateway-helm-certgen

+++ HelmRelease: network/envoy-gateway RoleBinding: network/envoy-gateway-gateway-helm-certgen

@@ -6,13 +6,14 @@

   namespace: network
   labels:
     app.kubernetes.io/name: gateway-helm
     app.kubernetes.io/instance: envoy-gateway
     app.kubernetes.io/managed-by: Helm
   annotations:
-    helm.sh/hook: pre-install
+    helm.sh/hook: pre-install, pre-upgrade
+    helm.sh/hook-weight: '-1'
 roleRef:
   apiGroup: rbac.authorization.k8s.io
   kind: Role
   name: envoy-gateway-gateway-helm-certgen
 subjects:
 - kind: ServiceAccount
--- HelmRelease: network/envoy-gateway Job: network/envoy-gateway-gateway-helm-certgen

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

@@ -28,25 +28,25 @@

           valueFrom:
             fieldRef:
               apiVersion: v1
               fieldPath: metadata.namespace
         - name: KUBERNETES_CLUSTER_DOMAIN
           value: cluster.local
-        image: docker.io/envoyproxy/gateway:v1.3.2
+        image: docker.io/envoyproxy/gateway:v1.4.0
         imagePullPolicy: IfNotPresent
         name: envoy-gateway-certgen
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           privileged: false
           readOnlyRootFilesystem: true
-          runAsGroup: 65534
+          runAsGroup: 65532
           runAsNonRoot: true
-          runAsUser: 65534
+          runAsUser: 65532
           seccompProfile:
             type: RuntimeDefault
       imagePullSecrets: []
       restartPolicy: Never
       serviceAccountName: envoy-gateway-gateway-helm-certgen
   ttlSecondsAfterFinished: 30
--- HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-certgen:network

+++ HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-certgen:network

@@ -0,0 +1,31 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+  name: envoy-gateway-gateway-helm-certgen:network
+  labels:
+    app.kubernetes.io/name: gateway-helm
+    app.kubernetes.io/instance: envoy-gateway
+    app.kubernetes.io/managed-by: Helm
+  annotations:
+    helm.sh/hook: pre-install, pre-upgrade
+    helm.sh/hook-weight: '-1'
+rules:
+- apiGroups:
+  - admissionregistration.k8s.io
+  resources:
+  - mutatingwebhookconfigurations
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - admissionregistration.k8s.io
+  resources:
+  - mutatingwebhookconfigurations
+  resourceNames:
+  - envoy-gateway-topology-injector.network
+  verbs:
+  - update
+  - patch
+
--- HelmRelease: network/envoy-gateway ClusterRoleBinding: network/envoy-gateway-gateway-helm-certgen:network

+++ HelmRelease: network/envoy-gateway ClusterRoleBinding: network/envoy-gateway-gateway-helm-certgen:network

@@ -0,0 +1,21 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+  name: envoy-gateway-gateway-helm-certgen:network
+  labels:
+    app.kubernetes.io/name: gateway-helm
+    app.kubernetes.io/instance: envoy-gateway
+    app.kubernetes.io/managed-by: Helm
+  annotations:
+    helm.sh/hook: pre-install, pre-upgrade
+    helm.sh/hook-weight: '-1'
+roleRef:
+  apiGroup: rbac.authorization.k8s.io
+  kind: ClusterRole
+  name: envoy-gateway-gateway-helm-certgen:network
+subjects:
+- kind: ServiceAccount
+  name: envoy-gateway-gateway-helm-certgen
+  namespace: network
+
--- HelmRelease: network/envoy-gateway MutatingWebhookConfiguration: network/envoy-gateway-topology-injector.network

+++ HelmRelease: network/envoy-gateway MutatingWebhookConfiguration: network/envoy-gateway-topology-injector.network

@@ -0,0 +1,41 @@

+---
+apiVersion: admissionregistration.k8s.io/v1
+kind: MutatingWebhookConfiguration
+metadata:
+  name: envoy-gateway-topology-injector.network
+  annotations:
+    helm.sh/hook: pre-install, pre-upgrade
+    helm.sh/hook-weight: '-1'
+  labels:
+    app.kubernetes.io/component: topology-injector
+    app.kubernetes.io/name: gateway-helm
+    app.kubernetes.io/instance: envoy-gateway
+    app.kubernetes.io/managed-by: Helm
+webhooks:
+- name: topology.webhook.gateway.envoyproxy.io
+  admissionReviewVersions:
+  - v1
+  sideEffects: None
+  clientConfig:
+    service:
+      name: envoy-gateway
+      namespace: network
+      path: /inject-pod-topology
+      port: 9443
+  failurePolicy: Ignore
+  rules:
+  - operations:
+    - CREATE
+    apiGroups:
+    - ''
+    apiVersions:
+    - v1
+    resources:
+    - pods/binding
+  namespaceSelector:
+    matchExpressions:
+    - key: kubernetes.io/metadata.name
+      operator: In
+      values:
+      - network
+

@renovate renovate bot force-pushed the renovate/docker.io-envoyproxy-gateway-helm-1.x branch from 2814cc9 to 7cd140b Compare May 14, 2025 06:45
@renovate renovate bot changed the title fix(container): update image docker.io/envoyproxy/gateway-helm ( 1.3.2 → 1.3.3 ) feat(container): update image docker.io/envoyproxy/gateway-helm ( 1.3.2 → 1.4.0 ) May 14, 2025
@mrkhachaturov mrkhachaturov merged commit 693741f into main May 16, 2025
12 checks passed
@renovate renovate bot deleted the renovate/docker.io-envoyproxy-gateway-helm-1.x branch May 16, 2025 10:27
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