Skip to content

Commit

Permalink
Prepare for release 1.0.10.4 (#4097)
Browse files Browse the repository at this point in the history
# 1.0.10.4 (2020-12-18)
## Edge Agent
### Bug Fixes
* Fix vulnerability issues in ARM-based docker images [6603778](6603778)
* GetModuleLogs works with http endpoints [cf176be](cf176be)

## Edge Hub
### Bug Fixes
* Fix `edgehub_queue_length` metric [2861dbc](2861dbc)
* Introduce new metrics [40b2de9](40b2de9)
* Fix vulnerability issues in Linux ARM and Windows AMD docker images [73fa197](73fa197)
  • Loading branch information
yophilav authored Dec 18, 2020
1 parent d6ca054 commit 5777271
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion edgelet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.10.2
1.0.10.4
2 changes: 1 addition & 1 deletion versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.10.3",
"version": "1.0.10.4",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 5777271

Please sign in to comment.