Skip to content

Commit

Permalink
Merge pull request #708 from aws/merge-back/0.42.0
Browse files Browse the repository at this point in the history
chore(merge-back): 0.42.0
  • Loading branch information
jericht committed Jun 20, 2022
2 parents 8d74c9a + 141d281 commit 933b8f8
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 44 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-in-farm-basic",
"version": "0.41.0",
"version": "0.42.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-in-farm-sep",
"version": "0.41.0",
"version": "0.42.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/deadline/EC2-Image-Builder/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/deadline/EC2-Image-Builder/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-in-farm-image-builder",
"version": "0.41.0",
"version": "0.42.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion examples/deadline/Local-Zone/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],

Expand Down
4 changes: 2 additions & 2 deletions examples/deadline/Local-Zone/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-in-farm-local-zone",
"version": "0.41.0",
"version": "0.42.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -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"
}
}
10 changes: 5 additions & 5 deletions integ/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integ",
"version": "0.41.0",
"version": "0.42.0",
"private": false,
"description": "Integration tests for RFDK constructs",
"bin": {
Expand Down Expand Up @@ -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"
},
Expand All @@ -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",
Expand All @@ -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"
}
}
}
2 changes: 1 addition & 1 deletion lambda-layers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
36 changes: 18 additions & 18 deletions lambda-layers/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"rejectCycles": "true",
"version": "0.41.0"
"version": "0.42.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-rfdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions tools/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tools/pkglint/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 933b8f8

Please sign in to comment.