Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 18, 2024

This PR contains the following updates:

Package Update Change
intel-device-plugins-gpu minor 0.29.00.34.1

Warning

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


Release Notes

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

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

v0.32.0

Compare Source

A Helm chart for Intel GPU Device Plugin

v0.31.1

Compare Source

A Helm chart for Intel GPU Device Plugin

v0.31.0

Compare Source

A Helm chart for Intel GPU Device Plugin

v0.30.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on saturday" (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 18, 2024

--- kubernetes/apps/kube-system/intel-device-plugin/gpu Kustomization: flux-system/cluster-apps-intel-device-plugin-gpu HelmRelease: kube-system/intel-device-plugin-gpu

+++ kubernetes/apps/kube-system/intel-device-plugin/gpu Kustomization: flux-system/cluster-apps-intel-device-plugin-gpu HelmRelease: kube-system/intel-device-plugin-gpu

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

     spec:
       chart: intel-device-plugins-gpu
       sourceRef:
         kind: HelmRepository
         name: intel
         namespace: flux-system
-      version: 0.29.0
+      version: 0.34.0
   dependsOn:
   - name: intel-device-plugin-operator
     namespace: kube-system
   install:
     remediation:
       retries: 3

@github-actions
Copy link

github-actions bot commented May 18, 2024

--- HelmRelease: kube-system/intel-device-plugin-gpu GpuDevicePlugin: kube-system/intel-device-plugin-gpu

+++ HelmRelease: kube-system/intel-device-plugin-gpu GpuDevicePlugin: kube-system/intel-device-plugin-gpu

@@ -1,15 +1,17 @@

 ---
 apiVersion: deviceplugin.intel.com/v1
 kind: GpuDevicePlugin
 metadata:
   name: intel-device-plugin-gpu
 spec:
-  image: intel/intel-gpu-plugin:0.29.0
+  image: intel/intel-gpu-plugin:0.34.0
   logLevel: 2
   sharedDevNum: 3
-  resourceManager: false
   enableMonitoring: true
   preferredAllocationPolicy: none
+  allowIDs: ''
+  denyIDs: ''
   nodeSelector:
     intel.feature.node.kubernetes.io/gpu: 'true'
+  tolerations: []
 
--- HelmRelease: kube-system/intel-device-plugin-gpu NodeFeatureRule: kube-system/intel-dp-gpu-device

+++ HelmRelease: kube-system/intel-device-plugin-gpu NodeFeatureRule: kube-system/intel-dp-gpu-device

@@ -17,11 +17,28 @@

           - '8086'
         class:
           op: In
           value:
           - '0300'
           - 0380
-    - feature: kernel.loadedmodule
-      matchExpressions:
-        i915:
-          op: Exists
+    matchAny:
+    - matchFeatures:
+      - feature: kernel.loadedmodule
+        matchExpressions:
+          i915:
+            op: Exists
+    - matchFeatures:
+      - feature: kernel.enabledmodule
+        matchExpressions:
+          i915:
+            op: Exists
+    - matchFeatures:
+      - feature: kernel.loadedmodule
+        matchExpressions:
+          xe:
+            op: Exists
+    - matchFeatures:
+      - feature: kernel.enabledmodule
+        matchExpressions:
+          xe:
+            op: Exists
 
--- HelmRelease: kube-system/intel-device-plugin-gpu NodeFeatureRule: kube-system/intel-gpu-platform-labeling

+++ HelmRelease: kube-system/intel-device-plugin-gpu NodeFeatureRule: kube-system/intel-gpu-platform-labeling

@@ -2,26 +2,12 @@

 apiVersion: nfd.k8s-sigs.io/v1alpha1
 kind: NodeFeatureRule
 metadata:
   name: intel-gpu-platform-labeling
 spec:
   rules:
-  - extendedResources:
-      gpu.intel.com/millicores: '@local.label.gpu.intel.com/millicores'
-      gpu.intel.com/memory.max: '@local.label.gpu.intel.com/memory.max'
-      gpu.intel.com/tiles: '@local.label.gpu.intel.com/tiles'
-    matchFeatures:
-    - feature: local.label
-      matchExpressions:
-        gpu.intel.com/millicores:
-          op: Exists
-        gpu.intel.com/memory.max:
-          op: Exists
-        gpu.intel.com/tiles:
-          op: Exists
-    name: intel.gpu.fractionalresources
   - labelsTemplate: |
       {{ range .pci.device }}gpu.intel.com/device-id.{{ .class }}-{{ .device }}.present=true
       {{ end }}
     matchFeatures:
     - feature: pci.device
       matchExpressions:
@@ -196,8 +182,13 @@

           - 56a3
           - '5697'
           - '5696'
           - '5695'
           - 56b1
           - 56b0
+          - 56a2
+          - 56ba
+          - 56bc
+          - 56bd
+          - 56bb
     name: intel.gpu.a.series
 

@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.30.0 feat(helm): update chart intel-device-plugins-gpu to 0.31.0 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 426ecf9 to e9b5a4b Compare September 30, 2024 14:05
@renovate renovate bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from e9b5a4b to bb6e5e6 Compare October 18, 2024 14:23
@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.31.0 feat(helm): update chart intel-device-plugins-gpu to 0.31.1 Oct 18, 2024
@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.31.1 feat(helm): update chart intel-device-plugins-gpu to 0.32.0 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from bb6e5e6 to ab7ffc5 Compare January 31, 2025 13:47
@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.32.0 feat(helm): update chart intel-device-plugins-gpu to 0.32.1 May 14, 2025
@renovate renovate bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from ab7ffc5 to 90e9070 Compare May 14, 2025 07:31
@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.32.1 feat(helm): update chart intel-device-plugins-gpu to 0.34.0 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 90e9070 to 1aeedff Compare September 13, 2025 23:05
@renovate renovate bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 1aeedff to eb15711 Compare December 12, 2025 00:12
@renovate renovate bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.34.0 feat(helm): update chart intel-device-plugins-gpu to 0.34.1 Dec 12, 2025
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