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

feat(helm/intel-device-plugins-gpu): update 0.29.0 ➼ 0.31.1 #880

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

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented May 15, 2024

This PR contains the following updates:

Package Update Change OpenSSF
intel-device-plugins-gpu minor 0.29.0 -> 0.31.1 OpenSSF Scorecard

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.

Copy link

cloudflare-workers-and-pages bot commented May 15, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 31e3a56
Status: ✅  Deploy successful!
Preview URL: https://d23b0e23.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-intel-device-plugin.jjgadgets-biohazard.pages.dev

View logs

@tinfoild tinfoild bot requested a review from JJGadgets as a code owner May 15, 2024 09:34
@JJGadgets JJGadgets force-pushed the main branch 2 times, most recently from a98348d to 74b5ce6 Compare May 27, 2024 02:31
@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch 4 times, most recently from 9def127 to fa4c63b Compare June 24, 2024 16:26
@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch 14 times, most recently from 878ac33 to 59f8ae1 Compare July 12, 2024 11:06
@tinfoild
Copy link
Contributor Author

tinfoild bot commented Jul 12, 2024

--- kube/deploy/core/hardware/intel-device-plugins/app Kustomization: flux-system/1-core-hardware-intel-device-plugins-app HelmRelease: kube-system/intel-device-plugins-gpu

+++ kube/deploy/core/hardware/intel-device-plugins/app Kustomization: flux-system/1-core-hardware-intel-device-plugins-app HelmRelease: kube-system/intel-device-plugins-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.31.1
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Jul 12, 2024

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

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

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

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

+++ HelmRelease: kube-system/intel-device-plugins-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
 

@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch 2 times, most recently from a5a132a to 1eced68 Compare October 1, 2024 13:40
@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 1eced68 to 05f666d Compare October 18, 2024 13:55
@tinfoild tinfoild 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
@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 05f666d to 70721db Compare October 22, 2024 04:50
@tinfoild tinfoild bot changed the title feat(helm): update chart intel-device-plugins-gpu to 0.31.1 feat(helm/intel-device-plugins-gpu): update helm release intel-device-plugins-gpu ➼ 0.31.1 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 70721db to e587799 Compare December 4, 2024 11:44
@tinfoild tinfoild bot changed the title feat(helm/intel-device-plugins-gpu): update helm release intel-device-plugins-gpu ➼ 0.31.1 feat(helm/intel-device-plugins-gpu): update ➼ 0.31.1 Dec 4, 2024
@tinfoild tinfoild bot changed the title feat(helm/intel-device-plugins-gpu): update ➼ 0.31.1 feat(helm/intel-device-plugins-gpu): update 0.29.0 ➼ 0.31.1 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from e587799 to 892f8a9 Compare December 5, 2024 10:02
@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch 4 times, most recently from 4c57f10 to a9ac886 Compare December 6, 2024 15:43
@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from a9ac886 to 0175b54 Compare December 16, 2024 05:11
@tinfoild tinfoild bot changed the title feat(helm/intel-device-plugins-gpu): update 0.29.0 ➼ 0.31.1 chore(deps): update helm release intel-device-plugins-gpu to v0.31.1 Dec 16, 2024
@tinfoild tinfoild bot changed the title chore(deps): update helm release intel-device-plugins-gpu to v0.31.1 feat(helm/intel-device-plugins-gpu): update 0.29.0 ➼ 0.31.1 Dec 16, 2024
@tinfoild tinfoild bot force-pushed the renovate/intel-device-plugins-gpu-0.x branch from 0175b54 to 31e3a56 Compare January 20, 2025 18:08
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.

0 participants