From 68de395203eea695152d50a6483cddf7ee3efc48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Feb 2026 22:22:01 +0000 Subject: [PATCH] chore(deps): update dependency intel/intel-device-plugins-for-kubernetes to v0.35.0 (#4026) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
intel/intel-device-plugins-for-kubernetes (intel/intel-device-plugins-for-kubernetes) ### [`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 ([#​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 ([#​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 - [#​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 [@​tkatila](https://github.com/tkatila) in [#​2148](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2148) - gpu: levelzero: use correct struct for temp printing by [@​tkatila](https://github.com/tkatila) in [#​2155](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2155) - demo: sgx: fix DCAP download checksum and bump versions by [@​mythi](https://github.com/mythi) in [#​2174](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2174) - build: disable devel publish by [@​tkatila](https://github.com/tkatila) in [#​2171](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2171) - qat: handle service parsing via debugfs by [@​mythi](https://github.com/mythi) in [#​2167](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2167) - Misc GPU updates by [@​tkatila](https://github.com/tkatila) in [#​2172](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2172) - Improve by-path symlink issue description slightly by [@​eero-t](https://github.com/eero-t) in [#​2179](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2179) - ci: add 1.35.x to envtest and e2e tests by [@​mythi](https://github.com/mythi) in [#​2193](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2193) - tool version updates and QAT cleanup by [@​mythi](https://github.com/mythi) in [#​2198](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2198) - NPU: add device ids for PTL etc. by [@​tkatila](https://github.com/tkatila) in [#​2199](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2199) - Add support to build UBI based images by [@​tkatila](https://github.com/tkatila) in [#​2203](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2203) - add vfio based devices to DSA by [@​mythi](https://github.com/mythi) in [#​2194](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2194) - Fix broken anchor links in GPU plugin documentation by [@​Copilot](https://github.com/Copilot) in [#​2218](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2218) - build: bump k8s components to 0.35.1 by [@​tkatila](https://github.com/tkatila) in [#​2224](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2224) - sgx: mark DcapInfraResource as deprecated by [@​tkatila](https://github.com/tkatila) in [#​2225](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2225) - gpu: webhook: fix preferred allocation policy check by [@​tkatila](https://github.com/tkatila) in [#​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 [@​mythi](https://github.com/mythi) in [#​2226](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2226) **Full Changelog**:
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4026 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/intel-device-plugin/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/intel-device-plugin/Chart.yaml b/clusters/cl01tl/helm/intel-device-plugin/Chart.yaml index e39122761..0b5aede68 100644 --- a/clusters/cl01tl/helm/intel-device-plugin/Chart.yaml +++ b/clusters/cl01tl/helm/intel-device-plugin/Chart.yaml @@ -23,4 +23,4 @@ dependencies: repository: https://intel.github.io/helm-charts/ icon: https://avatars.githubusercontent.com/u/17888862?s=48&v=4 # renovate: datasource=github-releases depName=intel/intel-device-plugins-for-kubernetes -appVersion: 0.34.1 +appVersion: 0.35.0