Skip to content

v0.37.0

Compare
Choose a tag to compare
@aws-rfdk-automation aws-rfdk-automation released this 05 Aug 22:17
113aff2

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 the RenderQueueExternalTLSProps 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