Skip to content

Commit

Permalink
Prepare for release 1.5.13 (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Oct 23, 2024
1 parent 4976970 commit 2685eac
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 29 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.5.13 (2024-10-23)

## aziot-edge
### Bug fixes
* 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) )

## aziot-identity-service
### Bug fixes
* Restore `aziotctl --version` command ( [17074d0](https://github.com/Azure/iot-identity-service/commit/17074d05d5a326d063825160fbcf27115f179046) )

# 1.5.12 (2024-10-09)

Only Docker images are updated in this release. The daemon remains at version 1.5.10.
Expand Down
52 changes: 26 additions & 26 deletions edgelet/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion edgelet/contrib/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Homepage: https://github.com/azure/iotedge

Package: aziot-edge
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.3-1)
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.4-1)
Description: Azure IoT Edge Module Runtime
Azure IoT Edge is a fully managed service that delivers cloud intelligence
locally by deploying and running artificial intelligence (AI), Azure services,
Expand Down
2 changes: 1 addition & 1 deletion edgelet/contrib/enterprise-linux/aziot-edge.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ URL: https://github.com/azure/iotedge
BuildRequires: systemd
Requires(pre): shadow-utils
Requires: (moby-engine or docker-ce)
Requires: aziot-identity-service = 1.5.3-1%{?dist}
Requires: aziot-identity-service = 1.5.4-1%{?dist}
Source0: aziot-edge-%{version}.tar.gz

%description
Expand Down
2 changes: 1 addition & 1 deletion edgelet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.10
1.5.13

0 comments on commit 2685eac

Please sign in to comment.