diff --git a/CHANGELOG.md b/CHANGELOG.md index 12d7a469a..50c56b42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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.42.0](https://github.com/aws/aws-rfdk/compare/v0.41.0...v0.42.0) (2022-06-18) + + +### Supported CDK Version + +* [1.160.0](https://github.com/aws/aws-cdk/releases/tag/v1.160.0) + + +### Officially Supported Deadline Versions + +* [10.1.9.2 to 10.1.21.4](https://docs.thinkboxsoftware.com/products/deadline/10.1/1_User%20Manual/manual/release-notes.html) + + +### ⚠ BREAKING CHANGES + +* **deps:** The minimum supported version of Node.js has been +changed to Node.js 14 + +### Bug Fixes + +* **lambda-layers:** add ap-southeast-3 to region deny list ([#685](https://github.com/aws/aws-rfdk/issues/685)) ([6806951](https://github.com/aws/aws-rfdk/commit/6806951ae664840f3baf9ea250617da82d31df9d)) + ## [0.41.0](https://github.com/aws/aws-rfdk/compare/v0.40.0...v0.41.0) (2022-04-01) 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 d6703c8f1..439e5607a 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.160.0", - "aws-rfdk==0.41.0" + "aws-rfdk==0.42.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 e06fe0879..cdff21c5b 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.41.0", + "version": "0.42.0", "bin": { "app": "bin/app.js" }, @@ -20,7 +20,7 @@ }, "dependencies": { "@aws-cdk/core": "1.160.0", - "aws-rfdk": "0.41.0", + "aws-rfdk": "0.42.0", "source-map-support": "^0.5.21" } } 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 4ffd684c6..4f04f6bd5 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.160.0", - "aws-rfdk==0.41.0" + "aws-rfdk==0.42.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 451f6d62c..0492fecde 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.41.0", + "version": "0.42.0", "bin": { "app": "bin/app.js" }, @@ -25,7 +25,7 @@ }, "dependencies": { "@aws-cdk/core": "1.160.0", - "aws-rfdk": "0.41.0", + "aws-rfdk": "0.42.0", "source-map-support": "^0.5.21" } } diff --git a/examples/deadline/EC2-Image-Builder/python/setup.py b/examples/deadline/EC2-Image-Builder/python/setup.py index dd5e53c14..3317a0fe3 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.160.0", "aws-cdk.aws-s3-assets==1.160.0", "aws-cdk.core==1.160.0", - "aws-rfdk==0.41.0", + "aws-rfdk==0.42.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 4c68d6eec..25725229b 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.41.0", + "version": "0.42.0", "bin": { "app": "bin/app.js" }, @@ -25,6 +25,6 @@ "@aws-cdk/aws-imagebuilder": "1.160.0", "@aws-cdk/aws-s3-assets": "1.160.0", "@aws-cdk/core": "1.160.0", - "aws-rfdk": "0.41.0" + "aws-rfdk": "0.42.0" } } diff --git a/examples/deadline/Local-Zone/python/setup.py b/examples/deadline/Local-Zone/python/setup.py index e147c0da1..0faf4a02b 100644 --- a/examples/deadline/Local-Zone/python/setup.py +++ b/examples/deadline/Local-Zone/python/setup.py @@ -21,7 +21,7 @@ "aws-cdk.aws-elasticloadbalancingv2==1.160.0", "aws-cdk.aws-route53==1.160.0", "aws-cdk.core==1.160.0", - "aws-rfdk==0.41.0", + "aws-rfdk==0.42.0", "jsii==1.50.0", ], diff --git a/examples/deadline/Local-Zone/ts/package.json b/examples/deadline/Local-Zone/ts/package.json index a57da4ab4..e46984d34 100644 --- a/examples/deadline/Local-Zone/ts/package.json +++ b/examples/deadline/Local-Zone/ts/package.json @@ -1,6 +1,6 @@ { "name": "all-in-farm-local-zone", - "version": "0.41.0", + "version": "0.42.0", "bin": { "app": "bin/app.js" }, @@ -23,7 +23,7 @@ "@aws-cdk/aws-elasticloadbalancingv2": "1.160.0", "@aws-cdk/aws-route53": "1.160.0", "@aws-cdk/core": "1.160.0", - "aws-rfdk": "0.41.0", + "aws-rfdk": "0.42.0", "source-map-support": "^0.5.21" } } diff --git a/integ/package.json b/integ/package.json index 348819840..e56032f6a 100644 --- a/integ/package.json +++ b/integ/package.json @@ -1,6 +1,6 @@ { "name": "integ", - "version": "0.41.0", + "version": "0.42.0", "private": false, "description": "Integration tests for RFDK constructs", "bin": { @@ -68,7 +68,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-license-header": "^0.4.0", "jest": "^27.5.1", - "pkglint": "0.41.0", + "pkglint": "0.42.0", "ts-jest": "^27.1.5", "typescript": "~4.7.3" }, @@ -91,7 +91,7 @@ "@aws-sdk/client-cloudwatch-logs": "^3.110.0", "@aws-sdk/client-secrets-manager": "^3.110.0", "@aws-sdk/client-ssm": "^3.110.0", - "aws-rfdk": "0.41.0" + "aws-rfdk": "0.42.0" }, "peerDependencies": { "@aws-cdk/aws-autoscaling": "1.160.0", @@ -108,9 +108,9 @@ "@aws-cdk/aws-s3-assets": "1.160.0", "@aws-cdk/aws-secretsmanager": "1.160.0", "@aws-cdk/core": "1.160.0", - "aws-rfdk": "0.41.0" + "aws-rfdk": "0.42.0" }, "engines": { "node": ">= 14.15.0" } -} +} \ No newline at end of file diff --git a/lambda-layers/package.json b/lambda-layers/package.json index 25fabb09b..dd83771c1 100644 --- a/lambda-layers/package.json +++ b/lambda-layers/package.json @@ -1,6 +1,6 @@ { "name": "lambda-layers", - "version": "0.41.0", + "version": "0.42.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 292faf784..01655c573 100644 --- a/lambda-layers/yarn.lock +++ b/lambda-layers/yarn.lock @@ -2,15 +2,15 @@ # yarn lockfile v1 -"@types/node@^17.0.2": - version "17.0.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.8.tgz#50d680c8a8a78fe30abe6906453b21ad8ab0ad7b" - integrity sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg== - -aws-sdk@^2.1101.0: - version "2.1105.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1105.0.tgz#3e63129f2aca254f1d6d5a1580b988bb786e98fa" - integrity sha512-YZ6IbKvtiw8noD/Iuyp3hXNX5NmhJ2xSU4598pZr55CfnIQ0oU5ZwtQqLPG8E07ouA363/moCYddIAVGYSkQ+A== +"@types/node@^18.0.0": + version "18.0.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a" + integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA== + +aws-sdk@^2.1155.0: + version "2.1157.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1157.0.tgz#d00b5ea932439de38e19435b48a6a2b38aa7c805" + integrity sha512-30t+zhCECib8uaggd0Du8ifab4vtJjgVvNKxHWTpiLa3deTnM+0K7x3pwM99zxw0gLDxAUet/oURaoPJHwk/5Q== dependencies: buffer "4.9.2" events "1.1.1" @@ -19,7 +19,7 @@ aws-sdk@^2.1101.0: querystring "0.2.0" sax "1.2.1" url "0.10.3" - uuid "3.3.2" + uuid "8.0.0" xml2js "0.4.19" base64-js@^1.0.2: @@ -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.5.4: - version "4.5.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" - integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== +typescript@~4.7.3: + version "4.7.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" + integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== url@0.10.3: version "0.10.3" @@ -89,10 +89,10 @@ url@0.10.3: punycode "1.3.2" querystring "0.2.0" -uuid@3.3.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" - integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +uuid@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c" + integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw== xml2js@0.4.19: version "0.4.19" diff --git a/lerna.json b/lerna.json index 807006910..72ab2c57c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "npmClient": "yarn", "useWorkspaces": true, "rejectCycles": "true", - "version": "0.41.0" + "version": "0.42.0" } diff --git a/package.json b/package.json index 5213b5a2f..4fa25da48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-rfdk-project", - "version": "0.41.0", + "version": "0.42.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 e587151ab..581c115a6 100644 --- a/packages/aws-rfdk/package.json +++ b/packages/aws-rfdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-rfdk", - "version": "0.41.0", + "version": "0.42.0", "private": false, "description": "Package for core render farm constructs", "main": "lib/index.js", @@ -137,10 +137,10 @@ "@types/sinon": "^10.0.11", "aws-sdk": "^2.1155.0", "aws-sdk-mock": "5.5.0", - "cdk-build-tools": "0.41.0", + "cdk-build-tools": "0.42.0", "constructs": "^3.3.69", "dynalite": "^3.2.2", - "pkglint": "0.41.0", + "pkglint": "0.42.0", "sinon": "^14.0.0" }, "dependencies": { diff --git a/tools/cdk-build-tools/package.json b/tools/cdk-build-tools/package.json index 6457087d4..8a3a41a4b 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.41.0", + "version": "0.42.0", "description": "Tools package with shared build scripts for CDK packages", "main": "lib/index.js", "repository": { @@ -38,7 +38,7 @@ "@types/jest": "^27.5.2", "@types/semver": "^7.3.9", "@types/yargs": "^15.0.14", - "pkglint": "0.41.0" + "pkglint": "0.42.0" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^4.33.0", diff --git a/tools/pkglint/package.json b/tools/pkglint/package.json index 6dcf3951e..6b708f8d6 100644 --- a/tools/pkglint/package.json +++ b/tools/pkglint/package.json @@ -1,6 +1,6 @@ { "name": "pkglint", - "version": "0.41.0", + "version": "0.42.0", "private": true, "description": "Validate and fix package.json files", "main": "lib/index.js",