Skip to content

Commit 42e4492

Browse files
authored
Prep for v24.10.0 release (#501)
1 parent 8bff8db commit 42e4492

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v24.10.0
2+
- Refreshes default component versions for the LLVM (`llvm`) and NVIDIA
3+
HPC SDK (`nvhpc`) building blocks.
4+
- Update the inbox OFED ('ofed') building block for the latest Linux
5+
distributions.
6+
- Fix issues with the detection of the latest Ubuntu and Rockylinux
7+
distributions.
8+
- Changes the default behavior of the `apt_get` building block to not
9+
use `apt-key`. Note, this may be a breaking change for some recipes.
10+
111
# v24.8.0
212
- Refreshes default component versions for the HPC-X (`hpcx`) and NVIDIA
313
HPC SDK (`nvhpc`) building blocks.

hpccm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = '24.8.0'
17+
__version__ = '24.10.0'

0 commit comments

Comments
 (0)