Skip to content

Commit

Permalink
Prepare for release 1.4.1 (#6666)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Sep 10, 2022
1 parent fd90024 commit 62edb44
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 30 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.1 (2022-09-09)
## aziot-edge
* Bump iot-identity-service to fix regression in TPM authentication key index ( [fd90024](https://github.com/Azure/iotedge/commit/fd9002452871fc0601798e74499c5f3acbd09574) )

# 1.4.0 (2022-08-26)

## Edge Agent
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.0-1%{?dist}
Requires: aziot-identity-service = 1.4.1-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.0-1), sed
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, aziot-identity-service (= 1.4.1-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 @@ -22,7 +22,7 @@ URL: https://github.com/azure/iotedge
%{?systemd_requires}
BuildRequires: systemd
Requires(pre): shadow-utils
Requires: aziot-identity-service = 1.4.0-1%{?dist}
Requires: aziot-identity-service = 1.4.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.4.0
1.4.1

0 comments on commit 62edb44

Please sign in to comment.