diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cff8754902..96d403c2886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 1.0.10.4 (2020-12-18) +## Edge Agent +### Bug Fixes +* Rebase Edge on K8s [c94bc73](https://github.com/Azure/iotedge/commit/c94bc733c05d91acfd77c87dcaf6b701601985fb) +* Fix vulnerability issues in ARM-based docker images [6603778](https://github.com/Azure/iotedge/commit/6603778d2c4dbb63aea4627f66feb5920eede3c6) +* GetModuleLogs works with http endpoints [cf176be](https://github.com/Azure/iotedge/commit/cf176be66bab28b032f0069a445ed21cc9fcdfb9) + +## Edge Hub +### Features +* Introduce new metrics [40b2de9](https://github.com/Azure/iotedge/commit/40b2de93787140c52c8baee36860a6eb833e03d5) + +### Bug Fixes +* Rebase Edge on K8s [c94bc73](https://github.com/Azure/iotedge/commit/c94bc733c05d91acfd77c87dcaf6b701601985fb) +* Support SHA256-based for thumbprint authentication [a88c72e](https://github.com/Azure/iotedge/commit/a88c72ebbfbd2ed88c8f6c8b41060b19e129c9d9) +* Fix `edgehub_queue_length` metric [2861dbc](https://github.com/Azure/iotedge/commit/2861dbc63757787ef52897d9acc732430b46313b) +* Fix vulnerability issues in Linux ARM and Windows AMD docker images [73fa197](https://github.com/Azure/iotedge/commit/73fa1976367559d38b6392f86e625906da1117bd) + +## iotedged +### Bug Fixes +* Rebase Edge on K8s [c94bc73](https://github.com/Azure/iotedge/commit/c94bc733c05d91acfd77c87dcaf6b701601985fb) + # 1.0.10.3 (2020-11-18) ## Edge Agent ### Bug Fixes diff --git a/edgelet/version.txt b/edgelet/version.txt index 253c135f414..4e97629fd44 100644 --- a/edgelet/version.txt +++ b/edgelet/version.txt @@ -1 +1 @@ -1.0.10.2 \ No newline at end of file +1.0.10.4 \ No newline at end of file diff --git a/versionInfo.json b/versionInfo.json index 2c00a946d92..e710e572f97 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.0.10.3", + "version": "1.0.10.4", "build": "BUILDNUMBER", "commit": "COMMITID" }