Skip to content

Commit

Permalink
Prepare for release 1.5.10 (#7366)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry committed Sep 9, 2024
1 parent 73ed41e commit 72a7b20
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 30 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# 1.5.10 (2024-09-09)

## Edge Agent
### Features
* Add support for logging IoT Hub SDK events ( [3557a22](https://github.com/Azure/iotedge/commit/3557a2201bee4368b4e71713a45eb11367237795) )

### Bug fixes
* Don't sync reported properties to local cache until cloud sync completes ( [e4c3dc0](https://github.com/Azure/iotedge/commit/e4c3dc05fe96c36f3f5035a9cc87f23ddbfdeaac) )

## Edge Hub
### Features
* Add support for logging IoT Hub SDK events ( [3557a22](https://github.com/Azure/iotedge/commit/3557a2201bee4368b4e71713a45eb11367237795) )

## aziot-edge
### OS support
* Add support for Ubuntu 24.04 ( [2807232](https://github.com/Azure/iotedge/commit/28072321aa082a7a44c0c83a4dca7d62f2c50580) )
* Add support for Debian 12 ( [5b7d20f](https://github.com/Azure/iotedge/commit/5b7d20f8ad2edf5219f43595430772f4e4919d13) )

### Bug fixes
* Increase dockerd client timeout ( [e7abc49](https://github.com/Azure/iotedge/commit/e7abc49e2192304a2969cddd308aa4178fbd5638) )

## aziot-identity-service
### OS support
* Add support for Ubuntu 24.04 ( [0de6f80](https://github.com/Azure/iot-identity-service/commit/0de6f8079ad94e7367a1e8d52364d047099a63fa) )

# 1.5.9 (2024-09-09)

Only Docker images are updated in this release. The daemon remains at version 1.5.8.
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.2-1)
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.3-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.2-1%{?dist}
Requires: aziot-identity-service = 1.5.3-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.8
1.5.10
2 changes: 1 addition & 1 deletion versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.9",
"version": "1.5.10",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 72a7b20

Please sign in to comment.