Skip to content

Commit

Permalink
Merge pull request #637 from aws/merge-back/0.39.0
Browse files Browse the repository at this point in the history
chore(merge-back): 0.39.0
  • Loading branch information
kozlove-aws authored Nov 22, 2021
2 parents 35bb326 + 96d60b7 commit 7cdc8df
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 25 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.39.0](https://github.com/aws/aws-rfdk/compare/v0.38.0...v0.39.0) (2021-11-20)


### Supported CDK Version

* [1.129.0](https://github.com/aws/aws-cdk/releases/tag/v1.129.0)


### Officially Supported Deadline Versions

* [10.1.9.2 to 10.1.19.4](https://docs.thinkboxsoftware.com/products/deadline/10.1/1_User%20Manual/manual/release-notes.html)


### Bug Fixes

* **deadline:** change dependency when configuring repository clients to its auto scaling group ([#626](https://github.com/aws/aws-rfdk/issues/626)) ([6464f40](https://github.com/aws/aws-rfdk/commit/6464f40a88236797c3e2df5caf5420421e8f7936))
* **deadline:** configure identity registration settings using RenderQueue backend security group ([#633](https://github.com/aws/aws-rfdk/issues/633)) ([35bb326](https://github.com/aws/aws-rfdk/commit/35bb326e6d6ec6e8f02d0210c2caada74f369062)), closes [#632](https://github.com/aws/aws-rfdk/issues/632)

## [0.38.0](https://github.com/aws/aws-rfdk/compare/v0.37.0...v0.38.0) (2021-10-25)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

install_requires=[
"aws-cdk.core==1.129.0",
"aws-rfdk==0.38.0"
"aws-rfdk==0.39.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.38.0",
"version": "0.39.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@aws-cdk/core": "1.129.0",
"aws-rfdk": "0.38.0",
"aws-rfdk": "0.39.0",
"source-map-support": "^0.5.20"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

install_requires=[
"aws-cdk.core==1.129.0",
"aws-rfdk==0.38.0"
"aws-rfdk==0.39.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.38.0",
"version": "0.39.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@aws-cdk/core": "1.129.0",
"aws-rfdk": "0.38.0",
"aws-rfdk": "0.39.0",
"source-map-support": "^0.5.20"
}
}
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.129.0",
"aws-cdk.aws-s3-assets==1.129.0",
"aws-cdk.core==1.129.0",
"aws-rfdk==0.38.0",
"aws-rfdk==0.39.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.38.0",
"version": "0.39.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -25,6 +25,6 @@
"@aws-cdk/aws-imagebuilder": "1.129.0",
"@aws-cdk/aws-s3-assets": "1.129.0",
"@aws-cdk/core": "1.129.0",
"aws-rfdk": "0.38.0"
"aws-rfdk": "0.39.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.129.0",
"aws-cdk.aws-route53==1.129.0",
"aws-cdk.core==1.129.0",
"aws-rfdk==0.38.0",
"aws-rfdk==0.39.0",
"jsii==1.40.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.38.0",
"version": "0.39.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -23,7 +23,7 @@
"@aws-cdk/aws-elasticloadbalancingv2": "1.129.0",
"@aws-cdk/aws-route53": "1.129.0",
"@aws-cdk/core": "1.129.0",
"aws-rfdk": "0.38.0",
"aws-rfdk": "0.39.0",
"source-map-support": "^0.5.20"
}
}
8 changes: 4 additions & 4 deletions integ/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integ",
"version": "0.38.0",
"version": "0.39.0",
"private": false,
"description": "Integration tests for RFDK constructs",
"bin": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-license-header": "^0.2.1",
"jest": "^27.3.1",
"pkglint": "0.38.0",
"pkglint": "0.39.0",
"ts-jest": "^27.0.7",
"typescript": "~4.4.4"
},
Expand All @@ -86,7 +86,7 @@
"@aws-cdk/aws-s3-assets": "1.129.0",
"@aws-cdk/aws-secretsmanager": "1.129.0",
"@aws-cdk/core": "1.129.0",
"aws-rfdk": "0.38.0",
"aws-rfdk": "0.39.0",
"aws-sdk": "^2.1012.0"
},
"peerDependencies": {
Expand All @@ -104,7 +104,7 @@
"@aws-cdk/aws-s3-assets": "1.129.0",
"@aws-cdk/aws-secretsmanager": "1.129.0",
"@aws-cdk/core": "1.129.0",
"aws-rfdk": "0.38.0",
"aws-rfdk": "0.39.0",
"aws-sdk": "^2.1012.0"
},
"engines": {
Expand Down
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.38.0",
"version": "0.39.0",
"private": false,
"description": "Package containing scripts for building and publishing Lambda Layers",
"main": "lib/index.js",
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.38.0"
"version": "0.39.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.38.0",
"version": "0.39.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.38.0",
"version": "0.39.0",
"private": false,
"description": "Package for core render farm constructs",
"main": "lib/index.js",
Expand Down Expand Up @@ -139,10 +139,10 @@
"@types/sinon": "^10.0.4",
"aws-sdk": "^2.1012.0",
"aws-sdk-mock": "^5.4.0",
"cdk-build-tools": "0.38.0",
"cdk-build-tools": "0.39.0",
"constructs": "^3.3.69",
"dynalite": "^3.2.1",
"pkglint": "0.38.0",
"pkglint": "0.39.0",
"sinon": "^11.1.2"
},
"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.38.0",
"version": "0.39.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": "^26.0.24",
"@types/semver": "^7.3.8",
"@types/yargs": "^15.0.14",
"pkglint": "0.38.0"
"pkglint": "0.39.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.38.0",
"version": "0.39.0",
"private": true,
"description": "Validate and fix package.json files",
"main": "lib/index.js",
Expand Down

0 comments on commit 7cdc8df

Please sign in to comment.