-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from armPelionEdge/add-changelog
Added release notes v2.1.0
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Release notes | ||
|
||
## Pelion Edge provisioner v2.1.0 | ||
|
||
### Additions | ||
- The gateway initiates certificate injection, instead of [Factory Configurator Utility (FCU)](https://www.pelion.com/docs/device-management/current/provisioning-process/index.html), which initiates the injection in the [default Device Management provisioning flow](https://www.pelion.com/docs/device-management/current/provisioning-process/index.html). | ||
- The Pelion Edge provisioning (pep) tool records the enrollment identity and configuration information of all provisioned gateways. | ||
- Integrates default Pelion Device Management provisioning tools - Factory Configurator Utility (FCU) and Factory Configurator Client (FCC). | ||
- Gateway provisioning in production mode. | ||
- Pep API server hosts REST calls: | ||
- `GET /identity` to create and dispatch new gateway identities. | ||
- `GET /enrollment-id` to get the enrollment identity of the dispatched gateway. | ||
- Provides pep command-line interface (CLI), a command-line tool that interacts with the pep API server using cURL. | ||
|
||
### Out of scope | ||
- Gateway provisioning in developer mode. | ||
- Injection of identity certificates and configuration information over IP only. | ||
- You must use FCU to sign your device certificates (setting `device-key-generation-mode` parameter to `externally_supplied` in fcu.yml is not supported). | ||
- You must provision gateways in first to claim mode only (setting `first-to-claim` parameter to `false` in fcu.yml is not supported). | ||
- You must provide the PEP_SERVER_URL env variable manually as part of the CLI commands. Auto-discovery of the IP address of the machine running the pep API server is not supported. |