From 62edb446c0da94127c17b0943a6252d2df19e525 Mon Sep 17 00:00:00 2001 From: Damon Barry Date: Fri, 9 Sep 2022 19:34:05 -0700 Subject: [PATCH] Prepare for release 1.4.1 (#6666) --- CHANGELOG.md | 4 ++ edgelet/Cargo.lock | 52 +++++++++---------- edgelet/contrib/centos/aziot-edge.spec | 2 +- edgelet/contrib/debian/control | 2 +- .../contrib/enterprise-linux/aziot-edge.spec | 2 +- edgelet/version.txt | 2 +- 6 files changed, 34 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e3e7d4fef..82cd819e8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/edgelet/Cargo.lock b/edgelet/Cargo.lock index f880b3ba281..b602abea912 100644 --- a/edgelet/Cargo.lock +++ b/edgelet/Cargo.lock @@ -72,7 +72,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#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-cert-common-http", "aziot-key-common", @@ -85,7 +85,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#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-key-common", "serde", @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "aziot-certd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "cert-renewal", "hex", @@ -137,7 +137,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#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-cert-common-http", "aziot-identity-common", @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "aziot-identity-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-key-common", "http-common", @@ -162,7 +162,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#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-cert-common-http", "aziot-identity-common", @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "aziot-identityd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-identity-common", "cert-renewal", @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "aziot-key-client" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-key-common", "aziot-key-common-http", @@ -205,7 +205,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#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-key-common", "aziot-key-common-http", @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "aziot-key-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "serde", ] @@ -226,7 +226,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#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-key-common", "http-common", @@ -236,7 +236,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#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-key-client", "aziot-key-common", @@ -254,7 +254,7 @@ dependencies = [ [[package]] name = "aziot-keyd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "http-common", "libc", @@ -264,7 +264,7 @@ dependencies = [ [[package]] name = "aziot-keys-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "pkcs11", "serde", @@ -274,7 +274,7 @@ dependencies = [ [[package]] name = "aziot-tpmd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "http-common", "serde", @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "aziotctl-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "anyhow", "aziot-certd-config", @@ -359,7 +359,7 @@ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" [[package]] name = "cert-renewal" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "async-trait", "aziot-cert-client-async", @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "config-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "serde", "toml", @@ -1048,7 +1048,7 @@ dependencies = [ [[package]] name = "http-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "async-trait", "base64", @@ -1325,7 +1325,7 @@ dependencies = [ [[package]] name = "logger" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "env_logger", "log", @@ -1478,7 +1478,7 @@ dependencies = [ [[package]] name = "openssl-build" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "cc", ] @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "openssl-sys2" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "openssl-build", "openssl-sys", @@ -1529,7 +1529,7 @@ dependencies = [ [[package]] name = "openssl2" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "foreign-types", "foreign-types-shared", @@ -1589,7 +1589,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkcs11" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "foreign-types-shared", "lazy_static", @@ -1606,7 +1606,7 @@ dependencies = [ [[package]] name = "pkcs11-sys" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" [[package]] name = "pkg-config" @@ -1986,7 +1986,7 @@ dependencies = [ [[package]] name = "test-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#1ff5435129c1ff6f37ad9b0fb1781cb79f261f00" +source = "git+https://github.com/Azure/iot-identity-service?branch=release/1.4#f349b64d3b555b917a417f1c7543d245612495e3" dependencies = [ "aziot-identity-common", "aziot-identity-common-http", diff --git a/edgelet/contrib/centos/aziot-edge.spec b/edgelet/contrib/centos/aziot-edge.spec index 7c9ddc875ec..68887d78779 100644 --- a/edgelet/contrib/centos/aziot-edge.spec +++ b/edgelet/contrib/centos/aziot-edge.spec @@ -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 diff --git a/edgelet/contrib/debian/control b/edgelet/contrib/debian/control index bc1690d5feb..d3387aa247c 100644 --- a/edgelet/contrib/debian/control +++ b/edgelet/contrib/debian/control @@ -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, diff --git a/edgelet/contrib/enterprise-linux/aziot-edge.spec b/edgelet/contrib/enterprise-linux/aziot-edge.spec index 45d57cff600..5c1fbac03c3 100644 --- a/edgelet/contrib/enterprise-linux/aziot-edge.spec +++ b/edgelet/contrib/enterprise-linux/aziot-edge.spec @@ -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 diff --git a/edgelet/version.txt b/edgelet/version.txt index 88c5fb891dc..347f5833ee6 100644 --- a/edgelet/version.txt +++ b/edgelet/version.txt @@ -1 +1 @@ -1.4.0 +1.4.1