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
16 changes: 10 additions & 6 deletions docs/life-cycle-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Patch releases typically include critical bug and CVE fixes.
Network Operator Life Cycle
===========================

When a major version of NVIDIA Network Operator is released, the previous major version enters maintenance support
and only receives patch release updates for critical bug and CVE fixes.
Prior maintance release enters EOL (end-of-life) and are no longer supported and do not receive patch release updates.
When a new major version of NVIDIA Network Operator is released, it becomes the supported release and the previous major version enters a deprecated
(maintenance) state, receiving only patch updates for critical bug and CVE fixes. Once a subsequent major version is released, the deprecated version
reaches End of Support (EOS) and no longer receives any updates.

The product life cycle and versioning are subject to change in the future.

Expand All @@ -55,15 +55,19 @@ The product life cycle and versioning are subject to change in the future.

* - Network Operator Version
- Status
- Comment

* - |current-ga-version|
- Generally Available
- Supported
- GA version (full support)

* - |current-maintenance-version|
- Maintenance
- Deprecated
- Maintenance version (critical bug and CVE fixes only)

* - |current-eol-version| and lower
- EOL
- End of Support
- Unsupported versions (no updates, including bug and CVE fixes)


=============================
Expand Down
6 changes: 6 additions & 0 deletions docs/platform-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ The following NVIDIA Data Center systems have been tested and validated with **N
- BlueField-3 SuperNIC (NIC mode) / ConnectX-8
- Ubuntu 22.04 / 24.04 (x86) / Red Hat OpenShift
- GA
* - NVIDIA DGX/HGX B300
- x86
- NVIDIA Blackwell
- ConnectX-8 SuperNIC
- Ubuntu 22.04 / 24.04 (x86) / Red Hat OpenShift
- GA

====================================================
Supported Operating Systems and Kubernetes Platforms
Expand Down
Loading