From 51e527c794e725f1b6b8177d479dc64ed3cf5a90 Mon Sep 17 00:00:00 2001 From: RFDK Team Date: Thu, 5 Dec 2024 23:55:16 +0000 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 32 +++++++++++++++++++ .../python/setup.py | 2 +- .../ts/package.json | 4 +-- .../python/setup.py | 2 +- .../ts/package.json | 4 +-- .../EC2-Image-Builder/python/setup.py | 2 +- .../EC2-Image-Builder/ts/package.json | 4 +-- examples/deadline/Local-Zone/python/setup.py | 2 +- examples/deadline/Local-Zone/ts/package.json | 4 +-- integ/package.json | 8 ++--- lerna.json | 2 +- package.json | 2 +- packages/aws-rfdk/package.json | 8 ++--- tools/pkglint/package.json | 2 +- 14 files changed, 55 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 600ef3838..5aa152ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,38 @@ 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. +## [1.5.0](https://github.com/aws/aws-rfdk/compare/v1.4.0...v1.5.0) (2024-12-05) + +Note that the default versions of DocumentDB and MongoDB have been updated. Make sure to backup your databases before updating to RFDK 1.5. See our documentation on [upgrading to RFDK 1.5](packages/aws-rfdk/docs/upgrade/upgrading-1.5.md) for more information. + + +### Supported CDK Version + +* [2.163.0](https://github.com/aws/aws-cdk/releases/tag/v2.163.0) + + +### Officially Supported Deadline Versions + +* [10.1.9.2 to 10.4.0.10](https://docs.thinkboxsoftware.com/products/deadline/10.4/1_User%20Manual/manual/release-notes.html) + + +### ⚠ BREAKING CHANGES + +* Upgrades MongoDB version to 8.0 (#1392) +* Upgrades DocumentDB version to 5.0.0 (#1364) + +### Features + +* **core:** Add support for Deadline 10.4.0 ([#1389](https://github.com/aws/aws-rfdk/issues/1389)) ([db0d582](https://github.com/aws/aws-rfdk/commit/db0d582106cab674dbeaa948315dbd6abeb74d84)) +* **deadline:** Allow passing Context to SEP config ([#1211](https://github.com/aws/aws-rfdk/issues/1211)) ([08b3672](https://github.com/aws/aws-rfdk/commit/08b3672750f344635456d65527c5a4e3972bf78e)) +* Upgrades MongoDB version to 8.0 ([#1392](https://github.com/aws/aws-rfdk/issues/1392)) ([88dbeb0](https://github.com/aws/aws-rfdk/commit/88dbeb0040f54ad86aa0b3f9493448d214a64479)) +* Upgrades DocumentDB version to 5.0.0 ([#1364](https://github.com/aws/aws-rfdk/issues/1364)) ([f0ca078](https://github.com/aws/aws-rfdk/commit/f0ca078996b5210690e7f776a5807aa08ed10c07)) + + +### Bug Fixes + +* Add Launch Config feature flag to unblock deployments in new accounts ([#1365](https://github.com/aws/aws-rfdk/issues/1365)) ([79490d9](https://github.com/aws/aws-rfdk/commit/79490d98d7ca36d5b3a28c220fff1375abcaadbd)) + ## [1.4.0](https://github.com/aws/aws-rfdk/compare/v1.3.0...v1.4.0) (2024-08-09) diff --git a/examples/deadline/All-In-AWS-Infrastructure-Basic/python/setup.py b/examples/deadline/All-In-AWS-Infrastructure-Basic/python/setup.py index 7e34b71da..463169bb8 100644 --- a/examples/deadline/All-In-AWS-Infrastructure-Basic/python/setup.py +++ b/examples/deadline/All-In-AWS-Infrastructure-Basic/python/setup.py @@ -18,7 +18,7 @@ install_requires=[ "aws-cdk-lib==2.163.0", - "aws-rfdk==1.4.0" + "aws-rfdk==1.5.0" ], python_requires=">=3.7", diff --git a/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json b/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json index 1a1abf921..c7e98ad8e 100644 --- a/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json +++ b/examples/deadline/All-In-AWS-Infrastructure-Basic/ts/package.json @@ -1,6 +1,6 @@ { "name": "all-in-farm-basic", - "version": "1.4.0", + "version": "1.5.0", "bin": { "app": "bin/app.js" }, @@ -20,7 +20,7 @@ }, "dependencies": { "aws-cdk-lib": "2.163.0", - "aws-rfdk": "1.4.0", + "aws-rfdk": "1.5.0", "source-map-support": "^0.5.21" } } diff --git a/examples/deadline/All-In-AWS-Infrastructure-SEP/python/setup.py b/examples/deadline/All-In-AWS-Infrastructure-SEP/python/setup.py index 48a315f2c..8a769e294 100644 --- a/examples/deadline/All-In-AWS-Infrastructure-SEP/python/setup.py +++ b/examples/deadline/All-In-AWS-Infrastructure-SEP/python/setup.py @@ -18,7 +18,7 @@ install_requires=[ "aws-cdk-lib==2.163.0", - "aws-rfdk==1.4.0" + "aws-rfdk==1.5.0" ], python_requires=">=3.7", diff --git a/examples/deadline/All-In-AWS-Infrastructure-SEP/ts/package.json b/examples/deadline/All-In-AWS-Infrastructure-SEP/ts/package.json index 6f8dc9c55..b5ffdbc50 100644 --- a/examples/deadline/All-In-AWS-Infrastructure-SEP/ts/package.json +++ b/examples/deadline/All-In-AWS-Infrastructure-SEP/ts/package.json @@ -1,6 +1,6 @@ { "name": "all-in-farm-sep", - "version": "1.4.0", + "version": "1.5.0", "bin": { "app": "bin/app.js" }, @@ -25,7 +25,7 @@ }, "dependencies": { "aws-cdk-lib": "2.163.0", - "aws-rfdk": "1.4.0", + "aws-rfdk": "1.5.0", "constructs": "^10.0.0", "source-map-support": "^0.5.21" } diff --git a/examples/deadline/EC2-Image-Builder/python/setup.py b/examples/deadline/EC2-Image-Builder/python/setup.py index ea8f6f32e..39264e50a 100644 --- a/examples/deadline/EC2-Image-Builder/python/setup.py +++ b/examples/deadline/EC2-Image-Builder/python/setup.py @@ -18,7 +18,7 @@ install_requires=[ "aws-cdk-lib==2.163.0", - "aws-rfdk==1.4.0", + "aws-rfdk==1.5.0", ], python_requires=">=3.7", diff --git a/examples/deadline/EC2-Image-Builder/ts/package.json b/examples/deadline/EC2-Image-Builder/ts/package.json index 0a0539d42..e51a1b75a 100644 --- a/examples/deadline/EC2-Image-Builder/ts/package.json +++ b/examples/deadline/EC2-Image-Builder/ts/package.json @@ -1,6 +1,6 @@ { "name": "all-in-farm-image-builder", - "version": "1.4.0", + "version": "1.5.0", "bin": { "app": "bin/app.js" }, @@ -21,7 +21,7 @@ }, "dependencies": { "aws-cdk-lib": "2.163.0", - "aws-rfdk": "1.4.0", + "aws-rfdk": "1.5.0", "constructs": "^10.0.0", "source-map-support": "^0.5.21" } diff --git a/examples/deadline/Local-Zone/python/setup.py b/examples/deadline/Local-Zone/python/setup.py index d7cc9c0f8..28b9d52ad 100644 --- a/examples/deadline/Local-Zone/python/setup.py +++ b/examples/deadline/Local-Zone/python/setup.py @@ -18,7 +18,7 @@ install_requires=[ "aws-cdk-lib==2.163.0", - "aws-rfdk==1.4.0" + "aws-rfdk==1.5.0" ], python_requires=">=3.7", diff --git a/examples/deadline/Local-Zone/ts/package.json b/examples/deadline/Local-Zone/ts/package.json index e435f24fe..44b4f3a3d 100644 --- a/examples/deadline/Local-Zone/ts/package.json +++ b/examples/deadline/Local-Zone/ts/package.json @@ -1,6 +1,6 @@ { "name": "all-in-farm-local-zone", - "version": "1.4.0", + "version": "1.5.0", "bin": { "app": "bin/app.js" }, @@ -20,7 +20,7 @@ }, "dependencies": { "aws-cdk-lib": "2.163.0", - "aws-rfdk": "1.4.0", + "aws-rfdk": "1.5.0", "constructs": "^10.0.0", "source-map-support": "^0.5.21" } diff --git a/integ/package.json b/integ/package.json index 383ed9ec5..e128aa71f 100644 --- a/integ/package.json +++ b/integ/package.json @@ -1,6 +1,6 @@ { "name": "integ", - "version": "1.4.0", + "version": "1.5.0", "private": false, "description": "Integration tests for RFDK constructs", "bin": { @@ -66,7 +66,7 @@ "eslint-plugin-jest": "^28.8.3", "eslint-plugin-license-header": "^0.6.0", "jest": "^29.7.0", - "pkglint": "1.4.0", + "pkglint": "1.5.0", "ts-jest": "^29.2.5", "typescript": "~5.4.5" }, @@ -76,12 +76,12 @@ "@aws-sdk/client-secrets-manager": "^3.675.0", "@aws-sdk/client-ssm": "^3.698.0", "aws-cdk-lib": "2.163.0", - "aws-rfdk": "1.4.0", + "aws-rfdk": "1.5.0", "constructs": "^10.0.0" }, "peerDependencies": { "aws-cdk-lib": "2.163.0", - "aws-rfdk": "1.4.0", + "aws-rfdk": "1.5.0", "constructs": "^10.0.0" }, "engines": { diff --git a/lerna.json b/lerna.json index 1dd5a7de0..1a0075e20 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "rejectCycles": "true", - "version": "1.4.0" + "version": "1.5.0" } \ No newline at end of file diff --git a/package.json b/package.json index e0f21c032..259330662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-rfdk", - "version": "1.4.0", + "version": "1.5.0", "license": "Apache-2.0", "author": { "name": "Amazon Web Services", diff --git a/packages/aws-rfdk/package.json b/packages/aws-rfdk/package.json index 843157f2d..6ea2a98fc 100644 --- a/packages/aws-rfdk/package.json +++ b/packages/aws-rfdk/package.json @@ -1,6 +1,6 @@ { "name": "aws-rfdk", - "version": "1.4.0", + "version": "1.5.0", "private": false, "description": "Package for core render farm constructs", "main": "lib/index.js", @@ -90,10 +90,10 @@ "eslint-plugin-license-header": "^0.6.0", "jest": "^29.7.0", "jsii": "~5.4.35", - "jsii-rosetta": "~5.4.35", "jsii-pacmak": "1.103.1", "jsii-reflect": "1.103.1", - "pkglint": "1.4.0", + "jsii-rosetta": "~5.4.35", + "pkglint": "1.5.0", "sinon": "^19.0.2", "ts-jest": "^29.2.5", "typescript": "~5.4.5" @@ -111,4 +111,4 @@ }, "stability": "stable", "maturity": "stable" -} \ No newline at end of file +} diff --git a/tools/pkglint/package.json b/tools/pkglint/package.json index 736866a05..dbc1b4190 100644 --- a/tools/pkglint/package.json +++ b/tools/pkglint/package.json @@ -1,6 +1,6 @@ { "name": "pkglint", - "version": "1.4.0", + "version": "1.5.0", "private": true, "description": "Validate and fix package.json files", "main": "lib/index.js",