chore(deps): update dependency intel/intel-device-plugins-for-kubernetes to v0.35.0 #4026

Merged
alexlebens merged 1 commits from renovate/unified-intelintel-device-plugins-for-kubernetes into main 2026-02-16 22:22:07 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
intel/intel-device-plugins-for-kubernetes minor 0.34.10.35.0

Release Notes

intel/intel-device-plugins-for-kubernetes (intel/intel-device-plugins-for-kubernetes)

v0.35.0: Intel Device Plugins for Kubernetes v0.35.0

Compare Source

Highlights

This is a minor release 0.35.0 containing new VFIO mode for the DSA plugin and some smaller changes/fixes.

Generic

  • Update k8s components to 0.35.1 version

DSA

  • Support for VFIO mode (#​2194)
    • Please note that VFIO mode requires using vfio-pci.disable_denylist=1 in the kernel command line.

NPU

  • Add PTL (and others) as supported devices (#​2199)

SGX

  • Deprecate the DCAP specific resources added in v0.34.x. -dcap-infra-resources arg and related functionality will be removed in the next release.

Bugs fixed

What's Changed (excluding dependabot)

Full Changelog: https://github.com/intel/intel-device-plugins-for-kubernetes/compare/v0.34.1...v0.35.0


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 is behind base branch, 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [intel/intel-device-plugins-for-kubernetes](https://github.com/intel/intel-device-plugins-for-kubernetes) | minor | `0.34.1` → `0.35.0` | --- ### Release Notes <details> <summary>intel/intel-device-plugins-for-kubernetes (intel/intel-device-plugins-for-kubernetes)</summary> ### [`v0.35.0`](https://github.com/intel/intel-device-plugins-for-kubernetes/releases/tag/v0.35.0): Intel Device Plugins for Kubernetes v0.35.0 [Compare Source](https://github.com/intel/intel-device-plugins-for-kubernetes/compare/v0.34.1...v0.35.0) ### Highlights This is a minor release 0.35.0 containing new VFIO mode for the DSA plugin and some smaller changes/fixes. #### Generic - Update k8s components to 0.35.1 version #### DSA - Support for VFIO mode ([#&#8203;2194](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2194)) - Please note that VFIO mode requires using `vfio-pci.disable_denylist=1` in the kernel command line. #### NPU - Add PTL (and others) as supported devices ([#&#8203;2199](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2199)) #### SGX - Deprecate the DCAP specific resources added in v0.34.x. `-dcap-infra-resources` arg and related functionality will be removed in the next release. #### Bugs fixed - [#&#8203;2217](https://github.com/intel/intel-device-plugins-for-kubernetes/issues/2217) #### What's Changed (excluding dependabot) - e2e: add scripts to run e2e tests with k3s by [@&#8203;tkatila](https://github.com/tkatila) in [#&#8203;2148](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2148) - gpu: levelzero: use correct struct for temp printing by [@&#8203;tkatila](https://github.com/tkatila) in [#&#8203;2155](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2155) - demo: sgx: fix DCAP download checksum and bump versions by [@&#8203;mythi](https://github.com/mythi) in [#&#8203;2174](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2174) - build: disable devel publish by [@&#8203;tkatila](https://github.com/tkatila) in [#&#8203;2171](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2171) - qat: handle service parsing via debugfs by [@&#8203;mythi](https://github.com/mythi) in [#&#8203;2167](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2167) - Misc GPU updates by [@&#8203;tkatila](https://github.com/tkatila) in [#&#8203;2172](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2172) - Improve by-path symlink issue description slightly by [@&#8203;eero-t](https://github.com/eero-t) in [#&#8203;2179](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2179) - ci: add 1.35.x to envtest and e2e tests by [@&#8203;mythi](https://github.com/mythi) in [#&#8203;2193](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2193) - tool version updates and QAT cleanup by [@&#8203;mythi](https://github.com/mythi) in [#&#8203;2198](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2198) - NPU: add device ids for PTL etc. by [@&#8203;tkatila](https://github.com/tkatila) in [#&#8203;2199](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2199) - Add support to build UBI based images by [@&#8203;tkatila](https://github.com/tkatila) in [#&#8203;2203](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2203) - add vfio based devices to DSA by [@&#8203;mythi](https://github.com/mythi) in [#&#8203;2194](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2194) - Fix broken anchor links in GPU plugin documentation by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;2218](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2218) - build: bump k8s components to 0.35.1 by [@&#8203;tkatila](https://github.com/tkatila) in [#&#8203;2224](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2224) - sgx: mark DcapInfraResource as deprecated by [@&#8203;tkatila](https://github.com/tkatila) in [#&#8203;2225](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2225) - gpu: webhook: fix preferred allocation policy check by [@&#8203;tkatila](https://github.com/tkatila) in [#&#8203;2227](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2227) - manual bump to controller-runtime v0.23 breaking changes in webhook and client APIs by [@&#8203;mythi](https://github.com/mythi) in [#&#8203;2226](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2226) **Full Changelog**: <https://github.com/intel/intel-device-plugins-for-kubernetes/compare/v0.34.1...v0.35.0> </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
renovate-bot added the image label 2026-02-16 15:02:01 +00:00
renovate-bot added 1 commit 2026-02-16 15:02:05 +00:00
chore(deps): update dependency intel/intel-device-plugins-for-kubernetes to v0.35.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 59s
0f30bdfe2f
renovate-bot force-pushed renovate/unified-intelintel-device-plugins-for-kubernetes from 0f30bdfe2f to 4c47d27609 2026-02-16 20:18:30 +00:00 Compare
renovate-bot force-pushed renovate/unified-intelintel-device-plugins-for-kubernetes from 4c47d27609 to 08b064918b 2026-02-16 21:50:41 +00:00 Compare
renovate-bot force-pushed renovate/unified-intelintel-device-plugins-for-kubernetes from 08b064918b to 7e23369ff6 2026-02-16 22:00:10 +00:00 Compare
renovate-bot force-pushed renovate/unified-intelintel-device-plugins-for-kubernetes from 7e23369ff6 to 9958b93597 2026-02-16 22:05:42 +00:00 Compare
alexlebens merged commit 68de395203 into main 2026-02-16 22:22:07 +00:00
alexlebens deleted branch renovate/unified-intelintel-device-plugins-for-kubernetes 2026-02-16 22:22:32 +00:00
Sign in to join this conversation.