Skip to content

Release Notes

Please see the release announcements for additional information regarding this release.

Key Feature Changes for 2.0

This section outlines key features changes between versions 1.5 and 2.0 for Open AMT Cloud Toolkit.

Additions, Modifications, and Removals

Breaking Changes

  • tenantId is a new field in the db and all queries now require it

Open AMT Cloud Toolkit

  • env.template: optimized reuse of settings
  • postgres: removed postgres deployment from K8S, AKS, and EKS. Recommend using managed DB service from cloud provided for these deployments
  • postgres: enabled ssl communication for db connections
  • deployment: added EKS deployment scripts (Amazon Elastic Kubernetes Service)
  • deployment: added support for Kuma service mesh. This enables MTLS between containers to enhance security as well as adding additional productivity capabilities.

RPS

  • ciraconfig: allow null values for ciraconfigname in profile edit (#f3b2659)
  • multitenancy: add support for multiple tenants (#bbbdf95)
  • multitenancy: device creation with MPS now includes tenantId (#e01cd79)
  • activation: update client response message (#23a7a0b)
  • activation: now device is saved after activation in acm (#416) (#c1b02f4)
  • mqtt: adds activation success message (#cfd6a34)
  • network: now removes all the profiles with priority 0 (#424) (#b00e6a9)
  • network: get wifi passphrase from vault (#409) (#35532d2)
  • wireless: Updated passphrase key name in vault to sync with other keys (#419) (#313daa2)

MPS

  • api: added api for request, cancel and send user consent code to AMT (#332) (#e4fbe58)
  • api: cert now pulls from config instead of disk (#d9e04e3)
  • multitenancy: add multi tenancy support (#4e323c8)
  • docs: updated swagger documentation (#7aee48a)

RPC

  • security: update to OpenSSL 1.1.1l
  • wireless: add AMT wireless adapter info to amtinfo LAN settings.
  • refactor: format json status messages

Sample Web UI

  • amtfeatures: replaced enabled features box to work with checkboxes (#8a86c9f)
  • ciraconfig: allow clearing out cira config in profile (#abf0bee)
  • dashboard: add wireless config link to dashboard page (#5b4c61c)
  • device: now displays AMT FW and Provisioning Mode (#fdd439a)
  • devices: add power status to device list (#1b58bac)
  • notification: updated power actions notifications and resolved merge conflicts (#390) (#5610e60)
  • pagesize: updated page size options (#5b8b624)
  • paging: implemented paging for cira, domains, devices, profiles and wifi (#370) (#bfc554d)
  • userconsent: a dialog to enter user consent code (#395) (#269d1e2)
  • errors: show better error messages for deleting associated ciraconfig and wifi config (#e4651c8)
  • profile: fix no wifi config found message on input focus (#3802ea5)
  • wireless: table now hidden when no data (#ce50bca)

Resolved Issues in this release

Intel® AMT

  • Intel® AMT device fails to re-connect to MPS after MPS is not available for an extended period of time: We have added this issue to our troubleshooting documentation

Open AMT Cloud Toolkit

RPS

MPS

UI-Toolkit

  • KVM freeze intermittently: We have root caused and implemented the fix in the UI-Toolkit KVM module.

Sample-Web-UI

Open Issues in 2.0

RPS

MPS

Back to top