diff --git a/.github/workflows/benchmark-machine.yml b/.github/workflows/benchmark-machine.yml index 9ec848368d..ca24dec586 100644 --- a/.github/workflows/benchmark-machine.yml +++ b/.github/workflows/benchmark-machine.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Set up AWS CLI - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/benchmark-runtime-weights.yml b/.github/workflows/benchmark-runtime-weights.yml index a9d6d85f0c..99d41bbe7c 100644 --- a/.github/workflows/benchmark-runtime-weights.yml +++ b/.github/workflows/benchmark-runtime-weights.yml @@ -112,7 +112,7 @@ jobs: docker pull litentry/litentry-parachain:runtime-benchmarks - name: Set up AWS CLI - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/tee-worker/client-api/parachain-api/CHANGELOG.md b/tee-worker/client-api/parachain-api/CHANGELOG.md index d7eba1f302..a07f44b568 100644 --- a/tee-worker/client-api/parachain-api/CHANGELOG.md +++ b/tee-worker/client-api/parachain-api/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.18-11] - 2024-07-19 + ### Added - (#2930) `PlatformUserType`: Add `DarenMarket` @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - (#2930) `PlatformUserType`: rename `MagicCraftStakingUser` to `MagicCraftStaking` - (#2930) `PlatformUserType`: rename `KaratDaoUser` to `KaratDao` +- (#2904) `AssertionSupportedNetwork`: update network list ## [0.9.18-10] - 2024-07-15 diff --git a/tee-worker/client-api/parachain-api/package.json b/tee-worker/client-api/parachain-api/package.json index 8c41438241..98fdb00ed2 100644 --- a/tee-worker/client-api/parachain-api/package.json +++ b/tee-worker/client-api/parachain-api/package.json @@ -5,7 +5,7 @@ "main": "dist/src/index.js", "module": "dist/src/index.js", "sideEffects": false, - "version": "0.9.18-10-next.0", + "version": "0.9.18-11", "scripts": { "clean": "rm -rf dist build node_modules", "update-metadata": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9944 > prepare-build/litentry-parachain-metadata.json", diff --git a/tee-worker/client-api/sidechain-api/CHANGELOG.md b/tee-worker/client-api/sidechain-api/CHANGELOG.md index ea5bda58c6..e90bf263ab 100644 --- a/tee-worker/client-api/sidechain-api/CHANGELOG.md +++ b/tee-worker/client-api/sidechain-api/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.18-10] - 2024-07-19 + +Align version with [parachain-release v0.9.18-11](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.18-11) + ## [0.9.18-10] - 2024-07-16 Align version with [parachain-release v0.9.18-10](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.18-10) diff --git a/tee-worker/client-api/sidechain-api/package.json b/tee-worker/client-api/sidechain-api/package.json index dfee472ad9..2e4036259e 100644 --- a/tee-worker/client-api/sidechain-api/package.json +++ b/tee-worker/client-api/sidechain-api/package.json @@ -5,7 +5,7 @@ "main": "dist/src/index.js", "module": "dist/src/index.js", "sideEffects": false, - "version": "0.9.18-10", + "version": "0.9.18-11", "scripts": { "clean": "rm -rf dist build node_modules", "update-metadata": "../../bin/litentry-cli print-sgx-metadata-raw > prepare-build/litentry-sidechain-metadata.json",