Skip to content

Commit

Permalink
Prepare for release 1.5.7 (#7346)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Aug 13, 2024
1 parent 490aea6 commit bef83ff
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 30 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 1.5.7 (2024-08-12)

## Base image updates

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

## Edge Hub
### Bug fixes
- Correctly close & dispose SDK client when it fails to open ( [df2f019](https://github.com/Azure/iotedge/commit/df2f0191e77a9452f14006ae2de0c1bdbfbb0fcc) )

## aziot-edge
### Bug fixes
- Fix docker-proxy startup issue in snaps @st3v3nmw ( [80e3465](https://github.com/Azure/iotedge/commit/80e3465c70a79893561a4b8ba432e0d5a37ace65) )

## aziot-identity-service
### OS support
- Add support for Debian 12 (identity service only) ( [d1cf0f5](https://github.com/Azure/iot-identity-service/commit/d1cf0f5f3eca25560f5a0101491ac87bc6bf6a90) )

### Bug fixes
- Treat malformed key(pair) as missing in create-key(pair) code paths ( [0351353](https://github.com/Azure/iot-identity-service/commit/0351353d852f59a270c7e4cd585138ee00caa5d8) )
- Update shlex dependency to patch security vulnerabilities ( [bcc83b4](https://github.com/Azure/iot-identity-service/commit/bcc83b4cc2bc858a085b11bb4095fc993f8be87d) )

# 1.5.6 (2024-07-23)

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

0 comments on commit bef83ff

Please sign in to comment.