Skip to content

v2.183.0

Latest
Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 12 Mar 04:35
30cb13c

Features

  • bedrock: support DeepSeek R1 (#33727) (3de0818)
  • rds: add MySQL enginge versions 5.7.44(patch), 8.0.41 and 8.4.4 (#33732) (d1a8cbe)
  • update L1 CloudFormation resource definitions (#33718) (c4fceb2)
  • codebuild: throw ValidationError instead of untyped Errors (#33700) (d12854a), closes #32569
  • core: RemovalPolicies.of(scope) (#32283) (34c547c)
  • logs: add support for fieldIndexPolicies in log group L2 Construct (#33416) (6c882e0), closes #33366
  • lambda backfill missing enums for lambda (#33651) (4227747)
  • rds add new MariaDB engine versions 10.5.28, 10.6.21, 10.11.11, and 11.4.5 (#33665) (7f5bf4e)
  • ec2 add VPC interface endpoints for Location Service (#33667) (4bc151b)
  • ec2 add VPC interface endpoints for WAFV2 (#33685) (5eb11d2)
  • ec2 add VPC interface endpoints for Emr Serverless (#33715) (25619a0)
  • ec2 add VPC interface endpoints for Security Lake (#33728) (5fcbe2a)

Bug Fixes

  • core: pressing Ctrl-C when content is bundled leaves broken asset (#33692) (00ef50d), closes #33201 #32869 #14474
  • custom-resources: fix circular dependency when a custom role provided to Provider (#33600) (77b6fa9), closes #20360
  • efs: cannot run an integ test when transitionToArchivePolicy is specified and throughputMode is undefined (#33713) (842201c)
  • eks: cluster deployment issue when the authentication mode is not changing (#33680) (ba2dfd1)

Alpha modules (2.183.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • scheduler-targets-alpha: The InspectorStartAssessmentRun target's constructor now accepts IAssessmentTemplate instead of CfnAssessmentTemplate as its parameter type. To migrate existing code, use the AssessmentTemplate.fromCfnAssessmentTemplate() method to convert your CfnAssessmentTemplate instances to IAssessmentTemplate.

Features

  • kinesisanalytics-flink-alpha backfill missing enums for kinesisanalytics-flink-alpha (#33632) (b55199a)
  • kinesisfirehose-destinations-alpha backfill missing enums for kinesisfirehose-destinations-alpha (#33633) (6ed7a45)

Bug Fixes

  • scheduler-alpha: deprecate Group in favour of ScheduleGroup (#33678) (4d8eae9)
  • scheduler-targets-alpha: update inspector target to use IAssessmentTemplate instead of CfnAssessmentTemplate (#33682) (50ba3ef)