Skip to content

Releases: aws/aws-rfdk

v0.18.0

13 Oct 16:31
c0b9ec3
Compare
Choose a tag to compare

Features

  • bin: Add simpler way to invoke stage-deadline (#90) (cb68992)
  • deadline: add ability to add spot event plugin managed policies to RenderQueue (#141) (b2cf9e0)
  • integ: add ability to use hook function before each component test (#155) (792586e)
  • Update stage-deadline script with new version index (#139) (9cbf99f)

Bug Fixes

  • allowing empty log group prefixes (#87) (e53571c)
  • core: Remove encryption on lifecycle SNS Topic (#163) (5b663ca), closes #162
  • deadline: adding deadline version check for workers (#100) (291f903)
  • deadline: adding version check for staging deadline (#109) (75d0f9f)
  • deadline: Disable client SSL config for HTTP Render Queue (#167) (fe347fa), closes #165
  • examples: bump cdk core module version (#122) (20db251)
  • examples: Fix instructions and formatting in example app README (#111) (f050f41), closes #105
  • examples: Minor fixes to Python example app REAME (84b5ffa)
  • integ: fix when PRE_COMPONENT_HOOK is undefined (#166) (b4bfd4e), closes #164

v0.17.0

26 Aug 22:37
5ea43b4
Compare
Choose a tag to compare

Features

  • tag resources with RFDK meta-data (#74 (Link not implemented)) (6b2ce6d (full hash: 6b2ce6d))

Bug Fixes

  • core: ACM Import remove race condition (#77 (Link not implemented)) (ac6b419 (full hash: ac6b419))
  • core: I-named interfaces could not be created in Python (#73 (Link not implemented)) (4a9a145 (full hash: 4a9a145))
  • core: Verify ec2 instance identity doc before using meta-data service (#69 (Link not implemented)) (789207c (full hash: 789207c))
  • deadline: Make Repository installer honor subnet selection (#65 (Link not implemented)) (d8b9ed6 (full hash: d8b9ed6))
  • deadline: WorkerFleet should not create a securitygroups when given one (#78 (Link not implemented)) (c07f9bd (full hash: c07f9bd))

v0.16.0

18 Aug 17:53
98b6a19
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • deadline: construct IDs renamed in UsageBasedLicensing.
  • Previously deployed resources will be terminated when updating
  • Default log stream prefix changed from 'docker' to 'LicenseForwarder'
  • Memory properties are no longer specified when constructing
    UsageBasedLicensing instances
  • deadline: databaseRemovalPolicy property of Repository has been renamed to removalPolicy.database
  • deadline: This renames the UBLLicensing, and related, constructs
    to UsageBasedLicensing.
  • deadline: Deadline WorkerFleet has been renamed to WorkerInstanceFleet

Features

  • deadline: add dependencies when connecting to renderqueue (#10 (Link not implemented)) (43a211b (full hash: 43a211b))
  • deadline: Enable audit logging for DocDB (#37 (Link not implemented)) (00367f2 (full hash: 00367f2))
  • deadline: RenderQueue support ELB access logs (#42 (Link not implemented)) (9bdb8ff (full hash: 9bdb8ff))

Bug Fixes

  • core: enhance security of mongodbinstance setup scripts (#33 (Link not implemented)) (d2b9875 (full hash: d2b9875))

  • adding deletion protection for load balancer (#39 (Link not implemented)) (cda4954 (full hash: cda4954))

  • core: Fix mounting filesystems if fstab does not end in newline (#58 (Link not implemented)) (c361044 (full hash: c361044))

  • core: fixes leaking private key password to logs in mongo setup (#28 (Link not implemented)) (efd1602 (full hash: efd1602))

  • core: fixing security group for health monitor (#30 (Link not implemented)) (2a23ae7 (full hash: 2a23ae7))

  • deadline: add retention policy for created efs (#11 (Link not implemented)) (715be7c (full hash: 715be7c))

  • deadline: Close RenderQueue to ingress traffic by default (#51 (Link not implemented)) (f1e7c4b (full hash: f1e7c4b))

  • deadline: fix UsageBasedLicensing stack updates (#26 (Link not implemented)) (84e09fb (full hash: 84e09fb))

  • deadline: rename ubllicensing construct (#9 (Link not implemented)) (baeb3d4 (full hash: baeb3d4))

  • deadline: rename WorkerFleet to WorkerInstanceFleet (#12 (Link not implemented)) (84cce6a (full hash: 84cce6a))

  • deadline: Support multiple Block Devices (#41 (Link not implemented)) (a669aba (full hash: a669aba))

  • Set load balancers to drop invalid http headers (#54 (Link not implemented)) (4c56fb7 (full hash: 4c56fb7))

  • deadline: Update Repository Installation script and Worker Configuration (#52 (Link not implemented)) (3068b48 (full hash: 3068b48))

  • integ: update existing repository tests to use docker recipes (#18 (Link not implemented)) (b65edd6 (full hash: b65edd6))

  • deadline: clean up UsageBasedLicensing construct and tests (#20 (Link not implemented)) (a5596d2 (full hash: a5596d2))

v0.15.0

13 Aug 21:49
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • deadline: * deadline: removing optional property 'certificateAsset'
  • deadline: making the property 'certificateSecret' as required.

Features

  • core: Adds construct for a MongoDb instance (05556b1 (full hash: 05556b1))
  • deadline: Added ability for RQ to configure client connections (5093614 (full hash: 5093614))

Bug Fixes

  • core: encrypting sns topic for static-ip-server (a79b8f6 (full hash: a79b8f6))
  • deadline: removing s3 option for ubl certs (55176fc (full hash: 55176fc))