Skip to content

plugins-source-aws-v22.0.0

Choose a tag to compare

@cq-bot cq-bot released this 20 Jul 12:29
e67c126

22.0.0 (2023-07-20)

⚠ BREAKING CHANGES

  • aws: Define composite primary key for regions (#12415)
  • aws: Define primary key for s3_bucket_encryption_rules (#12408)
  • aws: Define primary key for dynamodb_table_continuous_backups (#12409)
  • aws: Define composite primary key for lambda_function_versions (#12402)

This Release has the Following Changes to Tables

  • Table aws_appconfig_deployment_strategies was added
  • Table aws_dynamodb_table_continuous_backups: primary key constraint added to column table_arn (:warning: breaking)
  • Table aws_dynamodb_table_continuous_backups: primary key constraint removed from column _cq_id (:warning: breaking)
  • Table aws_lambda_function_versions: primary key constraint added to column function_arn (:warning: breaking)
  • Table aws_lambda_function_versions: primary key constraint added to column version (:warning: breaking)
  • Table aws_lambda_function_versions: primary key constraint removed from column _cq_id (:warning: breaking)
  • Table aws_regions: primary key constraint added to column account_id (:warning: breaking)
  • Table aws_regions: primary key constraint added to column region (:warning: breaking)
  • Table aws_regions: primary key constraint removed from column _cq_id (:warning: breaking)
  • Table aws_s3_bucket_encryption_rules: primary key constraint added to column bucket_arn (:warning: breaking)
  • Table aws_s3_bucket_encryption_rules: primary key constraint removed from column _cq_id (:warning: breaking)

Features

  • aws: Define composite primary key for lambda_function_versions (#12402) (d1add18)
  • aws: Define composite primary key for regions (#12415) (681ea97)
  • aws: Define primary key for dynamodb_table_continuous_backups (#12409) (7d4a657)
  • aws: Define primary key for s3_bucket_encryption_rules (#12408) (a026b98)

Bug Fixes

  • sync: Pass DeterministicCQID option to scheduler (#12424) (eaac2e6)
  • Use correct name for DeploymentStrategies table (#12428) (dda4205)