[DOCS] release policy adjustment for 2024.0 (#24181)
Port from https://github.com/openvinotoolkit/openvino/pull/24145
This commit is contained in:
parent
14549e85e4
commit
5d852eb14c
|
|
@ -1,49 +1,42 @@
|
||||||
Release Policy
|
Release Policy
|
||||||
=============================================================================
|
=============================================================================
|
||||||
|
|
||||||
OpenVINO offers releases of three different types: Regular, Long-Term Support, and Nightly,
|
OpenVINO offers releases of three different types, each targeting a different use case:
|
||||||
each targeting a different use case.
|
|
||||||
|
|
||||||
| `Regular releases <#regular-releases>`__
|
* `Regular releases <#regular-releases>`__
|
||||||
| OpenVINO™ is published multiple times a year. Each regular release is supported until the
|
* `Long-Term Support <#long-term-support-releases>`__
|
||||||
next version arrives, making it suitable for:
|
* `Nightly <#nightly-releases>`__
|
||||||
|
|
||||||
* Most typical use cases (the recommended release type).
|
|
||||||
* Products requiring frequent changes in supported hardware, libraries, operating systems, and models.
|
|
||||||
|
|
||||||
| `Long-Term Support <#long-term-support-policy>`__:
|
|
||||||
| Each year’s final release becomes a Long-Term Support (LTS) version, which continues to
|
|
||||||
receive bug fixes and security updates, even after newer versions are published.
|
|
||||||
Therefore, LTS may be used for production environments where:
|
|
||||||
|
|
||||||
* There is no need for frequent changes in hardware or model support.
|
|
||||||
* New optimizations are not prioritized.
|
|
||||||
* Upgrading is challenging, e.g., due to high software complexity.
|
|
||||||
* A legacy feature, discontinued in newer OpenVINO versions, is still required.
|
|
||||||
|
|
||||||
| `Nightly <#nightly-releases>`__:
|
|
||||||
| OpenVINO also offers nightly releases, as a preview of the most recent changes.
|
|
||||||
Since their validation scope is limited, they should never be used for production purposes.
|
|
||||||
Instead, they may serve:
|
|
||||||
|
|
||||||
* Early integration testing.
|
|
||||||
* Community contribution development and integration.
|
|
||||||
* Tracking development progress.
|
|
||||||
|
|
||||||
Regular releases
|
Regular releases
|
||||||
####################
|
####################
|
||||||
|
|
||||||
Regular releases are published when significant new features and bug fixes have been completed
|
OpenVINO™ is published multiple times a year, when significant new features and bug fixes have
|
||||||
and validated. For each of them, a dedicated development branch in GitHub is created.
|
been completed and validated. For each regular release, a dedicated development branch in GitHub
|
||||||
Their target changes are:
|
is created, targeting changes such as:
|
||||||
|
|
||||||
* New features of gold quality, as well as Beta features, labeled as “preview.”
|
* New features of gold quality, as well as Beta features, labeled as “preview.”
|
||||||
* Key bug fixes.
|
* Key bug fixes.
|
||||||
* Newest hardware support.
|
* Newest hardware support.
|
||||||
|
|
||||||
Long-Term Support Policy
|
Each regular release is supported until the next version arrives, making it suitable for:
|
||||||
|
|
||||||
|
* Most typical use cases (the recommended release type).
|
||||||
|
* Products requiring frequent changes in supported hardware, libraries, operating systems, and models.
|
||||||
|
|
||||||
|
|
||||||
|
Long-Term Support releases
|
||||||
###########################
|
###########################
|
||||||
|
|
||||||
|
Each year's final release becomes a Long-Term Support (LTS) version, which continues to receive
|
||||||
|
bug fixes and security updates, even after newer versions are published. Therefore, LTS may be
|
||||||
|
used for production environments where:
|
||||||
|
|
||||||
|
* There is no need for frequent changes in hardware or model support.
|
||||||
|
* New optimizations are not prioritized.
|
||||||
|
* Upgrading is challenging, e.g., due to high software complexity.
|
||||||
|
* A legacy feature, discontinued in newer OpenVINO versions, is still required.
|
||||||
|
|
||||||
**LTS Lifecycle**
|
**LTS Lifecycle**
|
||||||
|
|
||||||
* LTS is typically published at the end of every year cycle.
|
* LTS is typically published at the end of every year cycle.
|
||||||
|
|
@ -71,14 +64,21 @@ The following elements are not guaranteed to receive updates:
|
||||||
Nightly releases
|
Nightly releases
|
||||||
###########################
|
###########################
|
||||||
|
|
||||||
OpenVINO nightly packages are the first source of newly added features and ofpriority bug fixes
|
OpenVINO nightly releases are the first source of newly added features and priority bug fixes
|
||||||
reported for the previous versions. They are:
|
reported for the previous versions, as a preview of the most recent changes. They are:
|
||||||
|
|
||||||
* Released every workday.
|
* Released every workday.
|
||||||
* Based on the master branch of the OpenVINO GitHub repository.
|
* Based on the master branch of the OpenVINO GitHub repository.
|
||||||
* Not fit for production environments.
|
* Not fit for production environments.
|
||||||
* Offered with limited distribution options:
|
* Offered with limited distribution options:
|
||||||
|
|
||||||
|
Since their validation scope is limited, **they should never be used for production purposes**.
|
||||||
|
Instead, they may serve:
|
||||||
|
|
||||||
|
* Early integration testing.
|
||||||
|
* Community contribution development and integration.
|
||||||
|
* Tracking development progress.
|
||||||
|
|
||||||
.. tab-set::
|
.. tab-set::
|
||||||
|
|
||||||
.. tab-item:: Downloadable Archives
|
.. tab-item:: Downloadable Archives
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue