FAQ
Frequently Asked Questions¶
How do releases work with Device Management Toolkit?¶
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.
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 Device Management Toolkit?¶
Device Management Toolkit follows SemVer 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 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.
What versions of Intel® AMT are supported?¶
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
.
How do I migrate versions to a new release?¶
Resources and information for migrating releases for either a Kubernetes deployment or local Docker deployment can be found in the Upgrade Toolkit Version documentation.
What is a Pre-Release Feature?¶
Sometimes, newer features may be available as pre-release. These are features that are still in-development and subject to change. The team opts to make these available for early feedback. These may have limited functionality or potentially even bugs. When the feature is mature and fully validated, it will move from a pre-release state to a full release.
How do I find more information about the MPS and RPS configuration files and security details?¶
Details and descriptions of configuration options can be found in MPS Configuration and RPS Configuration.
Security information can be found in MPS Security Information and RPS Security Information.