Release Notes
Release Highlights¶
Note From the Team
Still looking for a Valentine's date? Open AMT will always be here for you!
With the team fully back and the year in full swing now, we've started to tackle some of our big priorities. At the start of this year, that means expanding our ability to support more enterprise-type environments and deployment scenarios.
To do that, we are taking a close look at RPC-Go and expanding the features available locally without needing a remote server like RPS. Right now, we offer basic activation and some configuration (like wireless profiles). But, we want to enable additional configuration options like TLS, 802.1x, and much more!
Best Wishes,
The Open AMT Cloud Toolkit Team
What's New?¶
Feature: RPC-Go Local TLS Configuration
TLS can now be configured locally on the device with RPC-Go with a new configure
subcommand. This current implementation uses a self-signed TLS certificate generated by RPC-Go.
In the future, additional options such as passing a self-signed certificate or fetching a CA-signed certificate using Enterprise Assistant will be available.
rpc configure tls -mode Server -password AMTPassword
See the documentation for additional details
Enhancement: RPC-Go -local
Logging
With the expansion of new -local
features, we wanted to make sure as much logging is provided as possible to aid in any development and debugging. Using the -v
(verbose) or -l
(loglevel) flags when running a local command will now provide much greater detail of the communication between RPC-Go and AMT.
This level of detail should now look much more similar those familiar with the logging when using RPC-Go with a remote server like RPS.
Get the Details¶
Additions, Modifications, and Removals¶
MPS¶
v2.13.10
v2.13.9
- fix: adds validation for tag array types (87986f7)
RPC-GO¶
v2.25.1
- docs: correct tls help example command
- build: bump go-wsman-messages to v2.0 (#360)
v2.25.0
- feat: add local self-signed tls configuration (947e134)
GO-WSMan-Messages¶
v2.1.3
v2.1.2
v2.1.1
- fix: updates wifiportconfiguration property UEFIWiFiProfileShareEnable type to bool (#213) (4a6e4f4)
v2.1.0
v2.0.0
v1.14.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.