Skip to content

Commit

Permalink
Prepare for release 1.4.27 (#7174)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Dec 8, 2023
1 parent f1a9da3 commit 7b1d45b
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 31 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 1.4.27 (2023-12-07)

## Edge Hub
### Bug fixes
* Add support for GetCountFromStartKey for InMemoryDbStore ( [f1a9da3](https://github.com/Azure/iotedge/commit/f1a9da3b088ca39953265ce7e2b76d7b08cf5829) )

## aziot-edge
### Bug fixes
* Parse default edged path from environment variable by @ef4203 ( [1f048bf](https://github.com/Azure/iotedge/commit/1f048bfa7d983d3e80072ba7a4e7429a77c110d8) )
* Remove Ubuntu 18.04 support ( [765ec2d](https://github.com/Azure/iotedge/commit/765ec2d71a66b458e1fa5d446617ff5d5cca40df) )

## aziot-identity-service
### Bug fixes
* Remove Ubuntu 18.04 support ( [ea88b83](https://github.com/Azure/iot-identity-service/commit/ea88b834555ec1c5414d29e9238e04e8ca8d3184) )
* Fix nullptr deref when decoding EST PKCS#7 response ( [3fd2073](https://github.com/Azure/iot-identity-service/commit/3fd2073c6fe58b009ef9a3b73d14103b55f283a5) )
* Only create PKCS#11 AES keys if AES-GCM is supported ( [79aae50](https://github.com/Azure/iot-identity-service/commit/79aae5062f0057df7871fb2897451e9b58daf0ec) )

## Other fixes
* Upgrade Functions sample to remove dependency on .NET Core 3.1 ( [c38aa54](https://github.com/Azure/iotedge/commit/c38aa547542d7b9af099050ee19bf8f384a1bb5a) )

# 1.4.26 (2023-12-01)

The following Docker images were updated because their base images changed:
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/centos/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
%{?systemd_requires}
BuildRequires: systemd
Requires(pre): shadow-utils
Requires: aziot-identity-service = 1.4.6-1%{?dist}
Requires: aziot-identity-service = 1.4.7-1%{?dist}
Source0: aziot-edge-%{version}.tar.gz

%description
Expand Down
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, aziot-identity-service (= 1.4.6-1), sed
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, aziot-identity-service (= 1.4.7-1), sed
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 @@ -23,7 +23,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.6-1%{?dist}
Requires: aziot-identity-service = 1.4.7-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.20
1.4.27
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.26",
"version": "1.4.27",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 7b1d45b

Please sign in to comment.