From e5312310f73447ee8546f9776a33d095f248ae9e Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 25 Feb 2025 14:57:14 -0700 Subject: [PATCH] docs: remove and reword LTS to be current active release --- docs/Reference/faq.md | 14 ++++++-------- docs/index.md | 3 --- mkdocs.yml | 3 --- site/versions.json | 2 +- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/Reference/faq.md b/docs/Reference/faq.md index 57fc70f93..31c8c2581 100644 --- a/docs/Reference/faq.md +++ b/docs/Reference/faq.md @@ -1,18 +1,16 @@ ## 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 single release track where our monthly release is our Long-Term Support (LTS) release. Each monthly 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.
-### 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) @@ -26,7 +24,7 @@ The separate repos for microservices and libraries are versioned individually. T ### What versions of Intel® AMT are supported? -Open AMT aligns to the Intel Network and Edge (NEX) Group support roadmap for Intel vPro® Platform and Intel® 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® Platform and Intel® AMT devices. This is currently calculated as `Latest AMT Version - 7`.
diff --git a/docs/index.md b/docs/index.md index a525fb5d7..3345797ad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 }}) -
- :material-clock-fast:{ .lg .middle } __Set up in 30 minutes__ diff --git a/mkdocs.yml b/mkdocs.yml index 268c65d26..c828daaa9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -224,7 +224,6 @@ extra: provider: mike default: - rapid - - lts - dev repoVersion: mpsAPI: 2.13.0 @@ -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" diff --git a/site/versions.json b/site/versions.json index 4317742de..33358d75e 100644 --- a/site/versions.json +++ b/site/versions.json @@ -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": []},