-
Notifications
You must be signed in to change notification settings - Fork 811
Comparing changes
Open a pull request
base repository: NVIDIA/k8s-device-plugin
base: dfcf728
head repository: NVIDIA/k8s-device-plugin
compare: fb1242a
- 20 commits
- 39 files changed
- 3 contributors
Commits on Dec 2, 2025
-
Bump actions/upload-pages-artifact from 3 to 4
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fae0785 - Browse repository at this point
Copy the full SHA fae0785View commit details
Commits on Dec 14, 2025
-
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7eb2996 - Browse repository at this point
Copy the full SHA 7eb2996View commit details -
Bump nvidia/distroless/go in /deployments/container
Bumps nvidia/distroless/go from v3.2.1-dev to v3.2.2-dev. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-version: v3.2.2-dev dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05b028c - Browse repository at this point
Copy the full SHA 05b028cView commit details
Commits on Jan 5, 2026
-
Merge pull request #1567 from NVIDIA/dependabot/github_actions/releas…
…e-0.18/actions/upload-artifact-6 Bump actions/upload-artifact from 5 to 6
Configuration menu - View commit details
-
Copy full SHA for ce066df - Browse repository at this point
Copy the full SHA ce066dfView commit details
Commits on Jan 7, 2026
-
Fix race condition in config-manager when label is unset
When the node label (nvidia.com/device-plugin.config) is not set, a race condition could cause the config-manager to hang indefinitely on startup. The issue occurred when the informer's AddFunc fired before the first Get() call, setting current="" and broadcasting. When Get() was subsequently called, it found lastRead == current (both empty strings) and waited forever, as no future events would wake it up. This fix adds an 'initialized' flag to SyncableConfig to ensure the first Get() call never waits, regardless of timing. Subsequent Get() calls still wait properly when the value hasn't changed. Signed-off-by: Uri Sternik <[email protected]> (cherry picked from commit ab05ace)
Configuration menu - View commit details
-
Copy full SHA for 09d5135 - Browse repository at this point
Copy the full SHA 09d5135View commit details
Commits on Jan 9, 2026
-
fix: Ensure that cdi.FeatureFlags are passed to CDI library
Although the cdi.FeatureFlags were added as CLI arguments to the device plugin, these were not passed to the nvcdi library construction. This change ensures that these are properly captured. Signed-off-by: Evan Lezar <[email protected]> (cherry picked from commit 2baf633)
Configuration menu - View commit details
-
Copy full SHA for 4b3d76a - Browse repository at this point
Copy the full SHA 4b3d76aView commit details
Commits on Jan 15, 2026
-
Merge pull request #1577 from NVIDIA/backport-1541-to-release-0.18
[release-0.18] Fix race condition in config-manager when label is unset
Configuration menu - View commit details
-
Copy full SHA for b80634e - Browse repository at this point
Copy the full SHA b80634eView commit details -
Merge pull request #1581 from NVIDIA/backport-1566-to-release-0.18
[release-0.18] fix: Ensure that cdi.FeatureFlags are passed to CDI library
Configuration menu - View commit details
-
Copy full SHA for 2b834b8 - Browse repository at this point
Copy the full SHA 2b834b8View commit details -
Merge pull request #1568 from NVIDIA/dependabot/docker/deployments/co…
…ntainer/release-0.18/nvidia/distroless/go-v3.2.2-dev Bump nvidia/distroless/go from v3.2.1-dev to v3.2.2-dev in /deployments/container
Configuration menu - View commit details
-
Copy full SHA for d2e0c6b - Browse repository at this point
Copy the full SHA d2e0c6bView commit details
Commits on Jan 18, 2026
-
Bump golang from 1.25.4 to 1.25.6 in /deployments/container
Bumps golang from 1.25.4 to 1.25.6. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e69c3cb - Browse repository at this point
Copy the full SHA e69c3cbView commit details
Commits on Jan 19, 2026
-
Merge pull request #1590 from NVIDIA/dependabot/docker/deployments/co…
…ntainer/release-0.18/golang-1.25.6 Bump golang from 1.25.4 to 1.25.6 in /deployments/container
Configuration menu - View commit details
-
Copy full SHA for 37540d9 - Browse repository at this point
Copy the full SHA 37540d9View commit details
Commits on Jan 23, 2026
-
Merge pull request #1514 from NVIDIA/dependabot/github_actions/releas…
…e-0.18/actions/upload-pages-artifact-4 Bump actions/upload-pages-artifact from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for 5c4b69e - Browse repository at this point
Copy the full SHA 5c4b69eView commit details -
Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.3...v1.9.4) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68fdb74 - Browse repository at this point
Copy the full SHA 68fdb74View commit details -
Merge pull request #1592 from NVIDIA/dependabot/go_modules/release-0.…
…18/github.com/sirupsen/logrus-1.9.4 Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4
Configuration menu - View commit details
-
Copy full SHA for 3dde805 - Browse repository at this point
Copy the full SHA 3dde805View commit details -
Bump github.com/NVIDIA/nvidia-container-toolkit to v1.18.2
Signed-off-by: Evan Lezar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c90e7c - Browse repository at this point
Copy the full SHA 5c90e7cView commit details -
Merge pull request #1598 from elezar/bump-nvidia-container-toolkit-v1…
….18.2 Bump github.com/NVIDIA/nvidia-container-toolkit to v1.18.2
Configuration menu - View commit details
-
Copy full SHA for 764afb4 - Browse repository at this point
Copy the full SHA 764afb4View commit details -
Bump version for v0.18.2 release
Signed-off-by: Evan Lezar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 419bad7 - Browse repository at this point
Copy the full SHA 419bad7View commit details -
Bump version to 0.18.2 in deployments
Signed-off-by: Evan Lezar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e2d5c0 - Browse repository at this point
Copy the full SHA 2e2d5c0View commit details -
Signed-off-by: Evan Lezar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de63c4d - Browse repository at this point
Copy the full SHA de63c4dView commit details -
Merge pull request #1600 from elezar/bump-release-v0.18.2
Bump release v0.18.2
Configuration menu - View commit details
-
Copy full SHA for fb1242a - Browse repository at this point
Copy the full SHA fb1242aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dfcf728...fb1242a