Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release intel-device-plugins-gpu to v0.31.1 #393

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

timtor-bot
Copy link
Collaborator

@timtor-bot timtor-bot commented May 16, 2024

This PR contains the following updates:

Package Update Change
intel-device-plugins-gpu minor 0.29.0 -> 0.31.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.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

A Helm chart for Intel GPU Device Plugin


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 has been generated by Renovate Bot.

@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 363185d to fc67311 Compare June 7, 2024 13:56
@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from fc67311 to 2c26332 Compare June 17, 2024 11:36
@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 2c26332 to 1451209 Compare October 1, 2024 00:17
@timtor-bot timtor-bot changed the title chore(deps): update helm release intel-device-plugins-gpu to v0.30.0 chore(deps): update helm release intel-device-plugins-gpu to v0.31.0 Oct 1, 2024
@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 1451209 to 41ee41c Compare October 19, 2024 00:13
@timtor-bot timtor-bot changed the title chore(deps): update helm release intel-device-plugins-gpu to v0.31.0 chore(deps): update helm release intel-device-plugins-gpu to v0.31.1 Oct 19, 2024
@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 41ee41c to 81f5854 Compare December 18, 2024 10:51
Copy link

--- kubernetes/intel-device-system Kustomization: flux-system/1-intel-device-system HelmRelease: intel-device-system/intel-device-plugins-gpu

+++ kubernetes/intel-device-system Kustomization: flux-system/1-intel-device-system HelmRelease: intel-device-system/intel-device-plugins-gpu

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

   chart:
     spec:
       chart: intel-device-plugins-gpu
       sourceRef:
         kind: HelmRepository
         name: intel
-      version: 0.29.0
+      version: 0.31.1
   install:
     crds: CreateReplace
   interval: 1h
   maxHistory: 1
   timeout: 1m0s
   upgrade:

Copy link

--- HelmRelease: intel-device-system/intel-device-plugins-gpu GpuDevicePlugin: intel-device-system/daemon

+++ HelmRelease: intel-device-system/intel-device-plugins-gpu GpuDevicePlugin: intel-device-system/daemon

@@ -1,15 +1,16 @@

 ---
 apiVersion: deviceplugin.intel.com/v1
 kind: GpuDevicePlugin
 metadata:
   name: daemon
 spec:
-  image: intel/intel-gpu-plugin:0.29.0
+  image: intel/intel-gpu-plugin:0.31.1
   logLevel: 2
   sharedDevNum: 4
   resourceManager: true
   enableMonitoring: true
   preferredAllocationPolicy: none
   nodeSelector:
     intel.feature.node.kubernetes.io/gpu: 'true'
+  tolerations: null
 
--- HelmRelease: intel-device-system/intel-device-plugins-gpu NodeFeatureRule: intel-device-system/intel-dp-gpu-device

+++ HelmRelease: intel-device-system/intel-device-plugins-gpu NodeFeatureRule: intel-device-system/intel-dp-gpu-device

@@ -0,0 +1,44 @@

+---
+apiVersion: nfd.k8s-sigs.io/v1alpha1
+kind: NodeFeatureRule
+metadata:
+  name: intel-dp-gpu-device
+spec:
+  rules:
+  - name: intel.gpu
+    labels:
+      intel.feature.node.kubernetes.io/gpu: 'true'
+    matchFeatures:
+    - feature: pci.device
+      matchExpressions:
+        vendor:
+          op: In
+          value:
+          - '8086'
+        class:
+          op: In
+          value:
+          - '0300'
+          - 0380
+    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: intel-device-system/intel-device-plugins-gpu NodeFeatureRule: intel-device-system/intel-gpu-platform-labeling

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

@@ -0,0 +1,203 @@

+---
+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:
+        class:
+          op: In
+          value:
+          - '0300'
+          - 0380
+        vendor:
+          op: In
+          value:
+          - '8086'
+    name: intel.gpu.generic.deviceid
+  - labelsTemplate: gpu.intel.com/device-id.0300-{{ (index .pci.device 0).device }}.count={{
+      len .pci.device }}
+    matchFeatures:
+    - feature: pci.device
+      matchExpressions:
+        class:
+          op: In
+          value:
+          - '0300'
+        vendor:
+          op: In
+          value:
+          - '8086'
+    name: intel.gpu.generic.count.300
+  - labelsTemplate: gpu.intel.com/device-id.0380-{{ (index .pci.device 0).device }}.count={{
+      len .pci.device }}
+    matchFeatures:
+    - feature: pci.device
+      matchExpressions:
+        class:
+          op: In
+          value:
+          - 0380
+        vendor:
+          op: In
+          value:
+          - '8086'
+    name: intel.gpu.generic.count.380
+  - labels:
+      gpu.intel.com/product: Max_1100
+    labelsTemplate: gpu.intel.com/device.count={{ len .pci.device }}
+    matchFeatures:
+    - feature: pci.device
+      matchExpressions:
+        class:
+          op: In
+          value:
+          - 0380
+        vendor:
+          op: In
+          value:
+          - '8086'
+        device:
+          op: In
+          value:
+          - 0bda
+    name: intel.gpu.max.1100
+  - labels:
+      gpu.intel.com/product: Max_1550
+    labelsTemplate: gpu.intel.com/device.count={{ len .pci.device }}
+    matchFeatures:
+    - feature: pci.device
+      matchExpressions:
+        class:
+          op: In
+          value:
+          - 0380
+        vendor:
+          op: In
+          value:
+          - '8086'
+        device:
+          op: In
+          value:
+          - 0bd5
+    name: intel.gpu.max.1550
+  - labels:
+      gpu.intel.com/family: Max_Series
+    matchFeatures:
+    - feature: pci.device
+      matchExpressions:
+        class:
+          op: In
+          value:
+          - 0380
+        vendor:
+          op: In
+          value:
+          - '8086'
+        device:
+          op: In
+          value:
+          - 0bda
+          - 0bd5
+          - 0bd9
+          - 0bdb
+          - 0bd7
+          - 0bd6
+          - 0bd0
+    name: intel.gpu.max.series
+  - labels:
+      gpu.intel.com/family: Flex_Series
+      gpu.intel.com/product: Flex_170
+    labelsTemplate: gpu.intel.com/device.count={{ len .pci.device }}
+    matchFeatures:
+    - feature: pci.device
+      matchExpressions:
+        class:
+          op: In
+          value:
+          - 0380
+        vendor:
+          op: In
+          value:
+          - '8086'
+        device:
+          op: In
+          value:
+          - 56c0
+    name: intel.gpu.flex.170
+  - labels:
+      gpu.intel.com/family: Flex_Series
+      gpu.intel.com/product: Flex_140
+    labelsTemplate: gpu.intel.com/device.count={{ len .pci.device }}
+    matchFeatures:
+    - feature: pci.device
+      matchExpressions:
+        class:
+          op: In
+          value:
+          - 0380
+        vendor:
+          op: In
+          value:
+          - '8086'
+        device:
+          op: In
+          value:
+          - 56c1
+    name: intel.gpu.flex.140
+  - labels:
+      gpu.intel.com/family: A_Series
+    matchFeatures:
+    - feature: pci.device
+      matchExpressions:
+        class:
+          op: In
+          value:
+          - '0300'
+        vendor:
+          op: In
+          value:
+          - '8086'
+        device:
+          op: In
+          value:
+          - 56a6
+          - 56a5
+          - 56a1
+          - 56a0
+          - '5694'
+          - '5693'
+          - '5692'
+          - '5691'
+          - '5690'
+          - 56b3
+          - 56b2
+          - 56a4
+          - 56a3
+          - '5697'
+          - '5696'
+          - '5695'
+          - 56b1
+          - 56b0
+    name: intel.gpu.a.series
+

@timtor-bot timtor-bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 81f5854 to 8634c49 Compare December 20, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant