From b245cbc821f25112cad698db51ec826f6f389466 Mon Sep 17 00:00:00 2001 From: RFDK Team Date: Fri, 8 Jan 2021 20:58:30 +0000 Subject: [PATCH] chore(release): 0.23.0 --- CHANGELOG.md | 18 ++++++++++++++++++ .../python/setup.py | 2 +- .../ts/package.json | 4 ++-- .../python/setup.py | 2 +- .../ts/package.json | 4 ++-- integ/package.json | 12 ++++++------ lambda-layers/package.json | 2 +- lambda-layers/yarn.lock | 18 +++++++++--------- lerna.json | 2 +- package.json | 2 +- packages/aws-rfdk/package.json | 6 +++--- tools/cdk-build-tools/package.json | 4 ++-- tools/pkglint/package.json | 2 +- 13 files changed, 48 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3448124ef..0ef4deeed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.23.0](https://github.com/aws/aws-rfdk/compare/v0.22.0...v0.23.0) (2021-01-08) + + +### Supported CDK Version + +* [1.83.0](https://github.com/aws/aws-cdk/releases/tag/v1.83.0) + + +### Officially Supported Deadline Versions + +* [10.1.9.2 to 10.1.12.1](https://docs.thinkboxsoftware.com/products/deadline/10.1/1_User%20Manual/manual/release-notes.html) + + +### Features + +* **core:** Addition of SessionManagerHelper ([#266](https://github.com/aws/aws-rfdk/issues/266)) ([08bd333](https://github.com/aws/aws-rfdk/commit/08bd333d65ac8821812fdd15520f8b3ff6a0c6dc)), closes [#265](https://github.com/aws/aws-rfdk/issues/265) +* **deadline:** allow providing subnets for RenderQueue's ALB ([#264](https://github.com/aws/aws-rfdk/issues/264)) ([53088fb](https://github.com/aws/aws-rfdk/commit/53088fb788851cb8132dacfea77562951f1d89ca)) + ## [0.22.0](https://github.com/aws/aws-rfdk/compare/v0.21.0...v0.22.0) (2020-12-16) 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 a799ed1de..61e04016c 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.83.0", - "aws-rfdk==0.22.0" + "aws-rfdk==0.23.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 8230e8ad2..d4e64dbb9 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.22.0", + "version": "0.23.0", "bin": { "app": "bin/app.js" }, @@ -25,7 +25,7 @@ }, "dependencies": { "@aws-cdk/core": "1.83.0", - "aws-rfdk": "0.22.0", + "aws-rfdk": "0.23.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 5e119fa54..675f138d4 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.83.0", - "aws-rfdk==0.22.0" + "aws-rfdk==0.23.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 e7295688a..2f32eb73c 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.22.0", + "version": "0.23.0", "bin": { "app": "bin/app.js" }, @@ -25,7 +25,7 @@ }, "dependencies": { "@aws-cdk/core": "1.83.0", - "aws-rfdk": "0.22.0", + "aws-rfdk": "0.23.0", "source-map-support": "^0.5.19" } } diff --git a/integ/package.json b/integ/package.json index c961a8fc4..68a82ee21 100644 --- a/integ/package.json +++ b/integ/package.json @@ -1,6 +1,6 @@ { "name": "integ", - "version": "0.22.0", + "version": "0.23.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.22.0", + "pkglint": "0.23.0", "ts-jest": "^26.4.4" }, "dependencies": { @@ -84,7 +84,7 @@ "@aws-cdk/aws-s3-assets": "1.83.0", "@aws-cdk/aws-secretsmanager": "1.83.0", "@aws-cdk/core": "1.83.0", - "aws-rfdk": "0.22.0", + "aws-rfdk": "0.23.0", "aws-sdk": "^2.823.0" }, "peerDependencies": { @@ -101,10 +101,10 @@ "@aws-cdk/aws-s3-assets": "1.83.0", "@aws-cdk/aws-secretsmanager": "1.83.0", "@aws-cdk/core": "1.83.0", - "aws-rfdk": "0.22.0", - "aws-sdk": "^2.810.0" + "aws-rfdk": "0.23.0", + "aws-sdk": "^2.823.0" }, "engines": { "node": ">= 10.13.0 <13 || >=13.7.0" } -} +} \ No newline at end of file diff --git a/lambda-layers/package.json b/lambda-layers/package.json index 85f231bca..a220bf4cb 100644 --- a/lambda-layers/package.json +++ b/lambda-layers/package.json @@ -1,6 +1,6 @@ { "name": "lambda-layers", - "version": "0.22.0", + "version": "0.23.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 bf4c0ab18..a35a9ba04 100644 --- a/lambda-layers/yarn.lock +++ b/lambda-layers/yarn.lock @@ -2,15 +2,15 @@ # yarn lockfile v1 -"@types/node@^14.14.14": - version "14.14.14" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.14.tgz#f7fd5f3cc8521301119f63910f0fb965c7d761ae" - integrity sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ== - -aws-sdk@^2.810.0: - version "2.810.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.810.0.tgz#67b11eb7ac6bb967c5fbbdba523872d45cfa52db" - integrity sha512-+Sj+Ec00t675/0Kjisk4GIZGs7olsbu4//b5WrwPriYTV/xqJnXCPMpj3EZEV1z5Vx3PZD6dA6PTU4VZPPVcBw== +"@types/node@^14.14.20": + version "14.14.20" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.20.tgz#f7974863edd21d1f8a494a73e8e2b3658615c340" + integrity sha512-Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A== + +aws-sdk@^2.823.0: + version "2.824.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.824.0.tgz#a67747d4d0b53d09c6c121e93f44d8f6e76fc44b" + integrity sha512-9KNRQBkIMPn+6DWb4gR+RzqTMNyGLEwOgXbE4dDehOIAflfLnv3IFwLnzrhxJnleB4guYrILIsBroJFBzjiekg== dependencies: buffer "4.9.2" events "1.1.1" diff --git a/lerna.json b/lerna.json index c47620d93..e64f12265 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "npmClient": "yarn", "useWorkspaces": true, "rejectCycles": "true", - "version": "0.22.0" + "version": "0.23.0" } diff --git a/package.json b/package.json index 19061da73..40f0abe5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-rfdk-project", - "version": "0.22.0", + "version": "0.23.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 61c943b65..51eebd3d1 100644 --- a/packages/aws-rfdk/package.json +++ b/packages/aws-rfdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-rfdk", - "version": "0.22.0", + "version": "0.23.0", "private": false, "description": "Package for core render farm constructs", "main": "lib/index.js", @@ -70,9 +70,9 @@ "@types/sinon": "^9.0.10", "aws-sdk": "^2.823.0", "aws-sdk-mock": "^5.1.0", - "cdk-build-tools": "0.22.0", + "cdk-build-tools": "0.23.0", "dynalite": "^3.2.1", - "pkglint": "0.22.0", + "pkglint": "0.23.0", "sinon": "^9.2.3" }, "dependencies": { diff --git a/tools/cdk-build-tools/package.json b/tools/cdk-build-tools/package.json index 98186df99..948f8f8da 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.22.0", + "version": "0.23.0", "description": "Tools package with shared build scripts for CDK packages", "main": "lib/index.js", "repository": { @@ -38,7 +38,7 @@ "@types/jest": "^26.0.20", "@types/yargs": "^15.0.12", "eslint-plugin-license-header": "^0.2.0", - "pkglint": "0.22.0" + "pkglint": "0.23.0" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^4.12.0", diff --git a/tools/pkglint/package.json b/tools/pkglint/package.json index 4ec470a06..63bff02d8 100644 --- a/tools/pkglint/package.json +++ b/tools/pkglint/package.json @@ -1,6 +1,6 @@ { "name": "pkglint", - "version": "0.22.0", + "version": "0.23.0", "private": true, "description": "Validate and fix package.json files", "main": "lib/index.js",