Skip to content

Commit

Permalink
Merge pull request #473 from aws/merge-back/0.34.0
Browse files Browse the repository at this point in the history
chore(merge-back): 0.34.0
  • Loading branch information
horsmand authored Jun 16, 2021
2 parents e731960 + f5a15cd commit 64619c4
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 35 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.34.0](https://github.com/aws/aws-rfdk/compare/v0.33.0...v0.34.0) (2021-06-16)


### Supported CDK Version

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


### Officially Supported Deadline Versions

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


### Features

* **deadline:** add ability to horizontally scale the RenderQueue ([#301](https://github.com/aws/aws-rfdk/issues/301)) ([8a55f32](https://github.com/aws/aws-rfdk/commit/8a55f32124e2cfbadb33437d2d0494580a9eebac))

## [0.33.0](https://github.com/aws/aws-rfdk/compare/v0.32.0...v0.33.0) (2021-06-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.108.1",
"aws-rfdk==0.33.0"
"aws-rfdk==0.34.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.33.0",
"version": "0.34.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@aws-cdk/core": "1.108.1",
"aws-rfdk": "0.33.0",
"aws-rfdk": "0.34.0",
"source-map-support": "^0.5.19"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

install_requires=[
"aws-cdk.core==1.108.1",
"aws-rfdk==0.33.0"
"aws-rfdk==0.34.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.33.0",
"version": "0.34.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@aws-cdk/core": "1.108.1",
"aws-rfdk": "0.33.0",
"aws-rfdk": "0.34.0",
"source-map-support": "^0.5.19"
}
}
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.108.1",
"aws-cdk.aws-s3-assets==1.108.1",
"aws-cdk.core==1.108.1",
"aws-rfdk==0.33.0",
"aws-rfdk==0.34.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.33.0",
"version": "0.34.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -25,6 +25,6 @@
"@aws-cdk/aws-imagebuilder": "1.108.1",
"@aws-cdk/aws-s3-assets": "1.108.1",
"@aws-cdk/core": "1.108.1",
"aws-rfdk": "0.33.0"
"aws-rfdk": "0.34.0"
}
}
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.33.0",
"version": "0.34.0",
"private": false,
"description": "Integration tests for RFDK constructs",
"bin": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-license-header": "^0.2.0",
"jest": "^26.6.3",
"pkglint": "0.33.0",
"pkglint": "0.34.0",
"ts-jest": "^26.5.6",
"typescript": "~4.3.2"
},
Expand All @@ -86,7 +86,7 @@
"@aws-cdk/aws-s3-assets": "1.108.1",
"@aws-cdk/aws-secretsmanager": "1.108.1",
"@aws-cdk/core": "1.108.1",
"aws-rfdk": "0.33.0",
"aws-rfdk": "0.34.0",
"aws-sdk": "^2.928.0"
},
"peerDependencies": {
Expand All @@ -103,7 +103,7 @@
"@aws-cdk/aws-s3-assets": "1.108.1",
"@aws-cdk/aws-secretsmanager": "1.108.1",
"@aws-cdk/core": "1.108.1",
"aws-rfdk": "0.33.0",
"aws-rfdk": "0.34.0",
"aws-sdk": "^2.928.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.33.0",
"version": "0.34.0",
"private": false,
"description": "Package containing scripts for building and publishing Lambda Layers",
"main": "lib/index.js",
Expand Down
26 changes: 13 additions & 13 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@^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==
"@types/node@^15.12.2":
version "15.12.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.2.tgz#1f2b42c4be7156ff4a6f914b2fb03d05fa84e38d"
integrity sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==

aws-sdk@^2.928.0:
version "2.930.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.930.0.tgz#f98871a790ffdbfae5439e50db99f6d4635afe19"
integrity sha512-g8fPOy7Skh2Pqpz2SaDI+M9re2rjTWBQUirAMgtUD/6I/Lf6CR1Q0amsjtQU8WqRQH06kNGwuLtc8Tt6wAux3Q==
dependencies:
buffer "4.9.2"
events "1.1.1"
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.2.4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
typescript@~4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==

url@0.10.3:
version "0.10.3"
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.33.0"
"version": "0.34.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.33.0",
"version": "0.34.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.33.0",
"version": "0.34.0",
"private": false,
"description": "Package for core render farm constructs",
"main": "lib/index.js",
Expand Down Expand Up @@ -71,9 +71,9 @@
"@types/sinon": "^10.0.2",
"aws-sdk": "^2.928.0",
"aws-sdk-mock": "^5.2.0",
"cdk-build-tools": "0.33.0",
"cdk-build-tools": "0.34.0",
"dynalite": "^3.2.1",
"pkglint": "0.33.0",
"pkglint": "0.34.0",
"sinon": "^10.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.33.0",
"version": "0.34.0",
"description": "Tools package with shared build scripts for CDK packages",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/semver": "^7.3.6",
"@types/yargs": "^16.0.1",
"eslint-plugin-license-header": "^0.2.0",
"pkglint": "0.33.0"
"pkglint": "0.34.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.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.33.0",
"version": "0.34.0",
"private": true,
"description": "Validate and fix package.json files",
"main": "lib/index.js",
Expand Down

0 comments on commit 64619c4

Please sign in to comment.