Skip to content

Commit

Permalink
Prepare for release 1.5.16 (#7415)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Jan 23, 2025
1 parent 7753e68 commit 89401eb
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 30 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 1.5.16 (2025-01-22)

The following Docker images were updated because their base images changed:
* azureiotedge-agent
* azureiotedge-hub
* azureiotedge-simulated-temperature-sensor
* azureiotedge-diagnostics

## Edge Agent
### Bug fixes
* Remove dead code and eliminate dependency on service SDK ( [2fa7c51](https://github.com/Azure/iotedge/commit/2fa7c519c2594a881b41a7c3b57a80c84f0fbb48) )

## aziot-identity-service
### Bug fixes
* Add pkcs11 interface to keyd in azure-iot-identity snap ( [3743a55](https://github.com/Azure/iot-identity-service/commit/3743a5568ec44d8882fa980de35b77a6920daa7b) )
* Add content interface for sharing aziot_keys.so in azure-iot-identity snap ( [7ebed24](https://github.com/Azure/iot-identity-service/commit/7ebed244f12396d92282dd00745076d1b1ce4651) )

# 1.5.15 (2024-11-13)

Only Docker images are updated in this release. The daemon remains at version 1.5.13.
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.4-1)
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.5-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.4-1%{?dist}
Requires: aziot-identity-service = 1.5.5-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.13
1.5.16
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.15",
"version": "1.5.16",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 89401eb

Please sign in to comment.