From 67b6fe01d83992561e248e983f46e61bcfd646a9 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 18 Oct 2023 17:18:16 -0700 Subject: [PATCH 1/2] bump mig-manager-version and cuda base image version --- deployments/systemd/packages/debian/changelog | 6 ++++++ .../systemd/packages/rpm/SPECS/nvidia-mig-manager.spec | 3 +++ versions.mk | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/deployments/systemd/packages/debian/changelog b/deployments/systemd/packages/debian/changelog index c6adced3..ddc906b1 100644 --- a/deployments/systemd/packages/debian/changelog +++ b/deployments/systemd/packages/debian/changelog @@ -1,3 +1,9 @@ +nvidia-mig-manager (0.5.5-1) UNRELEASED; urgency=medium + + * Update to latest CUDA base image 12.2.2 + + -- NVIDIA CORPORATION Thu, 18 Oct 2023 02:16:57 +0200 + nvidia-mig-manager (0.5.4-1) UNRELEASED; urgency=medium * Update MIG config for Hopper with device ID of H100 80GB HBM3 SKU diff --git a/deployments/systemd/packages/rpm/SPECS/nvidia-mig-manager.spec b/deployments/systemd/packages/rpm/SPECS/nvidia-mig-manager.spec index 3c4e8eeb..c2ab5b60 100644 --- a/deployments/systemd/packages/rpm/SPECS/nvidia-mig-manager.spec +++ b/deployments/systemd/packages/rpm/SPECS/nvidia-mig-manager.spec @@ -133,6 +133,9 @@ maybe_remove_hooks_symlink maybe_remove_config_symlink %changelog +* Thu Oct 18 2023 NVIDIA CORPORATION 0.5.5-1 +- Update to latest CUDA base image 12.2.2 + * Thu Sep 7 2023 NVIDIA CORPORATION 0.5.4-1 - Update MIG config for Hopper with device ID of H100 80GB HBM3 SKU diff --git a/versions.mk b/versions.mk index 58772345..fe760d49 100644 --- a/versions.mk +++ b/versions.mk @@ -12,11 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= 0.5.4 +VERSION ?= 0.5.5 vVERSION := v$(VERSION:v%=%) -CUDA_VERSION := 12.2.0 +CUDA_VERSION := 12.2.2 GOLANG_VERSION := 1.20.1 NVIDIA_CTK_VERSION := v1.13.4 From e1a096919d6cb8418e8194c36f3cc58e90124936 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 19 Oct 2023 11:48:53 +0200 Subject: [PATCH 2/2] Also bump version string in main.go Signed-off-by: Evan Lezar --- cmd/nvidia-mig-parted/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/nvidia-mig-parted/main.go b/cmd/nvidia-mig-parted/main.go index 38333c71..0bf66a6a 100644 --- a/cmd/nvidia-mig-parted/main.go +++ b/cmd/nvidia-mig-parted/main.go @@ -43,7 +43,7 @@ func main() { c.UseShortOptionHandling = true c.EnableBashCompletion = true c.Usage = "Manage MIG partitions across the full set of NVIDIA GPUs on a node" - c.Version = "0.5.4" + c.Version = "0.5.5" // Setup the flags for this command c.Flags = []cli.Flag{