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/nvidia-container-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Choose a base ref
...
head repository: NVIDIA/nvidia-container-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.2
Choose a head ref
  • 12 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 5, 2024

  1. Force symlink creation in create-symlink hook

    This change updates the create-symlink hook to be equivalent to
    ln -f -s target link
    
    This ensures that links are updated even if they exist in the container
    being run.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    324096c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge pull request #776 from elezar/fix-libcuda-symlink

    Force symlink creation in create-symlink hook
    elezar authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3cb613a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Fallback to file for runtime config

    This change ensures that we fall back to the previous behaviour of
    reading the existing config from the specified config file if extracting
    the current config from the command line fails. This fixes use cases where
    the containerd / crio executables are not available.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a918591 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #780 from elezar/add-config-fallback

    Fallback to file for runtime config
    elezar authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b03e942 View commit details
    Browse the repository at this point in the history
  3. Fix bug in default config file path

    This fix ensures that the default config file path for the nvidia-ctk runtime configure
    command is set consistently.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    edf5d97 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Merge pull request #784 from elezar/fix-config-file-path

    Fix bug in default config file path
    elezar authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    11e4af3 View commit details
    Browse the repository at this point in the history
  2. Bump version for v1.17.1 release

    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ca9612a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #786 from elezar/bump-release-v1.17.1

    Bump version for v1.17.1 release
    elezar authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    1467f3f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Fix NVIDIA_IMEX_CHANNELS handling on legacy images

    For legacy images (images with a CUDA_VERSION set but no CUDA_REQUIRES set), the
    default behaviour for device envvars is to treat non-existence as all.
    
    This change ensures that the NVIDIA_IMEX_CHANNELS envvar is not treated in the same
    way, instead returning no devices if the envvar is not set.
    
    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f774cee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #801 from elezar/fix-legacy-nvidia-imex-channels

    Fix NVIDIA_IMEX_CHANNELS handling on legacy images
    elezar authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    70ac1e2 View commit details
    Browse the repository at this point in the history
  3. Bump version for v1.17.2 release

    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    aac7258 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #802 from elezar/bump-release-v1.17.2

    Bump release v1.17.2
    elezar authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fa66e4c View commit details
    Browse the repository at this point in the history
Loading