From bd4885c61df112503390f6bfbf5fef4e638b368c Mon Sep 17 00:00:00 2001 From: Damon Barry Date: Wed, 23 Oct 2024 11:33:56 -0700 Subject: [PATCH] Prepare for release 1.5.4 --- .github/workflows/packages.yaml | 2 +- Cargo.lock | 4 ++-- aziotctl/Cargo.toml | 2 +- aziotd/Cargo.toml | 2 +- snap/snapcraft.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/packages.yaml b/.github/workflows/packages.yaml index c0b65e23..1a02b7b8 100644 --- a/.github/workflows/packages.yaml +++ b/.github/workflows/packages.yaml @@ -63,7 +63,7 @@ jobs: env: ARCH: "${{ matrix.arch }}" OS: "${{ matrix.os }}" - PACKAGE_VERSION: '1.5.3' + PACKAGE_VERSION: '1.5.4' # PACKAGE_RELEASE should always be '1'. PACKAGE_RELEASE: '1' - name: 'Generate artifact properties' diff --git a/Cargo.lock b/Cargo.lock index 215af7fc..2d9ff68b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -539,7 +539,7 @@ dependencies = [ [[package]] name = "aziotctl" -version = "1.5.3" +version = "1.5.4" dependencies = [ "anyhow", "async-recursion", @@ -611,7 +611,7 @@ dependencies = [ [[package]] name = "aziotd" -version = "1.5.3" +version = "1.5.4" dependencies = [ "aziot-certd", "aziot-identityd", diff --git a/aziotctl/Cargo.toml b/aziotctl/Cargo.toml index 984c41ba..0c8f78f6 100644 --- a/aziotctl/Cargo.toml +++ b/aziotctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aziotctl" -version = "1.5.3" +version = "1.5.4" authors = ["Azure IoT Edge Devs"] edition = "2021" homepage = "https://azure.github.io/iot-identity-service/" diff --git a/aziotd/Cargo.toml b/aziotd/Cargo.toml index 6eac3984..065b4c7a 100644 --- a/aziotd/Cargo.toml +++ b/aziotd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aziotd" -version = "1.5.3" +version = "1.5.4" authors = ["Azure IoT Edge Devs"] edition = "2021" homepage = "https://azure.github.io/iot-identity-service/" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7482cb22..5d45d62d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: azure-iot-identity base: core24 # the base snap is the execution environment for this snap -version: '1.5.3' +version: '1.5.4' summary: Provides provisioning and cryptographic services for Azure IoT Hub devices. description: | The Identity Service provisions a device's identity and any modules it runs. The device identity can be based