Skip to content

Commit 21ef506

Browse files
chore(release): 0.28.0
1 parent 2648acd commit 21ef506

File tree

14 files changed

+46
-24
lines changed

14 files changed

+46
-24
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
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.
44

5+
## [0.28.0](https://github.com/aws/aws-rfdk/compare/v0.27.0...v0.28.0) (2021-03-25)
6+
7+
8+
### Supported CDK Version
9+
10+
* [1.94.1](https://github.com/aws/aws-cdk/releases/tag/v1.94.1)
11+
12+
13+
### Officially Supported Deadline Versions
14+
15+
* [10.1.9.2 to 10.1.14.5](https://docs.thinkboxsoftware.com/products/deadline/10.1/1_User%20Manual/manual/release-notes.html)
16+
17+
18+
### Features
19+
20+
* **examples:** added ec2 image builder example ([#292](https://github.com/aws/aws-rfdk/issues/292)) ([2375439](https://github.com/aws/aws-rfdk/commit/2375439abb39a29ec4ab40a27dadb18b44fcfc28))
21+
22+
23+
### Bug Fixes
24+
25+
* **deadline:** Windows Workers fail to deploy waiting for Deadline launcher service to restart ([#354](https://github.com/aws/aws-rfdk/issues/354)) ([a508ebb](https://github.com/aws/aws-rfdk/commit/a508ebb7828feb68599cd9d04c10cbe42decb64b)), closes [#353](https://github.com/aws/aws-rfdk/issues/353) [#312](https://github.com/aws/aws-rfdk/issues/312)
26+
527
## [0.27.0](https://github.com/aws/aws-rfdk/compare/v0.26.0...v0.27.0) (2021-03-12)
628

729

examples/deadline/All-In-AWS-Infrastructure-Basic/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
install_requires=[
2020
"aws-cdk.core==1.94.1",
21-
"aws-rfdk==0.27.0"
21+
"aws-rfdk==0.28.0"
2222
],
2323

2424
python_requires=">=3.7",

examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "all-in-farm-basic",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"bin": {
55
"app": "bin/app.js"
66
},
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@aws-cdk/core": "1.94.1",
23-
"aws-rfdk": "0.27.0",
23+
"aws-rfdk": "0.28.0",
2424
"source-map-support": "^0.5.19"
2525
}
2626
}

examples/deadline/All-In-AWS-Infrastructure-SEP/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
install_requires=[
2020
"aws-cdk.core==1.94.1",
21-
"aws-rfdk==0.27.0"
21+
"aws-rfdk==0.28.0"
2222
],
2323

2424
python_requires=">=3.7",

examples/deadline/All-In-AWS-Infrastructure-SEP/ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "all-in-farm-sep",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"bin": {
55
"app": "bin/app.js"
66
},
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@aws-cdk/core": "1.94.1",
28-
"aws-rfdk": "0.27.0",
28+
"aws-rfdk": "0.28.0",
2929
"source-map-support": "^0.5.19"
3030
}
3131
}

examples/deadline/EC2-Image-Builder/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"aws-cdk.aws-ec2==1.94.1",
2323
"aws-cdk.aws-s3-assets==1.94.1",
2424
"aws-cdk.core==1.94.1",
25-
"aws-rfdk==0.27.0",
25+
"aws-rfdk==0.28.0",
2626
],
2727

2828
python_requires=">=3.7",

examples/deadline/EC2-Image-Builder/ts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "all-in-farm-image-builder",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"bin": {
55
"app": "bin/app.js"
66
},
@@ -20,11 +20,11 @@
2020
"typescript": "~4.2.3"
2121
},
2222
"dependencies": {
23+
"@aws-cdk/aws-ec2": "1.94.1",
2324
"@aws-cdk/aws-iam": "1.94.1",
2425
"@aws-cdk/aws-imagebuilder": "1.94.1",
25-
"@aws-cdk/aws-ec2": "1.94.1",
2626
"@aws-cdk/aws-s3-assets": "1.94.1",
2727
"@aws-cdk/core": "1.94.1",
28-
"aws-rfdk": "0.27.0"
28+
"aws-rfdk": "0.28.0"
2929
}
3030
}

integ/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integ",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"private": false,
55
"description": "Integration tests for RFDK constructs",
66
"bin": {
@@ -67,7 +67,7 @@
6767
"eslint-plugin-import": "^2.22.1",
6868
"eslint-plugin-license-header": "^0.2.0",
6969
"jest": "^26.6.3",
70-
"pkglint": "0.27.0",
70+
"pkglint": "0.28.0",
7171
"ts-jest": "^26.5.4"
7272
},
7373
"dependencies": {
@@ -84,7 +84,7 @@
8484
"@aws-cdk/aws-s3-assets": "1.94.1",
8585
"@aws-cdk/aws-secretsmanager": "1.94.1",
8686
"@aws-cdk/core": "1.94.1",
87-
"aws-rfdk": "0.27.0",
87+
"aws-rfdk": "0.28.0",
8888
"aws-sdk": "^2.869.0"
8989
},
9090
"peerDependencies": {
@@ -101,7 +101,7 @@
101101
"@aws-cdk/aws-s3-assets": "1.94.1",
102102
"@aws-cdk/aws-secretsmanager": "1.94.1",
103103
"@aws-cdk/core": "1.94.1",
104-
"aws-rfdk": "0.27.0",
104+
"aws-rfdk": "0.28.0",
105105
"aws-sdk": "^2.869.0"
106106
},
107107
"engines": {

lambda-layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-layers",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"private": false,
55
"description": "Package containing scripts for building and publishing Lambda Layers",
66
"main": "lib/index.js",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"rejectCycles": "true",
6-
"version": "0.27.0"
6+
"version": "0.28.0"
77
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-rfdk-project",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"license": "Apache-2.0",
55
"author": {
66
"name": "Amazon Web Services",

packages/aws-rfdk/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-rfdk",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"private": false,
55
"description": "Package for core render farm constructs",
66
"main": "lib/index.js",
@@ -70,9 +70,9 @@
7070
"@types/sinon": "^9.0.11",
7171
"aws-sdk": "^2.869.0",
7272
"aws-sdk-mock": "^5.1.0",
73-
"cdk-build-tools": "0.27.0",
73+
"cdk-build-tools": "0.28.0",
7474
"dynalite": "^3.2.1",
75-
"pkglint": "0.27.0",
75+
"pkglint": "0.28.0",
7676
"sinon": "^10.0.0"
7777
},
7878
"dependencies": {
@@ -188,4 +188,4 @@
188188
},
189189
"stability": "stable",
190190
"maturity": "stable"
191-
}
191+
}

tools/cdk-build-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cdk-build-tools",
33
"private": true,
4-
"version": "0.27.0",
4+
"version": "0.28.0",
55
"description": "Tools package with shared build scripts for CDK packages",
66
"main": "lib/index.js",
77
"repository": {
@@ -38,7 +38,7 @@
3838
"@types/jest": "^26.0.20",
3939
"@types/yargs": "^16.0.0",
4040
"eslint-plugin-license-header": "^0.2.0",
41-
"pkglint": "0.27.0"
41+
"pkglint": "0.28.0"
4242
},
4343
"dependencies": {
4444
"@typescript-eslint/eslint-plugin": "^4.16.1",

tools/pkglint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkglint",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"private": true,
55
"description": "Validate and fix package.json files",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)