Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"libnvidia-container-1.16.2.tar.gz": "6f0775f51ac4bec285879bf084545f826094eba4e8430258eb5e2536e711c875",
"libnvidia-container-1.17.1.tar.gz": "861ee77bbf1d19531f4c65e57989d5f1a41b0a0b28d6a2d0e2c8e2ede14c1e25",
"nvidia-modprobe-550.54.14.tar.gz": "5687b0dfa6087dd480ae91e91ff1dca975794e35a2edcf9ec08d8f9cb98ef905"
}
}
5 changes: 4 additions & 1 deletion SPECS/libnvidia-container/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define mod_probe_dir deps/src/nvidia-modprobe-%{modprobe_version}
Summary: NVIDIA container runtime library
Name: libnvidia-container
Version: 1.16.2
Version: 1.17.1
Release: 1%{?dist}
License: BSD AND ASL2.0 AND GPLv3+ AND LGPLv3+ AND MIT AND GPLv2
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -135,6 +135,9 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Mon Nov 11 2024 Henry Li <lihl@microsoft.com> - 1.17.1-1
- Upgrade to v1.17.1

* Mon Oct 07 2024 Mandeep Plaha <mandeepplaha@microsoft.com> - 1.16.2-1
- Upgrade to version 1.16.2 to stay in sync with nvidia-container-toolkit.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"nvidia-container-toolkit-1.16.2-vendor.tar.gz": "e9ed76163b347b73de1b3af838f0c1b83a61faadcdef65550d0f3160cd236cd6",
"nvidia-container-toolkit-1.16.2.tar.gz": "0062b4123bc8fd34191d95464e42dc18c34c6fff4c7bda0e23ba336f9ecd7997"
"nvidia-container-toolkit-1.17.1-vendor.tar.gz": "894d10f0504e7a8a8fe8748d736288e90f23e24f13aac058b6b83c4ca99dc40f",
"nvidia-container-toolkit-1.17.1.tar.gz": "bf1e3ede225bfa41a932e00430e3efbc2c788d8a4e93e5133ff24b5a3b2ae1eb"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}
Summary: NVIDIA container runtime hook
Name: nvidia-container-toolkit
Version: 1.16.2
Version: 1.17.1
Release: 1%{?dist}
License: ALS2.0
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -84,6 +84,9 @@ rm -f %{_bindir}/nvidia-container-toolkit
%{_bindir}/nvidia-ctk

%changelog
* Mon Nov 11 2024 Henry Li <lihl@microsoft.com> - 1.17.1-1
- Upgrade to v1.17.1 to resolve CVE‑2024-0134

* Sat Oct 05 2024 Mandeep Plaha <mandeepplaha@microsoft.com> - 1.16.2-1
- Auto-upgrade to 1.16.2 - Critical vulnerability CVE-2024-0132, Medium vulnerability CVE-2024-0133

Expand Down
8 changes: 4 additions & 4 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10331,8 +10331,8 @@
"type": "other",
"other": {
"name": "libnvidia-container",
"version": "1.16.2",
"downloadUrl": "https://github.com/NVIDIA/libnvidia-container/archive/v1.16.2.tar.gz"
"version": "1.17.1",
"downloadUrl": "https://github.com/NVIDIA/libnvidia-container/archive/v1.17.1.tar.gz"
}
}
},
Expand Down Expand Up @@ -14292,8 +14292,8 @@
"type": "other",
"other": {
"name": "nvidia-container-toolkit",
"version": "1.16.2",
"downloadUrl": "https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.16.2.tar.gz"
"version": "1.17.1",
"downloadUrl": "https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.17.1.tar.gz"
}
}
},
Expand Down