Skip to content

Commit

Permalink
docs: remove and reword LTS to be current active release (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike authored Feb 26, 2025
1 parent 098b6cd commit 7e7cc80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
16 changes: 7 additions & 9 deletions docs/Reference/faq.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
## Frequently Asked Questions

### How do releases work with Open AMT?
### How do releases work with Device Management Toolkit?

Open AMT carries two releases, the Rapid ("Monthly") Release and the Long-Term Support (LTS) Release.
Device Management Toolkit follows a Rolling Release model with the 2.x series, which also serves as our Long-Term Support (LTS) version. Each tagged release is kept up-to-date with the latest features, security fixes, and improvements. Customers benefit from continuous updates and support, ensuring a secure and feature-rich experience without the need to wait for separate release cycles. Currently, that is version 2.x.

Rapid Releases occur every 4-6 weeks. Support for security and bug fixes is only for the duration of that rapid release. Customers will be encouraged to move to a latest rapid release for the most up to date security and bug fixes.

LTS Releases occur roughly every 1 to 1.5 years. Support for security and bug fixes exist until the next LTS version is available. At that point, we will provide migration documentation and support to help customers move over to the new LTS release.
We may decide to break off a 3.0 version at which point we will communicate support for 2.x at that time.

<br>

### How does versioning work with Open AMT?
### How does versioning work with Device Management Toolkit?

Open AMT follows [SemVer](https://semver.org/) practices for versioning. This means:
Device Management Toolkit follows [SemVer](https://semver.org/) practices for versioning. This means:

- Major Version Increment - Breaking Changes (ex: 2.0.0 -> 3.0.0)
- Minor Version Increment - New Features (ex: 2.0.0 -> 2.1.0)
- Patch Version Increment - Security and Bug Fixes (ex: 2.0.0 -> 2.0.1)

All microservices with the same minor version should be compatible.

The separate repos for microservices and libraries are versioned individually. These versions are separate from the `open-amt-cloud-toolkit` repo version. The `open-amt-cloud-toolkit` repo is where we have the monthly release. This repo might carry a higher version than some of the individual repos but is tagged as `{Month} {Year}`. All sub-repos referenced within `open-amt-cloud-toolkit` for a specific release are guaranteed to be compatible.
The separate repos for microservices and libraries are versioned individually. These versions are separate from the `device-management-toolkit` repo version. The `device-management-toolkit` repo is where we have the monthly release. This repo might carry a higher version than some of the individual repos but is tagged as `{Month} {Year}`. All sub-repos referenced within `device-management-toolkit` for a specific release are guaranteed to be compatible.

<br>

### What versions of Intel&reg; AMT are supported?

Open AMT aligns to the Intel Network and Edge (NEX) Group support roadmap for Intel vPro&reg; Platform and Intel&reg; AMT devices. This is currently calculated as `Latest AMT Version - 7`.
Device Management Toolkit aligns to the Intel Network and Edge (NEX) Group support roadmap for Intel vPro&reg; Platform and Intel&reg; AMT devices. This is currently calculated as `Latest AMT Version - 7`.

<br>

Expand Down
3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

**Device Management Toolkit** offers open-source microservices and libraries to streamline Intel AMT integration, simplifying out-of-band management solutions for Intel vPro Platforms.

??? note "Long-Term Support (LTS) Version"
Not looking for the current rapid release with the latest features? [See the documentation for our Long-Term Support release.](https://open-amt-cloud-toolkit.github.io/docs/{{ docsSite.ltsVersion }})

<div class="grid cards" markdown>

- :material-clock-fast:{ .lg .middle } __Set up in 30 minutes__
Expand Down
3 changes: 0 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ extra:
provider: mike
default:
- rapid
- lts
- dev
repoVersion:
mpsAPI: 2.13.0
Expand All @@ -236,8 +235,6 @@ extra:
ui_toolkit: 3.2.9
ui_toolkit_react: 3.2.9
ui_toolkit_angular: 8.0.5
docsSite:
ltsVersion: 2.0
analytics:
provider: google
property: "G-00QEDJW2TS"
Expand Down
2 changes: 1 addition & 1 deletion site/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{"version": "2.3", "title": "2.3", "aliases": []},
{"version": "2.2", "title": "2.2", "aliases": []},
{"version": "2.1", "title": "2.1", "aliases": []},
{"version": "2.0", "title": "2.0 (LTS)", "aliases": ["lts"]},
{"version": "2.0", "title": "2.0", "aliases": []},
{"version": "1.5", "title": "1.5", "aliases": []},
{"version": "1.4", "title": "1.4", "aliases": []},
{"version": "1.3", "title": "1.3", "aliases": []},
Expand Down

0 comments on commit 7e7cc80

Please sign in to comment.