Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVIDIA/k8s-device-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.3
Choose a base ref
...
head repository: NVIDIA/k8s-device-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.4
Choose a head ref
  • 19 commits
  • 30 files changed
  • 3 contributors

Commits on Jul 13, 2025

  1. Bump slackapi/slack-github-action from 2.1.0 to 2.1.1

    Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/slackapi/slack-github-action/releases)
    - [Commits](slackapi/slack-github-action@v2.1.0...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: slackapi/slack-github-action
      dependency-version: 2.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    3eeb33a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Merge pull request #1317 from NVIDIA/dependabot/github_actions/releas…

    …e-0.17/slackapi/slack-github-action-2.1.1
    
    Bump slackapi/slack-github-action from 2.1.0 to 2.1.1
    elezar authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    b52bca7 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/NVIDIA/go-nvlib from 0.7.2 to 0.7.4

    Bumps [github.com/NVIDIA/go-nvlib](https://github.com/NVIDIA/go-nvlib) from 0.7.2 to 0.7.4.
    - [Release notes](https://github.com/NVIDIA/go-nvlib/releases)
    - [Commits](NVIDIA/go-nvlib@v0.7.2...v0.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/NVIDIA/go-nvlib
      dependency-version: 0.7.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    28a3142 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Merge pull request #1346 from NVIDIA/dependabot/go_modules/release-0.…

    …17/github.com/NVIDIA/go-nvlib-0.7.4
    
    Bump github.com/NVIDIA/go-nvlib from 0.7.2 to 0.7.4
    elezar authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    df522e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. Bump golang from 1.23.11 to 1.23.12 in /deployments/devel

    Bumps golang from 1.23.11 to 1.23.12.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-version: 1.23.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 10, 2025
    Configuration menu
    Copy the full SHA
    1762a10 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Ensure that directory volumes have Directory type

    This change ensures that volumes that are expected to be directories have
    a Directory or DirectoryOrCreate type.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    ce58f0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1355 from NVIDIA/dependabot/docker/deployments/de…

    …vel/release-0.17/golang-1.23.12
    
    Bump golang from 1.23.11 to 1.23.12 in /deployments/devel
    elezar authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    6b95a10 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1368 from elezar/check-directory-mounts

    Ensure that directory volumes have Directory type
    elezar authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    3c52e63 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. Bump nvidia/cuda in /deployments/container

    Bumps nvidia/cuda from 12.9.1-base-ubi9 to 13.0.0-base-ubi9.
    
    ---
    updated-dependencies:
    - dependency-name: nvidia/cuda
      dependency-version: 13.0.0-base-ubi9
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    9bf1f10 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Merge pull request #1369 from NVIDIA/dependabot/docker/deployments/co…

    …ntainer/release-0.17/nvidia/cuda-13.0.0-base-ubi9
    
    Bump nvidia/cuda from 12.9.1-base-ubi9 to 13.0.0-base-ubi9 in /deployments/container
    elezar authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    82d5d24 View commit details
    Browse the repository at this point in the history
  2. Ignore errors getting device memory using NVML

    On certain systems, the NVML nvmlDeviceGetMemoryInformation API
    is not supported and returns an error. In these cases we ignore
    these errors and log a warning instead. This means that:
    
    * For the GPU Device Plugin, memory limits will be enforced for
      MPS partioning.
    * For GFD, no nvidia.com/gpu.memory label will be generated.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    c5e473c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Merge pull request #1374 from elezar/update-for-spark

    Ignore errors getting device memory using NVML
    elezar authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    00b814c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Add CVE_UPDATES to resolve vuln in libarchive

    Signed-off-by: Christopher Desiniotis <[email protected]>
    cdesiniotis committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    a7f3bc1 View commit details
    Browse the repository at this point in the history
  2. Bump version to v0.17.4

    Signed-off-by: Christopher Desiniotis <[email protected]>
    cdesiniotis committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    ffccad3 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG for v0.17.3

    Signed-off-by: Christopher Desiniotis <[email protected]>
    cdesiniotis committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    b99491e View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG for v0.17.4

    Signed-off-by: Christopher Desiniotis <[email protected]>
    cdesiniotis committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    ad403d4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1402 from NVIDIA/bump-release-0.17.4

    Bump project version to v0.17.4
    cdesiniotis authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    5665394 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. [no-relnote] update ngc publishing logic for release pipelines

    Signed-off-by: Christopher Desiniotis <[email protected]>
    cdesiniotis committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    6c87d83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1406 from NVIDIA/update-release-ci-on-release-0.17

    [no-relnote] update ngc publishing logic for release pipelines
    cdesiniotis authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    fd56a74 View commit details
    Browse the repository at this point in the history
Loading