Skip to content

Commit

Permalink
Prepare for release 1.4.41 (#7347)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Aug 13, 2024
1 parent f21493c commit fce7f37
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 30 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 1.4.41 (2024-08-13)

## Base image updates

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

## aziot-edge
### OS support
- Remove support for CentOS 7 and Debian 10 ( [7ecff38](https://github.com/Azure/iotedge/commit/7ecff38a1182b0e133c07b6ab6ad9fe19c76fc0f) )
- Update snap builds to generate SBOM ( [40e4fdd](https://github.com/Azure/iotedge/commit/40e4fdd22ea6785cd7a74daf50846c7c07b02308) )

### Features
- Add packages for debug symbols ( [53bd7ab](https://github.com/Azure/iotedge/commit/53bd7ab7a450d6a6220174d81499352071af3d97) )

### Bug fixes
- Fix docker-proxy startup issue in snaps @st3v3nmw ( [f21493c](https://github.com/Azure/iotedge/commit/f21493c45fbc6b6bb419e551133d26c57138c3d1) )
- Update mio dependency to patch security vulnerabilities ( [d548d7d](https://github.com/Azure/iotedge/commit/d548d7d1362480ba6b3b78cec25f6146b30c14d8) )
- Update snap builds to honor rust-toolchain.toml @st3v3nmw ( [d8c63f0](https://github.com/Azure/iotedge/commit/d8c63f0d5ef7a8c2ffc4d94982433a0e93d2c3c9) )

## aziot-identity-service
### OS support
- Remove support for CentOS 7 and Debian 10 ( [cf73150](https://github.com/Azure/iot-identity-service/commit/cf73150ca1d4ab7a1b6203a65b394468976a9bd4) )

### Bug fixes
- Build snaps without debug symbols ( [4b4f7cd](https://github.com/Azure/iot-identity-service/commit/4b4f7cd179e97c45177fd7cab2663a36a624c105) )

# 1.4.40 (2024-07-23)

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

0 comments on commit fce7f37

Please sign in to comment.