Skip to content

Commit

Permalink
Merge pull request #291 from aws/merge-back/0.23.0
Browse files Browse the repository at this point in the history
chore(merge-back): 0.23.0
  • Loading branch information
ryyakobe committed Jan 8, 2021
2 parents ece92f7 + 871a3e0 commit b4f1d15
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 30 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.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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-in-farm-basic",
"version": "0.22.0",
"version": "0.23.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-in-farm-sep",
"version": "0.22.0",
"version": "0.23.0",
"bin": {
"app": "bin/app.js"
},
Expand All @@ -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"
}
}
12 changes: 6 additions & 6 deletions integ/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integ",
"version": "0.22.0",
"version": "0.23.0",
"private": false,
"description": "Integration tests for RFDK constructs",
"bin": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand All @@ -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"
}
}
}
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.22.0",
"version": "0.23.0",
"private": false,
"description": "Package containing scripts for building and publishing Lambda Layers",
"main": "lib/index.js",
Expand Down
18 changes: 9 additions & 9 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@^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"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"rejectCycles": "true",
"version": "0.22.0"
"version": "0.23.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.22.0",
"version": "0.23.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.22.0",
"version": "0.23.0",
"private": false,
"description": "Package for core render farm constructs",
"main": "lib/index.js",
Expand Down Expand Up @@ -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": {
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.22.0",
"version": "0.23.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.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",
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.22.0",
"version": "0.23.0",
"private": true,
"description": "Validate and fix package.json files",
"main": "lib/index.js",
Expand Down

0 comments on commit b4f1d15

Please sign in to comment.