Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Release notes for v1.8.0 (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Behera, Tushar Ranjan <tushar.ranjan.behera@intel.com>
  • Loading branch information
trbehera authored Dec 9, 2020
1 parent 0178593 commit 79c9945
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# release
# About
This repository is used to maintain release artifacts for Secure Device Onboard.

# List of release notes

- [v1.8.0](release-notes-v1.8.0.md)
43 changes: 43 additions & 0 deletions release-notes-v1.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
### New features

**all-in-one-demo**: The demo component was added to facilitate faster demonstration of SDO protocol
using different client implementations.
**client-sdk**: An example service-info module (sys_info) was added.
**pri**: CBOR encoding/decoding library is added for future protocol (in 'protocol-next' branch).
**pri**: Example scripts are added to demonstrate protocol execution.
**rendezvous-service**: Example docker scripts are added for deployment of service.
**supply-chain-tools**: Example docker scripts are added for deployment of services.

### Changes to existing features

**client-sdk**: Several security fixes has been incorporated.
**client-sdk**: Linux naming convention has been used for variable and function names.
**client-sdk**: 'Resale' feature is now supported.
**iot-platform-sdk**: The Owner Redirect information is configurable during run-time.
**pri**: OwnershipTransferClient accepts configurable number of retries.
**pri**: Timeout for serviceinfo script execution has been increased in Device module.
**supply-chain-tools**: UUID field is added to Ownership Voucher table.

### Discontinued features

**cri**: The repository has been renamed as 'pri'.

### Fixed Issues

**client-sdk**: Fixed network discovery issue with WPAD.
**iot-platform-sdk**: Fixed mTLS connection failure to enable execution against latest JDK version.

### Known Issues

**pri**: A problem was discovered after release in which the PRI TO0Client and Device implementations are not able to complete TO0/TO1 operations against hosted Rendezvous service if they were executed in an open network (not behind a proxy). See this [Github issue](https://github.com/secure-device-onboard/pri/issues/45) for details. This issue will be fixed in SDO 1.8.1.
**client-sdk**: A problem was discovered after release in which the link to the TPM2_TSS_ENGINE component used by the Client SDK to build with TPM support no longer exists. See this [Github issue](https://github.com/secure-device-onboard/client-sdk/issues/64) for details. This issue will be fixed in SDO 1.8.1.

### Supported hardware platforms

**client-sdk**: X86, ARM-SE (source only)

### Documentation

https://secure-device-onboard.github.io/docs/

*Please ignore Source code zip/tar.gz files. These are default artifacts generated during GitHub Release process.*

0 comments on commit 79c9945

Please sign in to comment.