Skip to content

Commit

Permalink
Prepare for release 1.4.33 (#7236)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry authored Mar 12, 2024
1 parent 4ae6c29 commit 71f4974
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 31 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 1.4.33 (2024-03-12)

## Edge Agent
### Bug fixes
* Ensure agent and hub use logger for stack traces by @Gunni ( [4ae6c29](https://github.com/Azure/iotedge/commit/4ae6c29c771e1ce087c15ba6079c19d2f9f44b1e) )

## Edge Hub
### Bug fixes
* Ensure agent and hub use logger for stack traces by @Gunni ( [4ae6c29](https://github.com/Azure/iotedge/commit/4ae6c29c771e1ce087c15ba6079c19d2f9f44b1e) )

## aziot-edge
### OS support
* Add support for Snap amd64/arm64 packages ( [c38e0c8](https://github.com/Azure/iotedge/commit/c38e0c896d7b1bc7dc338b8ec0637daaeb6d27b3) )

### Bug fixes
* Fix apt purge --autoremove on Debian/Ubuntu ( [6c34f4b](https://github.com/Azure/iotedge/commit/6c34f4bdbd36de74f98ce88213ae0b11b9ffb909) )

## aziot-identity-service
### OS support
* Add support for Snap amd64/arm64 packages ( [9743701](https://github.com/Azure/iot-identity-service/commit/9743701f21e729984200968e909cdd639b1f0799) )

### Features
* Add packages for debug symbols ( [0cea2bd](https://github.com/Azure/iot-identity-service/commit/0cea2bd36466ec843056715441949990ab836ce5) )

### Bug fixes
* Fix apt purge --autoremove on Debian/Ubuntu ( [014edf1](https://github.com/Azure/iot-identity-service/commit/014edf1992347a8ca54662c90df62003b375ed40) )

# 1.4.32 (2024-02-14)

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

0 comments on commit 71f4974

Please sign in to comment.