This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/intel/intel-gpu-plugin](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes) | minor | `13e83f4` → `2db679b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>intel/intel-device-plugins-for-kubernetes (docker.io/intel/intel-gpu-plugin)</summary> ### [`v0.36.0`](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/releases/tag/v0.36.0): Intel Device Plugins for Kubernetes v0.36.0 [Compare Source](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/compare/v0.35.0...v0.36.0) ### Highlights This is a minor release 0.36.0 containing changes to GPU plugin's monitoring functionality and some smaller changes/fixes. #### Generic - Update k8s components to 0.36.0 version ([#​2275](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2275)) - Golang 1.26 ([#​2246](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2246)) - Go improvements ([#​2248](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2248)) - e2e: move to ginkgo labels ([#​2258](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2258)) - OpenShift documentation created ([#​2265](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2265)) #### GPU - Support new 2.x xpumd's device info API ([#​2278](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/issues/2278)) - Move from KMD specific monitoring resources to a singular resource `gpu.intel.com/monitoring` ([#​2244](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2244)) #### Operator - Support for e2e operator tests for OCP and vanilla k8s #### Bugs fixed - QAT: Fix provisioning config not applying for an existing QAT CR ([#​2270](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/issues/2270)) - GPU: readme renders incorrectly ([#​2239](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/issues/2239)) - GPU: Include /dev/mei\* devices in the monitoring resource ([#​2237](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/issues/2237)) #### What's Changed (excluding dependabot) - Post 0.35 updates to main by [@​tkatila](https://redirect.github.com/tkatila) in [#​2231](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2231) - gpu: include /dev/mei\* devices for \_monitoring resource by [@​tkatila](https://redirect.github.com/tkatila) in [#​2242](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2242) - modernize Go and fix prealloc findings by [@​mythi](https://redirect.github.com/mythi) in [#​2248](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2248) - GPU: move to single/non-kmd tied monitoring resource by [@​tkatila](https://redirect.github.com/tkatila) in [#​2244](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2244) - Pin setup-envtest to release-0.23 branch by [@​Copilot](https://redirect.github.com/Copilot) in [#​2257](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2257) - cdi: add npu and gpu examples for docker use by [@​tkatila](https://redirect.github.com/tkatila) in [#​2253](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2253) - e2e: use labels to filter tests by [@​tkatila](https://redirect.github.com/tkatila) in [#​2258](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2258) - Remove stale nodes/proxy trivyignore, merge .trivyignore into .trivyignore.yaml by [@​Copilot](https://redirect.github.com/Copilot) in [#​2260](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2260) - Fix table rendering in GPU plugin README by adding missing blank line by [@​Nesar976](https://redirect.github.com/Nesar976) in [#​2263](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2263) - publish: add missing 0.35 release branch for triggers by [@​tkatila](https://redirect.github.com/tkatila) in [#​2264](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2264) - e2e: rewrite operator tests with OCP support by [@​tkatila](https://redirect.github.com/tkatila) in [#​2259](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2259) - build: use Go 1.26 by [@​Copilot](https://redirect.github.com/Copilot) in [#​2246](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2246) - k8s 1.36.0 by [@​mythi](https://redirect.github.com/mythi) in [#​2275](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2275) - operator: qat: fix provisioning config change propagation and asym;sym validation by [@​Copilot](https://redirect.github.com/Copilot) in [#​2271](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2271) - GPU plugin: add xpumd 2.x as alternative health data source by [@​Copilot](https://redirect.github.com/Copilot) in [#​2279](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2279) - Move Openshift documentation to this repository by [@​Copilot](https://redirect.github.com/Copilot) in [#​2265](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2265) - build: drop -N -l flags by [@​tkatila](https://redirect.github.com/tkatila) in [#​2288](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2288) #### New Contributors - [@​Nesar976](https://redirect.github.com/Nesar976) made their first contribution in [#​2263](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/pull/2263) **Full Changelog**: <https://github.com/intel/intel-device-plugins-for-kubernetes/compare/v0.35.0...v0.36.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9pbnRlbC1ncHUtcGx1Z2luIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, by the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on the AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in that folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0