Skip to content

Commit

Permalink
Prepare for release 1.4.8 (#6870)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Jan 26, 2023
1 parent 43b9c38 commit 5b27647
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 31 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 1.4.8 (2023-01-26)

## Edge Agent
### Bug fixes
* Use ISO 8601 for UTC timestamps sent to IoT Hub ( [0ab44e1] (https://github.com/Azure/iotedge/commit/0ab44e170c9bc6a714aa5632fb29962d165205d6) )

## Edge Hub
### Bug fixes
* Eliminate 30 sec delay when M2M ack is interrupted by disconnect ( [e32cfce](https://github.com/Azure/iotedge/commit/e32cfce85fe58acdd327a63582741ea4e8914d01) )

## aziot-edge
### Bug fixes
* Use ISO 8601 for UTC timestamps sent to IoT Hub ( [0ab44e1] (https://github.com/Azure/iotedge/commit/0ab44e170c9bc6a714aa5632fb29962d165205d6) )
* Bump iot-identity-service to 1.4.2

# 1.4.7 (2023-01-10)

## 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.1-1%{?dist}
Requires: aziot-identity-service = 1.4.2-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.1-1), sed
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, aziot-identity-service (= 1.4.2-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.1-1%{?dist}
Requires: aziot-identity-service = 1.4.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.4.3
1.4.8
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.7",
"version": "1.4.8",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 5b27647

Please sign in to comment.