Skip to content

Release Notes

Release Highlights


Note From the Team

Happy New Year!

It's time to get the party started with the first release of the year. And this was a big one! Thankfully, most of the team was able to find some time for a bit of rest and vacation (and hopefully you've been able to as well). IDE Redirection was a big year-end goal for us and we are thrilled to be able to deliver it. Check out the short video above for a quick intro and demo of the feature.

Looking ahead, we aren't planning on letting up the pace at all this year. Our primary goal for Q1 will be enhancing and adding local provisioning features to RPC-GO. We look forward to having you with us throughout 2024 and beyond, maintaining our partnership and collaboration for Open AMT Cloud Toolkit. There's so much to come that we are beyond excited to share with you all!

Best Wishes,

The Open AMT Cloud Toolkit Team

What's New?

DB Update Required

Run the following SQL scripts to add new columns to the rpsdb prior to upgrading the service. Detailed upgrade steps can be found in Upgrade Toolkit Version.

rpsdb
ALTER TABLE IF EXISTS profiles
ADD COLUMN IF NOT EXISTS local_wifi_sync_enabled BOOLEAN NULL;

We have added a new boolean, localWifiSyncEnabled, to our RPS Profile APIs. If this is enabled, the Local Management Service (LMS) will synchronize Windows user Wi-Fi profiles with AMT. In-depth details about the property can be found in the AMT Reference Guide.

Feature: IDE Redirection (IDER)

With this release, we have now fully implemented the redirection feature, IDER. IDER enables the ability to remotely boot a CD-ROM image to perform tasks like OS reimaging remotely. As part of this release, we have integrated it into the Sample Web UI as an example as well as provided updated UI-Toolkit-React and UI-Toolkit-Angular components.

Learn more about IDER and how it works in the IDE-Redirection Tutorial

or see how to implement it using React in the updated UI Toolkit Tutorial.

API: Redirection Status

We've added a new GET API in MPS which will allow you to check if there are any redirection sessions open for a device. Check out the MPS API /devices/redirectionStatus/{guid} in the MPS API Docs for full details.

{
  "isKVMConnected": true,
  "isSOLConnected": false,
  "isIDERConnected": false
}

Get the Details

Additions, Modifications, and Removals

RPS

v2.22.0

  • feat: add wifi sync enable to profiles table (#1334)

  • fix: message when changing password on TLS device (#1352)

MPS

v2.13.8

  • fix: updates validation to uuid (#1242)

v2.13.7

  • fix: adds hostname length check (#1241)

v2.13.6

  • fix: remove unnecessary console.log statements (8b92598)
  • fix: validate username (#1240)

v2.13.5

  • fix: update redirect to handle multiple connections (#1203)

RPC-GO

v2.24.4

  • fix: update project version (90bd52b)

v2.24.3

  • fix: makes sure uuid flag warning is only shown when the flag is used (877ccba)

v2.24.2

  • fix: local activation supports .pfx (#297)

Sample Web UI

v3.5.1

  • fix: package version and changelog (#1612)

v3.5.0

v3.4.0

  • feat: enable IDER functionality (#1548)

v3.3.0

  • feat: about notice appears after login (#1554)

v3.2.0

  • feat: adds Wi-Fi synchronization option (#1537)
  • fix: test update release (7018978)

UI Toolkit

v3.2.1

  • chore: update build tasks, package.json and changelog (#823)

UI Toolkit React

  • feat: adds IDER component (#975)

Project Boards

Check out our new Sprint Planning project board to see what stories the dev team is actively working on, what is in our backlog, and what is planned for the next sprint.