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.10.2 (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Behera, Tushar Ranjan <[email protected]>
  • Loading branch information
trbehera authored Jun 15, 2021
1 parent 9e32085 commit 22fc742
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions release-notes-v1.10.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
v1.10.2

### Fixed Issues

**rendezvous-service**: The default value of HmacSecret used to sign the JWT tokens has been removed from properties files. This value is now getting generated when the docker container starts.
**rendezvous-service**: The JWT tokens are now additionally validated to ensure that the valid tokens expire within a pre-defined duration.
**client-sdk**: Fixed possible buffer overflow issue while parsing proxy information.
**all-in-one-demo**, **iot-platform-sdk**, **pri**, **rendezvous-service**, **supply-chain-tools**: The version of third-party dependencies have been updated to resolve some of the security vulnerabilities.
**all-in-one-demo**, **iot-platform-sdk**, **pri**, **rendezvous-service**, **supply-chain-tools**: Runtime Docker containers are updated to include “apt-get -y upgrade” to include latest OS components.
**all-in-one-demo**, **iot-platform-sdk**, **pri**, **rendezvous-service**, **supply-chain-tools**: Additional comments are added to specify use of test credentials for examples.

### SHA256 checksum for release binaries

*Following SHA256 checksum is calculated using sha256sum tool*
```
379abd890eb58aafabe5bdad04146bf71a053924b33f884e5abd129cdca0f577 - all-in-one-demo-v1.10.2.tar.gz
f4c95a3934b5bda6b425d64efd79812c11a9256a93181d932388aa2c6c24a7fe - client-sdk-v1.10.2.tar.gz
708cde9daea13c4bebbcb11906d363f705d84b598000ed311cd415415757dc36 - iot-platform-sdk-v1.10.2.tar.gz
9d55c015130802f37dc0ce76be07ef7635f2e7e7545c31cb2331301edafa9a78 - pri-v1.10.2.tar.gz
8494d2be27c5c696a4c15d231d98c3b66537bad562b7453d9adb8c70c66eeb35 - rendezvous-service-v1.10.2.tar.gz
9bd98cc519f5e008efeaf84d4cf2f376e3b49c6c10d92ad61378bbc13ebb7bee - supply-chain-tools-v1.10.2.tar.gz
dfe998be9a3cb1ba880557e68a72f77aa5b4031a6a1ff66f22337dfd4c41eae6 - NOTICES-v1.10.2.tar.gz
```
### 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 22fc742

Please sign in to comment.