From 2685eac80e30332674f501a4bbe7114f299dd2d9 Mon Sep 17 00:00:00 2001 From: Damon Barry Date: Wed, 23 Oct 2024 16:34:32 -0700 Subject: [PATCH] Prepare for release 1.5.13 (#7384) --- CHANGELOG.md | 10 ++++ edgelet/Cargo.lock | 52 +++++++++---------- edgelet/contrib/debian/control | 2 +- .../contrib/enterprise-linux/aziot-edge.spec | 2 +- edgelet/version.txt | 2 +- 5 files changed, 39 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2d4ebb75b..499179bf6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.5.13 (2024-10-23) + +## aziot-edge +### Bug fixes +* Fix aziot-edged version check in `iotedge check` command ( [ca5b8af](https://github.com/Azure/iotedge/commit/ca5b8af2152e181c438f304ee9bd1fb5e0f546fc) [4976970](https://github.com/Azure/iotedge/commit/497697030a4cdccb9e2f57d2738e8e960fb9ca0e) ) + +## aziot-identity-service +### Bug fixes +* Restore `aziotctl --version` command ( [17074d0](https://github.com/Azure/iot-identity-service/commit/17074d05d5a326d063825160fbcf27115f179046) ) + # 1.5.12 (2024-10-09) Only Docker images are updated in this release. The daemon remains at version 1.5.10. diff --git a/edgelet/Cargo.lock b/edgelet/Cargo.lock index 07737c72876..636d2c0cfdf 100644 --- a/edgelet/Cargo.lock +++ b/edgelet/Cargo.lock @@ -127,7 +127,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "aziot-cert-client-async" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-cert-common-http", "aziot-key-common", @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "aziot-cert-common-http" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-key-common", "serde", @@ -149,7 +149,7 @@ dependencies = [ [[package]] name = "aziot-certd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "cert-renewal", "hex", @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "aziot-identity-client-async" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-cert-common-http", "aziot-identity-common", @@ -206,7 +206,7 @@ dependencies = [ [[package]] name = "aziot-identity-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-key-common", "http-common", @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "aziot-identity-common-http" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-cert-common-http", "aziot-identity-common", @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "aziot-identityd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-identity-common", "cert-renewal", @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "aziot-key-client" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-key-common", "aziot-key-common-http", @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "aziot-key-client-async" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-key-common", "aziot-key-common-http", @@ -273,7 +273,7 @@ dependencies = [ [[package]] name = "aziot-key-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "serde", ] @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "aziot-key-common-http" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-key-common", "http-common", @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "aziot-key-openssl-engine" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-key-client", "aziot-key-common", @@ -309,7 +309,7 @@ dependencies = [ [[package]] name = "aziot-keyd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "http-common", "libc", @@ -319,7 +319,7 @@ dependencies = [ [[package]] name = "aziot-keys-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "pkcs11", "serde", @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "aziot-tpmd-config" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "http-common", "serde", @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "aziotctl-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "anyhow", "aziot-certd-config", @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "cert-renewal" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "async-trait", "chrono", @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "config-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "serde", "toml", @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "http-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "async-trait", "base64 0.21.2", @@ -1500,7 +1500,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "logger" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "env_logger", "log", @@ -1647,7 +1647,7 @@ dependencies = [ [[package]] name = "openssl-build" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "cc", ] @@ -1689,7 +1689,7 @@ dependencies = [ [[package]] name = "openssl-sys2" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "openssl-build", "openssl-sys", @@ -1698,7 +1698,7 @@ dependencies = [ [[package]] name = "openssl2" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "foreign-types", "foreign-types-shared", @@ -1758,7 +1758,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkcs11" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "foreign-types-shared", "lazy_static", @@ -1775,7 +1775,7 @@ dependencies = [ [[package]] name = "pkcs11-sys" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" [[package]] name = "pkg-config" @@ -2224,7 +2224,7 @@ dependencies = [ [[package]] name = "test-common" version = "0.1.0" -source = "git+https://github.com/Azure/iot-identity-service?branch=main#c7fba9289c82db59ed404827fc0db3778b129585" +source = "git+https://github.com/Azure/iot-identity-service?branch=main#2a8d851ae0d0a1a95903bbc3071f1c75887b2314" dependencies = [ "aziot-identity-common", "aziot-identity-common-http", diff --git a/edgelet/contrib/debian/control b/edgelet/contrib/debian/control index df54b47d3c8..61d075d127e 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, psmisc, sed, aziot-identity-service (= 1.5.3-1) +Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.4-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, diff --git a/edgelet/contrib/enterprise-linux/aziot-edge.spec b/edgelet/contrib/enterprise-linux/aziot-edge.spec index 870e1a05be2..1b035b0cc52 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 BuildRequires: systemd Requires(pre): shadow-utils Requires: (moby-engine or docker-ce) -Requires: aziot-identity-service = 1.5.3-1%{?dist} +Requires: aziot-identity-service = 1.5.4-1%{?dist} Source0: aziot-edge-%{version}.tar.gz %description diff --git a/edgelet/version.txt b/edgelet/version.txt index f0ed37967c0..fa85d4d1d23 100644 --- a/edgelet/version.txt +++ b/edgelet/version.txt @@ -1 +1 @@ -1.5.10 +1.5.13