From b7fa5ed32a4cda182d283a6d80cd4c22d4778402 Mon Sep 17 00:00:00 2001 From: Damon Barry Date: Mon, 26 Aug 2024 16:30:38 -0700 Subject: [PATCH] Update the 1.4.41 release (#7359) Update the 1.4.41 release to include last-minute snap fixes. --- CHANGELOG.md | 20 ++++++++++-------- edgelet/Cargo.lock | 52 +++++++++++++++++++++++----------------------- 2 files changed, 37 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 206dac030ae..f62f6998ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.4.41 (2024-08-13) +# 1.4.41 (2024-08-26) ## Base image updates @@ -10,23 +10,25 @@ The following Docker images were updated because their base images changed: ## 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) ) +* 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) ) +* 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) ) +* Fix docker-proxy startup issue in snaps @st3v3nmw ( [f21493c](https://github.com/Azure/iotedge/commit/f21493c45fbc6b6bb419e551133d26c57138c3d1) ) +* Fix snap startup error ( [436c1cc](https://github.com/Azure/iotedge/commit/436c1cc1d9cfdd04e3e501c809cf399131af90eb) ) +* 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) ) +* 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) ) +* Update snap base image and remove unnecessary config ( [4cd3296](https://github.com/Azure/iot-identity-service/commit/4cd3296984b5ac2711f63f1fea002ff969569cd5) ) +* Build snaps without debug symbols ( [4b4f7cd](https://github.com/Azure/iot-identity-service/commit/4b4f7cd179e97c45177fd7cab2663a36a624c105) ) # 1.4.40 (2024-07-23) diff --git a/edgelet/Cargo.lock b/edgelet/Cargo.lock index afdbfd396e9..e71e9f5498a 100644 --- a/edgelet/Cargo.lock +++ b/edgelet/Cargo.lock @@ -78,7 +78,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "aziot-cert-client-async" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-cert-common-http", "aziot-key-common", @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "aziot-cert-common-http" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-key-common", "serde", @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "aziot-certd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "cert-renewal", "hex", @@ -143,7 +143,7 @@ dependencies = [ [[package]] name = "aziot-identity-client-async" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-cert-common-http", "aziot-identity-common", @@ -157,7 +157,7 @@ dependencies = [ [[package]] name = "aziot-identity-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-key-common", "http-common", @@ -168,7 +168,7 @@ dependencies = [ [[package]] name = "aziot-identity-common-http" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-cert-common-http", "aziot-identity-common", @@ -181,7 +181,7 @@ dependencies = [ [[package]] name = "aziot-identityd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-identity-common", "cert-renewal", @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "aziot-key-client" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-key-common", "aziot-key-common-http", @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "aziot-key-client-async" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-key-common", "aziot-key-common-http", @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "aziot-key-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "serde", ] @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "aziot-key-common-http" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-key-common", "http-common", @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "aziot-key-openssl-engine" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-key-client", "aziot-key-common", @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "aziot-keyd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "http-common", "libc", @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "aziot-keys-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "pkcs11", "serde", @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "aziot-tpmd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "http-common", "serde", @@ -289,7 +289,7 @@ dependencies = [ [[package]] name = "aziotctl-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "anyhow", "aziot-certd-config", @@ -372,7 +372,7 @@ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" [[package]] name = "cert-renewal" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "async-trait", "chrono", @@ -451,7 +451,7 @@ dependencies = [ [[package]] name = "config-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "serde", "toml", @@ -1121,7 +1121,7 @@ dependencies = [ [[package]] name = "http-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "async-trait", "base64 0.21.2", @@ -1433,7 +1433,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "logger" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "env_logger", "log", @@ -1571,7 +1571,7 @@ dependencies = [ [[package]] name = "openssl-build" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "cc", ] @@ -1613,7 +1613,7 @@ dependencies = [ [[package]] name = "openssl-sys2" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "openssl-build", "openssl-sys", @@ -1622,7 +1622,7 @@ dependencies = [ [[package]] name = "openssl2" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "foreign-types", "foreign-types-shared", @@ -1682,7 +1682,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkcs11" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "foreign-types-shared", "lazy_static", @@ -1699,7 +1699,7 @@ dependencies = [ [[package]] name = "pkcs11-sys" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" [[package]] name = "pkg-config" @@ -2121,7 +2121,7 @@ dependencies = [ [[package]] name = "test-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#757f5716f022163a981d9ceec2d67e969a293e8e" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#4cd3296984b5ac2711f63f1fea002ff969569cd5" dependencies = [ "aziot-identity-common", "aziot-identity-common-http",