Skip to content

Commit

Permalink
chore: Adding Network Operator version life-cycle
Browse files Browse the repository at this point in the history
Signed-off-by: Ido Heyvi <[email protected]>
  • Loading branch information
heyvister1 committed Jan 20, 2025
1 parent 229eb8c commit 6507899
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/life-cycle-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,47 @@ Life Cycle Management
:local:
:backlinks: none

***************************
Network Operator Versioning
***************************

NVIDIA Network Operator is versioned following the calendar versioning convention.

The version follows the pattern ``YY.MM.PP``, such as 25.1.0, 24.10.0, and 24.10.1.
The first two fields, ``YY.MM`` identify a major version and indicates when the major version was initially released.
The third field, ``PP``, identifies the patch version of the major version.
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.
All prior major versions enter end-of-life (EOL) and are no longer supported and do not receive patch release updates.

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

.. note::

- Upgrades are only supported within a major release or to the next major release.

.. list-table:: Support Status for Releases
:header-rows: 1

* - Network Operator Version
- Status

* - 25.1.x
- Generally Available

* - 24.10.x
- Maintenance

* - 24.7.x and lower
- EOL


=============================
Ensuring Deployment Readiness
=============================
Expand Down

0 comments on commit 6507899

Please sign in to comment.