Skip to content

Commit

Permalink
Prepare for release 1.5.8 (#7352)
Browse files Browse the repository at this point in the history
This release fixes a problem with snap packages. Docker images are not updated in this release and remain at version 1.5.7.
  • Loading branch information
damonbarry authored Aug 21, 2024
1 parent d950b62 commit 1f97918
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 34 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.5.8 (2024-08-19)

This release only updates aziot-edge and aziot-identity-service. The Docker images remain at 1.5.7.

## aziot-edge
### Bug fixes
* Fix snap startup error ( [d950b62](https://github.com/Azure/iotedge/commit/d950b624e62063f2458dd1a9ca64371f73d8a045) )

## aziot-identity-service
### Bug fixes
* Update snap base image and remove unnecessary config ( [c66b5c7](https://github.com/Azure/iot-identity-service/commit/c66b5c727ab7ec9726191c98c9d1509dab71be85) )

# 1.5.7 (2024-08-12)

## Base image updates
Expand All @@ -10,19 +22,19 @@ The following Docker images were updated because their base images changed:

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

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.1-1)
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.2-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.1-1%{?dist}
Requires: aziot-identity-service = 1.5.2-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.7
1.5.8

0 comments on commit 1f97918

Please sign in to comment.