Skip to content

v2.0.0-rc.7

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 09 Jun 10:44
5b00ea4

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • cfnspec: imageScanningConfiguration property of ecr.CfnRepository now accepts scanOnPush instead of ScanOnPush (notice the casing change).
  • appmesh: the creation property clientPolicy in VirtualGateway has been renamed to tlsClientPolicy, and its type changed to TlsClientPolicy
  • appmesh: to create TlsClientPolicy, validation property must be defined.

Features

Bug Fixes