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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion hpccm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import

__version__ = '24.8.0'
__version__ = '24.10.0'
Loading