Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 17, 2025

This PR contains the following updates:

Package Update Change
intel-device-plugins-operator minor 0.32.00.34.1

Release Notes

intel/helm-charts (intel-device-plugins-operator)

v0.34.1

Compare Source

A Helm chart for Intel Device Plugins Operator for Kubernetes

v0.34.0

Compare Source

A Helm chart for Intel GPU Device Plugin

v0.32.1

Compare Source

A Helm chart for Intel Device Plugins Operator for Kubernetes


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.

@github-actions
Copy link

github-actions bot commented May 17, 2025

--- HelmRelease: kube-system/intel-device-plugin-operator ClusterRole: kube-system/inteldeviceplugins-manager-role

+++ HelmRelease: kube-system/intel-device-plugin-operator ClusterRole: kube-system/inteldeviceplugins-manager-role

@@ -62,12 +62,13 @@

   resources:
   - dlbdeviceplugins
   - dsadeviceplugins
   - fpgadeviceplugins
   - gpudeviceplugins
   - iaadeviceplugins
+  - npudeviceplugins
   - qatdeviceplugins
   - sgxdeviceplugins
   verbs:
   - create
   - delete
   - get
@@ -82,24 +83,26 @@

   - dsadeviceplugins/finalizers
   - fpgadeviceplugins/finalizers
   - gpudeviceplugins/finalizers
   - iaadeviceplugins/finalizers
   - qatdeviceplugins/finalizers
   - sgxdeviceplugins/finalizers
+  - npudeviceplugins/finalizers
   verbs:
   - update
 - apiGroups:
   - deviceplugin.intel.com
   resources:
   - dlbdeviceplugins/status
   - dsadeviceplugins/status
   - fpgadeviceplugins/status
   - gpudeviceplugins/status
   - iaadeviceplugins/status
   - qatdeviceplugins/status
   - sgxdeviceplugins/status
+  - npudeviceplugins/status
   verbs:
   - get
   - patch
   - update
 - apiGroups:
   - fpga.intel.com
--- HelmRelease: kube-system/intel-device-plugin-operator Deployment: kube-system/inteldeviceplugins-controller-manager

+++ HelmRelease: kube-system/intel-device-plugin-operator Deployment: kube-system/inteldeviceplugins-controller-manager

@@ -25,13 +25,13 @@

         - --devices=gpu
         env:
         - name: DEVICEPLUGIN_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: intel/intel-deviceplugin-operator:0.32.0
+        image: intel/intel-deviceplugin-operator:0.34.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
--- HelmRelease: kube-system/intel-device-plugin-operator MutatingWebhookConfiguration: kube-system/inteldeviceplugins-mutating-webhook-configuration

+++ HelmRelease: kube-system/intel-device-plugin-operator MutatingWebhookConfiguration: kube-system/inteldeviceplugins-mutating-webhook-configuration

@@ -109,12 +109,32 @@

 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: inteldeviceplugins-webhook-service
       namespace: kube-system
+      path: /mutate-deviceplugin-intel-com-v1-npudeviceplugin
+  failurePolicy: Fail
+  name: mnpudeviceplugin.kb.io
+  rules:
+  - apiGroups:
+    - deviceplugin.intel.com
+    apiVersions:
+    - v1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - npudeviceplugins
+  sideEffects: None
+- admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: inteldeviceplugins-webhook-service
+      namespace: kube-system
       path: /mutate-deviceplugin-intel-com-v1-qatdeviceplugin
   failurePolicy: Fail
   name: mqatdeviceplugin.kb.io
   rules:
   - apiGroups:
     - deviceplugin.intel.com
--- HelmRelease: kube-system/intel-device-plugin-operator ValidatingWebhookConfiguration: kube-system/inteldeviceplugins-validating-webhook-configuration

+++ HelmRelease: kube-system/intel-device-plugin-operator ValidatingWebhookConfiguration: kube-system/inteldeviceplugins-validating-webhook-configuration

@@ -109,12 +109,32 @@

 - admissionReviewVersions:
   - v1
   clientConfig:
     service:
       name: inteldeviceplugins-webhook-service
       namespace: kube-system
+      path: /validate-deviceplugin-intel-com-v1-npudeviceplugin
+  failurePolicy: Fail
+  name: vnpudeviceplugin.kb.io
+  rules:
+  - apiGroups:
+    - deviceplugin.intel.com
+    apiVersions:
+    - v1
+    operations:
+    - CREATE
+    - UPDATE
+    resources:
+    - npudeviceplugins
+  sideEffects: None
+- admissionReviewVersions:
+  - v1
+  clientConfig:
+    service:
+      name: inteldeviceplugins-webhook-service
+      namespace: kube-system
       path: /validate-deviceplugin-intel-com-v1-qatdeviceplugin
   failurePolicy: Fail
   name: vqatdeviceplugin.kb.io
   rules:
   - apiGroups:
     - deviceplugin.intel.com

@github-actions
Copy link

github-actions bot commented May 17, 2025

--- kubernetes/apps/kube-system/intel-device-plugin/app Kustomization: flux-system/intel-device-plugin HelmRelease: kube-system/intel-device-plugin-operator

+++ kubernetes/apps/kube-system/intel-device-plugin/app Kustomization: flux-system/intel-device-plugin HelmRelease: kube-system/intel-device-plugin-operator

@@ -13,13 +13,13 @@

     spec:
       chart: intel-device-plugins-operator
       sourceRef:
         kind: HelmRepository
         name: intel
         namespace: flux-system
-      version: 0.32.0
+      version: 0.34.1
   dependsOn:
   - name: node-feature-discovery
     namespace: kube-system
   install:
     crds: CreateReplace
     remediation:

@renovate renovate bot changed the title fix(helm): update chart intel-device-plugins-operator to 0.32.1 feat(helm): update chart intel-device-plugins-operator to 0.34.0 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/intel-device-plugins-operator-0.x branch from c1e33c2 to 26bb029 Compare September 13, 2025 06:03
@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-operator to 0.34.0 feat(helm): update chart intel-device-plugins-operator to 0.34.1 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/intel-device-plugins-operator-0.x branch from 26bb029 to 04134c8 Compare December 11, 2025 09:42
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