Skip to content

Commit

Permalink
Merge pull request #19 from armPelionEdge/add-changelog
Browse files Browse the repository at this point in the history
Added release notes v2.1.0
  • Loading branch information
Yash Goyal authored Jul 29, 2020
2 parents 116a4bd + d1493d9 commit 7882c00
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit 7882c00

Please sign in to comment.