Skip to content

Commit 647d033

Browse files
Merge pull request #110 from mikemckiernan/banner
Add banner for security update
2 parents 1065c65 + 49840c4 commit 647d033

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/breadcrumbs.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
{% set cloud_native_home = docs_home + "/datacenter/cloud-native/" %}
55

66
{%- block breadcrumbs %}
7+
<div> <!-- class="omni-version-warning" -->
8+
<p class="omni-version-warning-content"> Upgrade to NVIDIA Container Toolkit v1.16.2 or GPU Operator v24.6.2 to install a critical security update.<br/>
9+
Refer to <a href="https://nvidia.custhelp.com/app/answers/detail/a_id/5582">Security Bulletin: NVIDIA Container Toolkit - September 2024</a> for more information.</p>
10+
</div>
11+
712
<li>
813
<a href="{{ docs_home }}">NVIDIA Docs Hub</a>
914
<i class="fa fa-chevron-right" aria-hidden="true"></i>

0 commit comments

Comments
 (0)