Skip to content

Commit bd1a968

Browse files
committed
24.11.1 Release
1 parent ea2155a commit bd1a968

File tree

6 files changed

+44
-31
lines changed

6 files changed

+44
-31
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When NVIDIA Cloud Native Stack batch is released, the previous batch enters main
2626

2727
| Batch | Status |
2828
| :-----: | :--------------:|
29-
| [24.11.0](https://github.com/NVIDIA/cloud-native-stack/releases/tag/v24.11.0) | Generally Available |
29+
| [24.11.1](https://github.com/NVIDIA/cloud-native-stack/releases/tag/v24.11.0) | Generally Available |
3030
| [24.8.1](https://github.com/NVIDIA/cloud-native-stack/releases/tag/v24.8.1) | Maintenance |
3131
| [24.5.0](https://github.com/NVIDIA/cloud-native-stack/releases/tag/v24.5.0) and lower | EOL |
3232

@@ -42,13 +42,13 @@ For more information, Refer [Cloud Native Stack Releases](https://github.com/NVI
4242
| Platforms | <ul><li>NVIDIA Certified Server (x86 & arm64)</li><li>DGX Server</li></ul> | <ul><li>NVIDIA Certified Server (x86 & arm64)</li><li>DGX Server</li></ul> | <ul><li>NVIDIA Certified Server (x86 & arm64)</li><li>DGX Server</li></ul> |
4343
| Supported OS | <ul><li>Ubuntu 22.04 LTS</li><li>RHEL 8.10</li><li>DGX OS 6.2(Ubuntu 22.04 LTS)</li></ul> | <ul><li>Ubuntu 22.04 LTS</li><li>RHEL 8.10</li><li>DGX OS 6.2(Ubuntu 22.04 LTS)</li></ul> | <ul><li>Ubuntu 22.04 LTS</li><li>RHEL 8.10</li><li>DGX OS 6.2(Ubuntu 22.04 LTS)</li></ul> |
4444
| Containerd | 1.7.23 | 1.7.23 | 1.7.23 |
45-
| NVIDIA Container Toolkit | 1.17.0 | 1.17.0 | 1.17.0 |
45+
| NVIDIA Container Toolkit | 1.17.3 | 1.17.3 | 1.17.3 |
4646
| CRI-O | 1.31.2 | 1.30.6 | 1.29.10 |
4747
| Kubernetes | 1.31.2 | 1.30.6 | 1.29.10 |
4848
| CNI (Calico) | 3.28.2 | 3.28.2 | 3.28.2 |
49-
| NVIDIA GPU Operator | 24.9.0 | 24.9.0 | 24.9.0 |
49+
| NVIDIA GPU Operator | 24.9.1 | 24.9.1 | 24.9.1 |
5050
| NVIDIA Network Operator | 24.7.0 | 24.7.0 | 24.7.0 |
51-
| NVIDIA Data Center Driver | 550.127.05 | 550.127.05 | 550.127.05 |
51+
| NVIDIA Data Center Driver | 550.127.08 | 550.127.08 | 550.127.08 |
5252
| Helm | 3.16.2 | 3.16.2 | 3.16.2 |
5353

5454
> Note: To Previous Cloud Native Stack release information can be found [here](https://github.com/NVIDIA/cloud-native-stack/tree/24.5.0?tab=readme-ov-file#nvidia-cloud-native-stack-component-matrix)

playbooks/cns-validation.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,15 @@
343343
echo -e "==========================================================================================="
344344
echo -e " Components Target Version || Installed Version "
345345
echo -e "==========================================================================================="
346-
echo -e "GPU Operator Version {{ release_24_9_0['gpu_operator_version'] }} || {{ gpuoperator.stdout }}"
347-
echo -e "NVIDIA Container Driver Version {{ release_24_9_0['gpu_driver_version'] }} || {{ nvcdriver.stdout }}"
348-
echo -e "GPU Operator NV Toolkit Driver {{ release_24_9_0['container_toolkit'] }} || {{ nvtoolkit.stdout }}"
349-
echo -e "K8sDevice Plugin Version {{ release_24_9_0['device_plugin'] }} || {{ k8sdevice.stdout }}"
350-
echo -e "Data Center GPU Manager(DCGM) Version {{ release_24_9_0['dcgm_exporter_version'] }} || {{ dcgm_exporter.stdout }}"
351-
echo -e "Node Feature Discovery Version {{ release_24_9_0['nfd_version'] }} || {{ nodediscover.stdout }}"
352-
echo -e "GPU Feature Discovery Version {{ release_24_9_0['gfd_version'] }} || {{ gpudiscover.stdout }}"
353-
echo -e "NVIDIA validator version {{ release_24_9_0['validator_version'] }} || {{ validator.stdout }}"
354-
echo -e "NVIDIA MIG Manager version {{ release_24_9_0['mig_manager_version'] }} || {{ mig_manager.stdout }}"
346+
echo -e "GPU Operator Version {{ release_24_9_1['gpu_operator_version'] }} || {{ gpuoperator.stdout }}"
347+
echo -e "NVIDIA Container Driver Version {{ release_24_9_1['gpu_driver_version'] }} || {{ nvcdriver.stdout }}"
348+
echo -e "GPU Operator NV Toolkit Driver {{ release_24_9_1['container_toolkit'] }} || {{ nvtoolkit.stdout }}"
349+
echo -e "K8sDevice Plugin Version {{ release_24_9_1['device_plugin'] }} || {{ k8sdevice.stdout }}"
350+
echo -e "Data Center GPU Manager(DCGM) Version {{ release_24_9_1['dcgm_exporter_version'] }} || {{ dcgm_exporter.stdout }}"
351+
echo -e "Node Feature Discovery Version {{ release_24_9_1['nfd_version'] }} || {{ nodediscover.stdout }}"
352+
echo -e "GPU Feature Discovery Version {{ release_24_9_1['gfd_version'] }} || {{ gpudiscover.stdout }}"
353+
echo -e "NVIDIA validator version {{ release_24_9_1['validator_version'] }} || {{ validator.stdout }}"
354+
echo -e "NVIDIA MIG Manager version {{ release_24_9_1['mig_manager_version'] }} || {{ mig_manager.stdout }}"
355355
echo -e
356356
echo -e "NOTE: NVIDIA Mig Manager is valid for only A100 and A30 and H100 GPU's"
357357
echo -e
@@ -366,15 +366,15 @@
366366
echo -e "==========================================================================================="
367367
echo -e " Components Target Version || Installed Version "
368368
echo -e "==========================================================================================="
369-
echo -e "GPU Operator Version {{ release_24_9_0['gpu_operator_version'] }} || {{ gpuoperator.stdout }}"
370-
echo -e "NVIDIA Container Driver Version {{ release_24_9_0['gpu_driver_version'] }} || {{ nvidia_driver.stdout }}"
371-
echo -e "NVIDIA Toolkit Driver {{ release_24_9_0['container_toolkit'] }} || {{ nvidia_ct.stdout }}"
372-
echo -e "K8sDevice Plugin Version {{ release_24_9_0['device_plugin'] }} || {{ k8sdevice.stdout }}"
373-
echo -e "Data Center GPU Manager(DCGM) Version {{ release_24_9_0['dcgm_exporter_version'] }} || {{ dcgm_exporter.stdout }}"
374-
echo -e "Node Feature Discovery Version {{ release_24_9_0['nfd_version'] }} || {{ nodediscover.stdout }}"
375-
echo -e "GPU Feature Discovery Version {{ release_24_9_0['gfd_version'] }} || {{ gpudiscover.stdout }}"
376-
echo -e "NVIDIA validator version {{ release_24_9_0['validator_version'] }} || {{ validator.stdout }}"
377-
echo -e "NVIDIA MIG Manager version {{ release_24_9_0['mig_manager_version'] }} || {{ mig_manager.stdout }}"
369+
echo -e "GPU Operator Version {{ release_24_9_1['gpu_operator_version'] }} || {{ gpuoperator.stdout }}"
370+
echo -e "NVIDIA Container Driver Version {{ release_24_9_1['gpu_driver_version'] }} || {{ nvidia_driver.stdout }}"
371+
echo -e "NVIDIA Toolkit Driver {{ release_24_9_1['container_toolkit'] }} || {{ nvidia_ct.stdout }}"
372+
echo -e "K8sDevice Plugin Version {{ release_24_9_1['device_plugin'] }} || {{ k8sdevice.stdout }}"
373+
echo -e "Data Center GPU Manager(DCGM) Version {{ release_24_9_1['dcgm_exporter_version'] }} || {{ dcgm_exporter.stdout }}"
374+
echo -e "Node Feature Discovery Version {{ release_24_9_1['nfd_version'] }} || {{ nodediscover.stdout }}"
375+
echo -e "GPU Feature Discovery Version {{ release_24_9_1['gfd_version'] }} || {{ gpudiscover.stdout }}"
376+
echo -e "NVIDIA validator version {{ release_24_9_1['validator_version'] }} || {{ validator.stdout }}"
377+
echo -e "NVIDIA MIG Manager version {{ release_24_9_1['mig_manager_version'] }} || {{ mig_manager.stdout }}"
378378
echo -e
379379
echo -e "NOTE: NVIDIA Mig Manager is valid for only A100 and A30 and H100 GPU's"
380380
echo -e

playbooks/cns_values_12.3.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ containerd_version: "1.7.23"
1212
runc_version: "1.1.14"
1313
cni_plugins_version: "1.5.1"
1414
containerd_max_concurrent_downloads: "5"
15-
nvidia_container_toolkit_version: "1.17.1"
15+
nvidia_container_toolkit_version: "1.17.3"
1616
crio_version: "1.29.10"
1717
cri_dockerd_version: "0.3.15"
1818
k8s_version: "1.29.10"
1919
calico_version: "3.28.2"
2020
flannel_version: "0.25.6"
2121
helm_version: "3.16.2"
22-
gpu_operator_version: "24.9.0"
22+
gpu_operator_version: "24.9.1"
2323
network_operator_version: "24.7.0"
2424
nim_operator_version: "1.0.0"
2525
local_path_provisioner: "0.0.30"
@@ -34,7 +34,7 @@ lws_version: "0.4.0"
3434
# GPU Operator Values
3535
enable_gpu_operator: yes
3636
confidential_computing: no
37-
gpu_driver_version: "550.127.05"
37+
gpu_driver_version: "550.127.08"
3838
use_open_kernel_module: no
3939
enable_mig: no
4040
mig_profile: all-disabled

playbooks/cns_values_13.2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ containerd_version: "1.7.23"
1212
runc_version: "1.1.14"
1313
cni_plugins_version: "1.5.1"
1414
containerd_max_concurrent_downloads: "5"
15-
nvidia_container_toolkit_version: "1.17.1"
15+
nvidia_container_toolkit_version: "1.17.3"
1616
crio_version: "1.30.6"
1717
cri_dockerd_version: "0.3.15"
1818
k8s_version: "1.30.6"
1919
calico_version: "3.28.2"
2020
flannel_version: "0.25.6"
2121
helm_version: "3.16.2"
22-
gpu_operator_version: "24.9.0"
22+
gpu_operator_version: "24.9.1"
2323
network_operator_version: "24.7.0"
2424
nim_operator_version: "1.0.0"
2525
local_path_provisioner: "0.0.30"
@@ -34,7 +34,7 @@ lws_version: "0.4.0"
3434
# GPU Operator Values
3535
enable_gpu_operator: yes
3636
confidential_computing: no
37-
gpu_driver_version: "550.127.05"
37+
gpu_driver_version: "550.127.08"
3838
use_open_kernel_module: no
3939
enable_mig: no
4040
mig_profile: all-disabled

playbooks/cns_values_14.0.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ containerd_version: "1.7.23"
1212
runc_version: "1.1.14"
1313
cni_plugins_version: "1.5.1"
1414
containerd_max_concurrent_downloads: "5"
15-
nvidia_container_toolkit_version: "1.17.1"
15+
nvidia_container_toolkit_version: "1.17.3"
1616
crio_version: "1.31.2"
1717
cri_dockerd_version: "0.3.15"
1818
k8s_version: "1.31.2"
1919
calico_version: "3.28.2"
2020
flannel_version: "0.25.6"
2121
helm_version: "3.16.2"
22-
gpu_operator_version: "24.9.0"
22+
gpu_operator_version: "24.9.1"
2323
network_operator_version: "24.7.0"
2424
nim_operator_version: "1.0.0"
2525
local_path_provisioner: "0.0.30"
@@ -34,7 +34,7 @@ lws_version: "0.4.0"
3434
# GPU Operator Values
3535
enable_gpu_operator: yes
3636
confidential_computing: no
37-
gpu_driver_version: "550.127.05"
37+
gpu_driver_version: "550.127.08"
3838
use_open_kernel_module: no
3939
enable_mig: no
4040
mig_profile: all-disabled

playbooks/gpu_operator.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
release_24_9_1:
2+
gpu_operator_version: v24.9.0
3+
gpu_driver_version: 550.127.05
4+
driver_manager_version: 0.7.0
5+
container_toolkit: v1.17.3
6+
device_plugin: v0.17.0
7+
dcgm_exporter_version: 3.3.9-3.6.1
8+
nfd_version: v0.16.6
9+
gfd_version: v0.17.0
10+
mig_manager_version: v0.10.0
11+
dcgm_version: 3.3.9-1
12+
validator_version: v24.9.0
13+
gds_driver: 2.20.5
114
release_24_9_0:
215
gpu_operator_version: v24.9.0
316
gpu_driver_version: 550.127.05

0 commit comments

Comments
 (0)