Skip to content

Commit 9f6b496

Browse files
authored
Prepare for 1.0.9-rc3 release (#2025)
1.0.9-rc3
1 parent 9f72f0f commit 9f6b496

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 1.0.9-rc3 (2019-11-21)
2+
3+
## Edge Hub
4+
### Features
5+
* Update Twin max property depth and length limits to match IoTHub ([2d69f78](https://github.com/Azure/iotedge/commit/2d69f7879ee4c90e805f6ae6b0053d5b71b2947c))
6+
* Update .NET core version to 2.1.13 ([6b27f06](https://github.com/Azure/iotedge/commit/6b27f064fcd78374bae8a7f53162130d6eb4916c))
7+
8+
### Bug fixes
9+
* Update Twin property value validation to apply 4K property value length limit ([4acce35](https://github.com/Azure/iotedge/commit/4acce3576be89cfc8c929229d6c5c7c6a6b41cc5))
10+
* Set max rocksdb write-ahead-log size to 512MB ([1853388](https://github.com/Azure/iotedge/commit/18533882b86db081e8370d9f9be5750181d3e930))
11+
* Fix iotedge version passed instead of client version ([4b335d2](https://github.com/Azure/iotedge/commit/4b335d2336d15f72a1be110f1168d75e69c37c00))
12+
13+
## Edge Agent
14+
### Features
15+
* Add iotedge support bundle ([1853388](https://github.com/Azure/iotedge/commit/18533882b86db081e8370d9f9be5750181d3e930))
16+
* Update .NET core version to 2.1.13 ([6b27f06](https://github.com/Azure/iotedge/commit/6b27f064fcd78374bae8a7f53162130d6eb4916c))
17+
18+
### Bug fixes
19+
* Update deployment status to "success" if there is no deployment change ([ee0ce67](https://github.com/Azure/iotedge/commit/ee0ce67eed7a7fd685f8a719054c543bbadd428d))
20+
* Set max rocksdb write-ahead-log size to 512MB ([1853388](https://github.com/Azure/iotedge/commit/18533882b86db081e8370d9f9be5750181d3e930))
21+
* Fix iotedge version passed instead of client version ([4b335d2](https://github.com/Azure/iotedge/commit/4b335d2336d15f72a1be110f1168d75e69c37c00))
22+
23+
## iotedged
24+
### Features
25+
* Allow the user to specify auto generated certificate expiry ([d0f6ed3](https://github.com/Azure/iotedge/commit/d0f6ed3a2caef77881ec536e56c83c48091c5577))
26+
27+
### Bug fixes
28+
* Fix "storage directories are mounted from host" checks to account for mounts of parent directories ([666313b](https://github.com/Azure/iotedge/commit/666313b79be406f96904e0a7c724a15759cad5cc))
29+
130
# 1.0.9-rc2 (2019-09-03)
231

332
## Edge Hub

edgelet/contrib/config/windows/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ agent:
161161
type: "docker"
162162
env: {}
163163
config:
164-
image: "mcr.microsoft.com/azureiotedge-agent:1.0.9-rc2"
164+
image: "mcr.microsoft.com/azureiotedge-agent:1.0.9-rc3"
165165
auth: {}
166166

167167
###############################################################################

edgelet/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.9~rc2
1+
1.0.9~rc3

versionInfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.9-rc2",
2+
"version": "1.0.9-rc3",
33
"build": "BUILDNUMBER",
44
"commit": "COMMITID"
55
}

0 commit comments

Comments
 (0)