зеркало из https://github.com/Azure/iotedge.git
Prepare for release 1.5.10 (#7366)
This commit is contained in:
Родитель
73ed41e24a
Коммит
72a7b205f9
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,3 +1,28 @@
|
||||||
|
# 1.5.10 (2024-09-09)
|
||||||
|
|
||||||
|
## Edge Agent
|
||||||
|
### Features
|
||||||
|
* Add support for logging IoT Hub SDK events ( [3557a22](https://github.com/Azure/iotedge/commit/3557a2201bee4368b4e71713a45eb11367237795) )
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
* Don't sync reported properties to local cache until cloud sync completes ( [e4c3dc0](https://github.com/Azure/iotedge/commit/e4c3dc05fe96c36f3f5035a9cc87f23ddbfdeaac) )
|
||||||
|
|
||||||
|
## Edge Hub
|
||||||
|
### Features
|
||||||
|
* Add support for logging IoT Hub SDK events ( [3557a22](https://github.com/Azure/iotedge/commit/3557a2201bee4368b4e71713a45eb11367237795) )
|
||||||
|
|
||||||
|
## aziot-edge
|
||||||
|
### OS support
|
||||||
|
* Add support for Ubuntu 24.04 ( [2807232](https://github.com/Azure/iotedge/commit/28072321aa082a7a44c0c83a4dca7d62f2c50580) )
|
||||||
|
* Add support for Debian 12 ( [5b7d20f](https://github.com/Azure/iotedge/commit/5b7d20f8ad2edf5219f43595430772f4e4919d13) )
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
* Increase dockerd client timeout ( [e7abc49](https://github.com/Azure/iotedge/commit/e7abc49e2192304a2969cddd308aa4178fbd5638) )
|
||||||
|
|
||||||
|
## aziot-identity-service
|
||||||
|
### OS support
|
||||||
|
* Add support for Ubuntu 24.04 ( [0de6f80](https://github.com/Azure/iot-identity-service/commit/0de6f8079ad94e7367a1e8d52364d047099a63fa) )
|
||||||
|
|
||||||
# 1.5.9 (2024-09-09)
|
# 1.5.9 (2024-09-09)
|
||||||
|
|
||||||
Only Docker images are updated in this release. The daemon remains at version 1.5.8.
|
Only Docker images are updated in this release. The daemon remains at version 1.5.8.
|
||||||
|
|
|
@ -127,7 +127,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-cert-client-async"
|
name = "aziot-cert-client-async"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-cert-common-http",
|
"aziot-cert-common-http",
|
||||||
"aziot-key-common",
|
"aziot-key-common",
|
||||||
|
@ -140,7 +140,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-cert-common-http"
|
name = "aziot-cert-common-http"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-key-common",
|
"aziot-key-common",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -149,7 +149,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-certd-config"
|
name = "aziot-certd-config"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cert-renewal",
|
"cert-renewal",
|
||||||
"hex",
|
"hex",
|
||||||
|
@ -192,7 +192,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-identity-client-async"
|
name = "aziot-identity-client-async"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-cert-common-http",
|
"aziot-cert-common-http",
|
||||||
"aziot-identity-common",
|
"aziot-identity-common",
|
||||||
|
@ -206,7 +206,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-identity-common"
|
name = "aziot-identity-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-key-common",
|
"aziot-key-common",
|
||||||
"http-common",
|
"http-common",
|
||||||
|
@ -217,7 +217,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-identity-common-http"
|
name = "aziot-identity-common-http"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-cert-common-http",
|
"aziot-cert-common-http",
|
||||||
"aziot-identity-common",
|
"aziot-identity-common",
|
||||||
|
@ -230,7 +230,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-identityd-config"
|
name = "aziot-identityd-config"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-identity-common",
|
"aziot-identity-common",
|
||||||
"cert-renewal",
|
"cert-renewal",
|
||||||
|
@ -245,7 +245,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-key-client"
|
name = "aziot-key-client"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-key-common",
|
"aziot-key-common",
|
||||||
"aziot-key-common-http",
|
"aziot-key-common-http",
|
||||||
|
@ -260,7 +260,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-key-client-async"
|
name = "aziot-key-client-async"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-key-common",
|
"aziot-key-common",
|
||||||
"aziot-key-common-http",
|
"aziot-key-common-http",
|
||||||
|
@ -273,7 +273,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-key-common"
|
name = "aziot-key-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
@ -281,7 +281,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-key-common-http"
|
name = "aziot-key-common-http"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-key-common",
|
"aziot-key-common",
|
||||||
"http-common",
|
"http-common",
|
||||||
|
@ -291,7 +291,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-key-openssl-engine"
|
name = "aziot-key-openssl-engine"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-key-client",
|
"aziot-key-client",
|
||||||
"aziot-key-common",
|
"aziot-key-common",
|
||||||
|
@ -309,7 +309,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-keyd-config"
|
name = "aziot-keyd-config"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"http-common",
|
"http-common",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -319,7 +319,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-keys-common"
|
name = "aziot-keys-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pkcs11",
|
"pkcs11",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -329,7 +329,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziot-tpmd-config"
|
name = "aziot-tpmd-config"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"http-common",
|
"http-common",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -338,7 +338,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aziotctl-common"
|
name = "aziotctl-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"aziot-certd-config",
|
"aziot-certd-config",
|
||||||
|
@ -445,7 +445,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cert-renewal"
|
name = "cert-renewal"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -543,7 +543,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "config-common"
|
name = "config-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"toml",
|
"toml",
|
||||||
|
@ -1200,7 +1200,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http-common"
|
name = "http-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64 0.21.2",
|
"base64 0.21.2",
|
||||||
|
@ -1500,7 +1500,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "logger"
|
name = "logger"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"log",
|
"log",
|
||||||
|
@ -1647,7 +1647,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl-build"
|
name = "openssl-build"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
]
|
]
|
||||||
|
@ -1689,7 +1689,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl-sys2"
|
name = "openssl-sys2"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"openssl-build",
|
"openssl-build",
|
||||||
"openssl-sys",
|
"openssl-sys",
|
||||||
|
@ -1698,7 +1698,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl2"
|
name = "openssl2"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"foreign-types",
|
"foreign-types",
|
||||||
"foreign-types-shared",
|
"foreign-types-shared",
|
||||||
|
@ -1758,7 +1758,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pkcs11"
|
name = "pkcs11"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"foreign-types-shared",
|
"foreign-types-shared",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
@ -1775,7 +1775,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pkcs11-sys"
|
name = "pkcs11-sys"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pkg-config"
|
name = "pkg-config"
|
||||||
|
@ -2224,7 +2224,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "test-common"
|
name = "test-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/Azure/iot-identity-service?branch=main#061e4c98bf02b38633a2881c0be789b5244454fd"
|
source = "git+https://github.com/Azure/iot-identity-service?branch=main#72cea820a241aac81cf42bb6693a6e26ac25187c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aziot-identity-common",
|
"aziot-identity-common",
|
||||||
"aziot-identity-common-http",
|
"aziot-identity-common-http",
|
||||||
|
|
|
@ -8,7 +8,7 @@ Homepage: https://github.com/azure/iotedge
|
||||||
|
|
||||||
Package: aziot-edge
|
Package: aziot-edge
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.2-1)
|
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, ca-certificates, hostname, psmisc, sed, aziot-identity-service (= 1.5.3-1)
|
||||||
Description: Azure IoT Edge Module Runtime
|
Description: Azure IoT Edge Module Runtime
|
||||||
Azure IoT Edge is a fully managed service that delivers cloud intelligence
|
Azure IoT Edge is a fully managed service that delivers cloud intelligence
|
||||||
locally by deploying and running artificial intelligence (AI), Azure services,
|
locally by deploying and running artificial intelligence (AI), Azure services,
|
||||||
|
|
|
@ -22,7 +22,7 @@ URL: https://github.com/azure/iotedge
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires: (moby-engine or docker-ce)
|
Requires: (moby-engine or docker-ce)
|
||||||
Requires: aziot-identity-service = 1.5.2-1%{?dist}
|
Requires: aziot-identity-service = 1.5.3-1%{?dist}
|
||||||
Source0: aziot-edge-%{version}.tar.gz
|
Source0: aziot-edge-%{version}.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.5.8
|
1.5.10
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.5.9",
|
"version": "1.5.10",
|
||||||
"build": "BUILDNUMBER",
|
"build": "BUILDNUMBER",
|
||||||
"commit": "COMMITID"
|
"commit": "COMMITID"
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче