Skip to content

Commit 2685eac

Browse files
authored
Prepare for release 1.5.13 (#7384)
1 parent 4976970 commit 2685eac

File tree

5 files changed

+39
-29
lines changed

5 files changed

+39
-29
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.5.13 (2024-10-23)
2+
3+
## aziot-edge
4+
### Bug fixes
5+
* Fix aziot-edged version check in `iotedge check` command ( [ca5b8af](https://github.com/Azure/iotedge/commit/ca5b8af2152e181c438f304ee9bd1fb5e0f546fc) [4976970](https://github.com/Azure/iotedge/commit/497697030a4cdccb9e2f57d2738e8e960fb9ca0e) )
6+
7+
## aziot-identity-service
8+
### Bug fixes
9+
* Restore `aziotctl --version` command ( [17074d0](https://github.com/Azure/iot-identity-service/commit/17074d05d5a326d063825160fbcf27115f179046) )
10+
111
# 1.5.12 (2024-10-09)
212

313
Only Docker images are updated in this release. The daemon remains at version 1.5.10.

edgelet/Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edgelet/contrib/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Homepage: https://github.com/azure/iotedge
88

99
Package: aziot-edge
1010
Architecture: any
11-
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.3-1)
11+
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.4-1)
1212
Description: Azure IoT Edge Module Runtime
1313
Azure IoT Edge is a fully managed service that delivers cloud intelligence
1414
locally by deploying and running artificial intelligence (AI), Azure services,

edgelet/contrib/enterprise-linux/aziot-edge.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ URL: https://github.com/azure/iotedge
2222
BuildRequires: systemd
2323
Requires(pre): shadow-utils
2424
Requires: (moby-engine or docker-ce)
25-
Requires: aziot-identity-service = 1.5.3-1%{?dist}
25+
Requires: aziot-identity-service = 1.5.4-1%{?dist}
2626
Source0: aziot-edge-%{version}.tar.gz
2727

2828
%description

edgelet/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.10
1+
1.5.13

0 commit comments

Comments
 (0)