Skip to content

Commit

Permalink
Prepare for Metrics Collector release 1.1.0 (#6653)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Sep 6, 2022
1 parent b39d6c5 commit e171a1f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions edge-modules/metrics-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.1.0 (2022-09-02)
### Features
* Add support for configurable transport type [b39d6c5](https://github.com/azure/iotedge/commit/b39d6c5c295cb81a9150141ace9a9909bc2b3686)

### Bug Fixes
* Update SharpZipLib and Newtonsoft.Json to patch security vulnerability [1b483e4](https://github.com/Azure/iotedge/commit/1b483e4f114593b9cb40be65598c83bea6811444)
* Update base image to include .NET security fixes from [.NET Core 3.1.28 - August 9, 2022](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.28/3.1.28.md)

# 1.0.9 (2022-07-13)

### Bug Fixes
Expand Down
2 changes: 2 additions & 0 deletions edge-modules/metrics-collector/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Optional config items:
- Configurable azure domain which is used to construct the log analytics upload address.
- ex: `azure.com.cn`
- Defaults to `azure.com`
- `TransportType`
- The transport used to connect to IoT Hub when `UploadTarget` is `IotMessage`. Valid values are `Amqp_Tcp_Only`, `Amqp_WebSocket_Only`, `Mqtt_Tcp_Only`, and `Mqtt_WebSocket_Only`. `Amqp` and `Mqtt` are also valid, and are aliases for `Amqp_Tcp_Only` and `Mqtt_Tcp_Only`, respectively. Default is `Amqp_Tcp_Only`.


## Upload Target:
Expand Down
2 changes: 1 addition & 1 deletion edge-modules/metrics-collector/src/config/versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.0.9"
"version": "1.1.0"
}

0 comments on commit e171a1f

Please sign in to comment.