From cc53dcc743f76a470099548dc4f386acd6f5af58 Mon Sep 17 00:00:00 2001 From: Scott McMillan Date: Tue, 1 Oct 2024 11:54:00 -0500 Subject: [PATCH] Prep for v24.10.0 release --- CHANGELOG.md | 10 ++++++++++ hpccm/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9760b220..91451883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v24.10.0 +- Refreshes default component versions for the LLVM (`llvm`) and NVIDIA + HPC SDK (`nvhpc`) building blocks. +- Update the inbox OFED ('ofed') building block for the latest Linux + distributions. +- Fix issues with the detection of the latest Ubuntu and Rockylinux + distributions. +- Changes the default behavior of the `apt_get` building block to not + use `apt-key`. Note, this may be a breaking change for some recipes. + # v24.8.0 - Refreshes default component versions for the HPC-X (`hpcx`) and NVIDIA HPC SDK (`nvhpc`) building blocks. diff --git a/hpccm/version.py b/hpccm/version.py index 87004f8a..f7870426 100644 --- a/hpccm/version.py +++ b/hpccm/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import -__version__ = '24.8.0' +__version__ = '24.10.0'