From f1ac44dda9615df1ba326f3f4656e2f03a6a8d32 Mon Sep 17 00:00:00 2001 From: RFDK Team Date: Tue, 18 May 2021 03:04:33 +0000 Subject: [PATCH] chore(release): 0.32.0 --- CHANGELOG.md | 12 +++++++++ .../python/setup.py | 2 +- .../ts/package.json | 4 +-- .../python/setup.py | 2 +- .../ts/package.json | 4 +-- .../EC2-Image-Builder/python/setup.py | 2 +- .../EC2-Image-Builder/ts/package.json | 4 +-- integ/package.json | 8 +++--- lambda-layers/package.json | 2 +- lambda-layers/yarn.lock | 26 +++++++++---------- lerna.json | 2 +- package.json | 2 +- packages/aws-rfdk/package.json | 6 ++--- tools/cdk-build-tools/package.json | 4 +-- tools/pkglint/package.json | 2 +- 15 files changed, 47 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b5cdccf..6cf71fae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.32.0](https://github.com/aws/aws-rfdk/compare/v0.31.0...v0.32.0) (2021-05-17) + + +### Supported CDK Version + +* [1.104.0](https://github.com/aws/aws-cdk/releases/tag/v1.104.0) + + +### Officially Supported Deadline Versions + +* [10.1.9.2 to 10.1.15.2](https://docs.thinkboxsoftware.com/products/deadline/10.1/1_User%20Manual/manual/release-notes.html) + ## [0.31.0](https://github.com/aws/aws-rfdk/compare/v0.30.0...v0.31.0) (2021-05-11) diff --git a/examples/deadline/All-In-AWS-Infrastructure-Basic/python/setup.py b/examples/deadline/All-In-AWS-Infrastructure-Basic/python/setup.py index f4efc99e3..6debcf3ae 100644 --- a/examples/deadline/All-In-AWS-Infrastructure-Basic/python/setup.py +++ b/examples/deadline/All-In-AWS-Infrastructure-Basic/python/setup.py @@ -18,7 +18,7 @@ install_requires=[ "aws-cdk.core==1.104.0", - "aws-rfdk==0.31.0" + "aws-rfdk==0.32.0" ], python_requires=">=3.7", diff --git a/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json b/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json index 70f4d49f2..47dcf4aee 100644 --- a/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json +++ b/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json @@ -1,6 +1,6 @@ { "name": "all-in-farm-basic", - "version": "0.31.0", + "version": "0.32.0", "bin": { "app": "bin/app.js" }, @@ -20,7 +20,7 @@ }, "dependencies": { "@aws-cdk/core": "1.104.0", - "aws-rfdk": "0.31.0", + "aws-rfdk": "0.32.0", "source-map-support": "^0.5.19" } } diff --git a/examples/deadline/All-In-AWS-Infrastructure-SEP/python/setup.py b/examples/deadline/All-In-AWS-Infrastructure-SEP/python/setup.py index 1e8cbb84e..edd539c81 100644 --- a/examples/deadline/All-In-AWS-Infrastructure-SEP/python/setup.py +++ b/examples/deadline/All-In-AWS-Infrastructure-SEP/python/setup.py @@ -18,7 +18,7 @@ install_requires=[ "aws-cdk.core==1.104.0", - "aws-rfdk==0.31.0" + "aws-rfdk==0.32.0" ], python_requires=">=3.7", diff --git a/examples/deadline/All-In-AWS-Infrastructure-SEP/ts/package.json b/examples/deadline/All-In-AWS-Infrastructure-SEP/ts/package.json index a5a455000..d4b2e48c6 100644 --- a/examples/deadline/All-In-AWS-Infrastructure-SEP/ts/package.json +++ b/examples/deadline/All-In-AWS-Infrastructure-SEP/ts/package.json @@ -1,6 +1,6 @@ { "name": "all-in-farm-sep", - "version": "0.31.0", + "version": "0.32.0", "bin": { "app": "bin/app.js" }, @@ -25,7 +25,7 @@ }, "dependencies": { "@aws-cdk/core": "1.104.0", - "aws-rfdk": "0.31.0", + "aws-rfdk": "0.32.0", "source-map-support": "^0.5.19" } } diff --git a/examples/deadline/EC2-Image-Builder/python/setup.py b/examples/deadline/EC2-Image-Builder/python/setup.py index 4fe82403c..079ac1519 100644 --- a/examples/deadline/EC2-Image-Builder/python/setup.py +++ b/examples/deadline/EC2-Image-Builder/python/setup.py @@ -22,7 +22,7 @@ "aws-cdk.aws-ec2==1.104.0", "aws-cdk.aws-s3-assets==1.104.0", "aws-cdk.core==1.104.0", - "aws-rfdk==0.31.0", + "aws-rfdk==0.32.0", ], python_requires=">=3.7", diff --git a/examples/deadline/EC2-Image-Builder/ts/package.json b/examples/deadline/EC2-Image-Builder/ts/package.json index b17a9f442..580d72942 100644 --- a/examples/deadline/EC2-Image-Builder/ts/package.json +++ b/examples/deadline/EC2-Image-Builder/ts/package.json @@ -1,6 +1,6 @@ { "name": "all-in-farm-image-builder", - "version": "0.31.0", + "version": "0.32.0", "bin": { "app": "bin/app.js" }, @@ -25,6 +25,6 @@ "@aws-cdk/aws-imagebuilder": "1.104.0", "@aws-cdk/aws-s3-assets": "1.104.0", "@aws-cdk/core": "1.104.0", - "aws-rfdk": "0.31.0" + "aws-rfdk": "0.32.0" } } diff --git a/integ/package.json b/integ/package.json index 1a78c060e..b70a0d9f9 100644 --- a/integ/package.json +++ b/integ/package.json @@ -1,6 +1,6 @@ { "name": "integ", - "version": "0.31.0", + "version": "0.32.0", "private": false, "description": "Integration tests for RFDK constructs", "bin": { @@ -67,7 +67,7 @@ "eslint-plugin-import": "^2.22.1", "eslint-plugin-license-header": "^0.2.0", "jest": "^26.6.3", - "pkglint": "0.31.0", + "pkglint": "0.32.0", "ts-jest": "^26.5.6" }, "dependencies": { @@ -85,7 +85,7 @@ "@aws-cdk/aws-s3-assets": "1.104.0", "@aws-cdk/aws-secretsmanager": "1.104.0", "@aws-cdk/core": "1.104.0", - "aws-rfdk": "0.31.0", + "aws-rfdk": "0.32.0", "aws-sdk": "^2.908.0" }, "peerDependencies": { @@ -102,7 +102,7 @@ "@aws-cdk/aws-s3-assets": "1.104.0", "@aws-cdk/aws-secretsmanager": "1.104.0", "@aws-cdk/core": "1.104.0", - "aws-rfdk": "0.31.0", + "aws-rfdk": "0.32.0", "aws-sdk": "^2.908.0" }, "engines": { diff --git a/lambda-layers/package.json b/lambda-layers/package.json index 47bedd21c..cacaaca8e 100644 --- a/lambda-layers/package.json +++ b/lambda-layers/package.json @@ -1,6 +1,6 @@ { "name": "lambda-layers", - "version": "0.31.0", + "version": "0.32.0", "private": false, "description": "Package containing scripts for building and publishing Lambda Layers", "main": "lib/index.js", diff --git a/lambda-layers/yarn.lock b/lambda-layers/yarn.lock index 6035a5a29..d225e504b 100644 --- a/lambda-layers/yarn.lock +++ b/lambda-layers/yarn.lock @@ -2,15 +2,15 @@ # yarn lockfile v1 -"@types/node@^14.14.35": - version "14.14.37" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e" - integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== - -aws-sdk@^2.869.0: - version "2.880.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.880.0.tgz#2198818f3b42bdd387e1898c8aab5fcca2409a36" - integrity sha512-/dBk3ejw22ED2edzGfmJB83KXDA4wLIw5Hb+2YMhly+gOWecvevy0tML2+YN/cmxyTy+wT0E0sM7fm1v7kmHtw== +"@types/node@^15.3.0": + version "15.3.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-15.3.0.tgz#d6fed7d6bc6854306da3dea1af9f874b00783e26" + integrity sha512-8/bnjSZD86ZfpBsDlCIkNXIvm+h6wi9g7IqL+kmFkQ+Wvu3JrasgLElfiPgoo8V8vVfnEi0QVS12gbl94h9YsQ== + +aws-sdk@^2.908.0: + version "2.908.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.908.0.tgz#7c1772919f2840d322a678b27625ef16a0047949" + integrity sha512-+UtrKOlwjFhGRRrtf3zl5iwFcAnvuh9m63gBnFj9aA+scbP4K2qOukJxPqXCBDeFPqLGH+ojmMJE/54oSlOfmQ== dependencies: buffer "4.9.2" events "1.1.1" @@ -76,10 +76,10 @@ sax@>=0.6.0: resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== -typescript@~4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" - integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw== +typescript@~4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" + integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== url@0.10.3: version "0.10.3" diff --git a/lerna.json b/lerna.json index 09641c82b..f342ef729 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "npmClient": "yarn", "useWorkspaces": true, "rejectCycles": "true", - "version": "0.31.0" + "version": "0.32.0" } diff --git a/package.json b/package.json index b9f464225..063b14665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-rfdk-project", - "version": "0.31.0", + "version": "0.32.0", "license": "Apache-2.0", "author": { "name": "Amazon Web Services", diff --git a/packages/aws-rfdk/package.json b/packages/aws-rfdk/package.json index 2d1a397df..2d35a79de 100644 --- a/packages/aws-rfdk/package.json +++ b/packages/aws-rfdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-rfdk", - "version": "0.31.0", + "version": "0.32.0", "private": false, "description": "Package for core render farm constructs", "main": "lib/index.js", @@ -71,9 +71,9 @@ "@types/sinon": "^10.0.0", "aws-sdk": "^2.908.0", "aws-sdk-mock": "^5.1.0", - "cdk-build-tools": "0.31.0", + "cdk-build-tools": "0.32.0", "dynalite": "^3.2.1", - "pkglint": "0.31.0", + "pkglint": "0.32.0", "sinon": "^10.0.0" }, "dependencies": { diff --git a/tools/cdk-build-tools/package.json b/tools/cdk-build-tools/package.json index a90134f12..00feb22fc 100644 --- a/tools/cdk-build-tools/package.json +++ b/tools/cdk-build-tools/package.json @@ -1,7 +1,7 @@ { "name": "cdk-build-tools", "private": true, - "version": "0.31.0", + "version": "0.32.0", "description": "Tools package with shared build scripts for CDK packages", "main": "lib/index.js", "repository": { @@ -39,7 +39,7 @@ "@types/semver": "^7.3.5", "@types/yargs": "^16.0.1", "eslint-plugin-license-header": "^0.2.0", - "pkglint": "0.31.0" + "pkglint": "0.32.0" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^4.23.0", diff --git a/tools/pkglint/package.json b/tools/pkglint/package.json index b4a3348d0..7e2132b04 100644 --- a/tools/pkglint/package.json +++ b/tools/pkglint/package.json @@ -1,6 +1,6 @@ { "name": "pkglint", - "version": "0.31.0", + "version": "0.32.0", "private": true, "description": "Validate and fix package.json files", "main": "lib/index.js",