Release Notes
Release Highlights¶
Note From the Team
With record temps in Arizona currently, the team has been enjoying their much needed AC and working away on Console. We've made great progress over the last month and you can get all our changes and fixes in our new, latest Alpha release.
We are getting closer to an official Beta release! As we start to finish development on the core Console features, we'll be pivoting slightly and begin work on cleaning up the overall usability, bug fixes, and more.
You can follow the progress of new Console features in our Feature Backlog.
Best Wishes,
The Open AMT Cloud Toolkit Team
What's New?¶
Feature: WSMAN Explorer
Console now has the ability to view both the correctly formatted WSMAN input sent to AMT and the WSMAN output response of the supported classes. This can be used to help with development or to view additional AMT data that might not be currently displayed in the default UI.
Don't see the WSMAN class or call you are looking for? Submit an issue for Console.
See the WSMAN Explorer Documentation for more info.
Enhancement: Local Management Service (LMS) No Longer Required
RPC-Go now communicates directly with AMT without the need for the Local Management Service (LMS). Previously, this was already supported for remote configuration. Now, it is extended to include running local configuration commands. However, we still recommended installing and using LMS for local configuration.
Note - Additional Information about LMS
About
The Local Management Service (LMS) is an application that assists with communication between AMT and the OS. Previously, this was required for running any local-based commands of RPC-Go (e.g. local activation or local configuration).
Installation
- For Windows, the installer is included in the Intel® Management Engine Drivers package.
- For Linux distributions that support snap, LMS can be installed via https://snapcraft.io/lms.
- Customers interested in building LMS, can find build instructions at https://github.com/intel/lms.
For additional information about LMS, visit https://github.com/intel/lms.
Community Contribution: rpc amtinfo
Returns Both OS and AMT IP Addresses
Big shout out to Github user @tongsean9807 for this contribution!
The amtinfo
command in RPC-Go now differentiates between the IP address set for AMT and the IP address set for the Operating System for deployments that choose to use separate IP addresses. See the RPC CLI Documentation for additional info about the amtinfo
command.
---Wired Adapter---
DHCP Enabled : true
DHCP Mode : passive
Link Status : up
AMT IP Address : 0.0.0.0
OS IP Address : 192.168.1.91
MAC Address : 80:c4:a8:58:df:e9
---Wireless Adapter---
DHCP Enabled : true
DHCP Mode : passive
Link Status : down
AMT IP Address : 0.0.0.0
OS IP Address : 192.168.1.91
MAC Address : 00:00:00:00:00:00
Certificate Hashes :
Get the Details¶
Additions, Modifications, and Removals¶
Console¶
v1.0.0-alpha.6
- fix: devices use unique connections now (3f3e29d)
- fix: registers routes required for monaco editor (1136f33)
v1.0.0-alpha.5
- feat: added get certificates api (#135) (7e7bfd8)
- feat: adds amt explorer feature (#172) (9f3d70e)
- feat: domains check password and expiration (d687c30)
- feat: use dto in devices (#240) (99f97fc)
- feat: use dto in getfeatures (2d3bc4f)
- fix: ensure tagging is working with embedded SQL, fix alarms (#233) (9505a81)
- fix: logging level should now be respected (1308c83)
- test: added integration tests (#217) (3d2e033)
RPC-Go¶
v2.36.0
- feat: amtinfo command add amt ipaddr and osipaddr (#560)
v2.35.0
Sample Web UI¶
v3.10.1
v3.10.0
v3.9.1
v3.9.0
v3.8.0
v3.7.0
- feat: add tag management to add/edit device (7776742)
- feat: enable enterprise support (20b859c)
- feat: enable filtering by tag, and sorting by tag, filtering devices, and edit device (7d00989)
- feat: enable menu collapse (2223bb4) (5656707)
- feat: enable routing between device-detail components (b4fce50)
- fix: enables multiple explorer calls (74490f9)
- fix: hide generate random password in local mode (69d74e6)
- fix: xterm css (a3ff046)
go-wsman-messages¶
v2.11.0
v2.10.0
v2.9.2
v2.9.1
v2.9.0
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.