Skip to content

Commit 639eef2

Browse files
authored
Prepare for release1.1.13 (#6310)
## Azure IoT Edge PR checklist:
1 parent 779224e commit 639eef2

File tree

5 files changed

+40
-3
lines changed

5 files changed

+40
-3
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 1.1.13 (2022-04-27)
2+
## Edge Agent
3+
### Bug Fixes
4+
* Update Base Images to address gzip vulnerability [CVE-2022-1271](https://ubuntu.com/security/CVE-2022-1271)
5+
6+
7+
## Edge Hub
8+
### Bug Fixes
9+
* Update Base Images to address gzip vulnerability [CVE-2022-1271](https://ubuntu.com/security/CVE-2022-1271)
10+
11+
12+
## iotedged
13+
### Bug Fixes
14+
* Update Rust `regex` version to address vulnerability [5573eff](https://github.com/Azure/iotedge/commit/5573eff191310e5a226d924b40d1cea035b0a3fd)
15+
* Publish arm32v7 packages for Debian 10 and 11 to packages.microsoft.com [3e9604b](https://github.com/Azure/iotedge/commit/3e9604b67b6320dba4aab22c4d81b4db67e0c974)
16+
17+
18+
## Diagnostics Module
19+
### Bug Fixes
20+
* Update Base Images to address gzip vulnerability [CVE-2022-1271](https://ubuntu.com/security/CVE-2022-1271)
21+
22+
23+
## Simulated Temperature Sensor
24+
### Bug Fixes
25+
* Update Base Images to address gzip vulnerability [CVE-2022-1271](https://ubuntu.com/security/CVE-2022-1271)
26+
27+
128
# 1.1.12 (2022-03-15)
229
## Edge Agent
330
### Bug Fixes

edge-modules/metrics-collector/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.0.7 (2022-04-27)
2+
3+
### Bug Fixes
4+
- Update Base Images to address gzip vulnerability [CVE-2022-1271](https://ubuntu.com/security/CVE-2022-1271)
5+
6+
# 1.0.6 (2022-03-15)
7+
8+
### Bug Fixes
9+
- Update Base Images for a Security Patch [.NET Core 3.1.23 - March 8, 2022](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.23/3.1.23.md)
10+
111
# 1.0.5 (2022-03-08)
212

313
### Bug Fixes
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.5"
2+
"version": "1.0.7"
33
}

edgelet/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.11
1+
1.1.13

versionInfo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.12",
2+
"version": "1.1.13",
33
"build": "BUILDNUMBER",
44
"commit": "COMMITID"
55
}

0 commit comments

Comments
 (0)