diff --git a/.github/workflows/packages.yaml b/.github/workflows/packages.yaml index d78e42dd..df129580 100644 --- a/.github/workflows/packages.yaml +++ b/.github/workflows/packages.yaml @@ -62,7 +62,7 @@ jobs: env: ARCH: "${{ matrix.arch }}" OS: "${{ matrix.os }}" - PACKAGE_VERSION: '1.5.0' + PACKAGE_VERSION: '1.5.1' # PACKAGE_RELEASE should always be '1'. PACKAGE_RELEASE: '1' - name: 'Generate artifact properties' diff --git a/Cargo.lock b/Cargo.lock index 365ffad4..3e365c35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -539,7 +539,7 @@ dependencies = [ [[package]] name = "aziotctl" -version = "1.5.0" +version = "1.5.1" dependencies = [ "anyhow", "async-recursion", @@ -611,7 +611,7 @@ dependencies = [ [[package]] name = "aziotd" -version = "1.5.0" +version = "1.5.1" dependencies = [ "aziot-certd", "aziot-identityd", diff --git a/aziotctl/Cargo.toml b/aziotctl/Cargo.toml index 547356d0..ec3a62f8 100644 --- a/aziotctl/Cargo.toml +++ b/aziotctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aziotctl" -version = "1.5.0" +version = "1.5.1" 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 81a35d0e..3e4488bb 100644 --- a/aziotd/Cargo.toml +++ b/aziotd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aziotd" -version = "1.5.0" +version = "1.5.1" 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 4f022ebb..20b0b620 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: azure-iot-identity base: core22 # the base snap is the execution environment for this snap -version: '1.5.0' +version: '1.5.1' 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