Skip to content

v1.0.0

Compare
Choose a tag to compare
@aws-rfdk-automation aws-rfdk-automation released this 30 Aug 18:45
4c94a65

This release marks the first official stable release of RFDK. All RFDK APIs in this release are considered to be stable and will only be removed through a deprecation process that allows consumers to phase out their usage for at least one minor RFDK version.

NOTE: Future minor RFDK releases may still introduce backwards-incompatible breaking changes. RFDK will continue to announce these breaking changes in this CHANGELOG and on each GitHub release along with documentation and guidance on navigating the change.

Supported CDK Version

Officially Supported Deadline Versions

⚠ BREAKING CHANGES

This change migrates the RFDK to be based on CDK v2. All apps that adopt RFDK 1.x will have to be migrated to CDK v2 as well. To update your app, follow the CDK v2 migration guide.

Additional breaking changes:

  • deadline: The userAwsThinkboxEulaAcceptance property of the ThinkboxDockerImages construct has been removed and replaced with userAwsCustomerAgreementAndIpLicenseAcceptance. The licensing terms of Deadline have been retroactively changed with the
    release of Deadline 10.1.23, and these new terms must be agreed to by a code change in your applications.

Features

  • all: migrate to CDKv2 (#738) (7c06857)
  • deadline: adds UserData property to WorkerInstanceFleet (#781) (b7e48b0)
  • deadline: update to Deadline licensing terms (#742) (03bc8ee)