Skip to content

Commit

Permalink
Prep for v24.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samcmill committed Oct 1, 2024
1 parent 8bff8db commit cc53dcc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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'

0 comments on commit cc53dcc

Please sign in to comment.