Releases: aws/aws-rfdk
v0.38.0
Supported CDK Version
Officially Supported Deadline Versions
⚠ BREAKING CHANGES
RFDK will configure Deadline Secrets Management automatically when using Deadline 10.1.19.x or higher. If your CDK app uses the Repository
construct with an un-pinned VersionQuery
, then upgrading RFDK will set up Deadline Secrets Management. Using Deadline Secrets Management is strongly encouraged for securing Deadline render farms, however it can potentially impact your workflows within Deadline. Please review the Deadline Secrets Management documentation to learn about the feature.
See the RFDK 0.38.x upgrade documentation for more details and guidance on how to upgrade.
Features
- deadline: add Deadline Secrets Management integration in the Render Queue (#528) (48baa18)
- deadline: add Secret Management support for Repository (#514) (8c7dda6)
- deadline: configure identity registration settings for deadline clients (#576) (b9082b2)
- deadline: validate minimum Deadline version for secrets management (#573) (6d5950e)
- examples: add deadline secrets management options to basic example app (#562) (bd31a8d)
- examples: use dedicated subnets in All-In-AWS-Infrastructure-Basic example (#598) (7aaec14)
Bug Fixes
v0.37.0
Supported CDK Version
Officially Supported Deadline Versions
⚠ BREAKING CHANGES
- deadline: MountableEfs will not work with the Repository construct when
created with an imported EFS Access Point - deadline: Farms currently not configured to use external TLS on
the Render Queue will be modified to have it enabled and using the
default certificate and hosted zone. To keep external TLS disabled, the
enabled
flag on theRenderQueueExternalTLSProps
can be set to false;
however, we strongly encourage you to enable TLS. See theRFDK 0.37.x upgrade documentation
for more details and guidance on how to upgrade.
Features
- core: add FSx for Lustre integration (#461) (bf5bbb9)
- deadline: use TLS between RenderQueue and clients by default (#491) (1e3eb63), closes #490
Documentation
v0.36.0
NOTICE: This release drops support for NodeJS 10.x and expands support to include NodeJS 16.x (#459) (5226b9a)
Supported CDK Version
Officially Supported Deadline Versions
Features
- deadline: create Deadline Groups and Pools on deploy for ConfigureSpotEventPlugin (#470) (b35ed6d)
- examples: local zones examples (#314) (1fe72a0)
Bug Fixes
v0.35.0
v0.34.0
Supported CDK Version
Officially Supported Deadline Versions
Features
v0.33.0
v0.32.0
v0.31.0
Supported CDK Version
Officially Supported Deadline Versions
Bug Fixes
v0.30.0
Supported CDK Version
Officially Supported Deadline Versions
Features
v0.29.0
Supported CDK Version
Officially Supported Deadline Versions
⚠ BREAKING CHANGES
-
deps: CDK v1.96.0 modifies the API for DocumentDB DatabaseCluster. See
our examples for an illustration of the code update required. -
core: Stacks set up like our examples will see an error regarding being unable to
delete an export in use when deploying a stack update. To bypass, use the-e
option ofcdk deploy
to deploy each stack downstream of the Mountable's stack before updating the Mountable's stack. E.g:cdk deploy -e ComputeTier cdk deploy -e ServiceTier cdk deploy -e StorageTier
Features
- core: add PadEfsStorage construct (#365) (c6334b6)
- deadline: add option to the RenderQueue to use cachefilesd (#367) (901b749)
- examples: Demonstrate how to send an email alarm when EFS burst credits below a threshold (#373) (cc5d372)