Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Update aws-cdk to v2.72.0 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update aws-cdk to v2.72.0 #8

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-cdk 2.62.0 -> 2.72.0 age adoption passing confidence
aws-cdk-lib 2.62.0 -> 2.72.0 age adoption passing confidence

Release Notes

aws/aws-cdk

v2.72.0

Compare Source

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • cdk-lib: The return type of aws-cdk-lib.aws_ec2.SecurityGroup.determineRuleScope was changed from a tuple ([SecurityGroupBase, string]) to a struct with the same values, because tuple types are not supported over the jsii interoperability layer, but jsii@v1 was incorrectly allowing this to be represented as the JSON primitive type. This made the API unusable in non-JS languages. The type of the metadata property of aws-cdk-lib.aws_s3_deployment.BucketDeploymentProps was changed from an index-only struct to an inline map, because jsii@v1 silently ignored the index signature (which is otherwise un-supported), resulting in an empty object in non-JS/TS languages. As a consequence, the values of that map can no longer be undefined (as jsii does not currently support nullable elements in collections).
Features
Bug Fixes
Miscellaneous Chores

Alpha modules (2.72.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • servicecatalogappregistry: This commit involves share replacement during the deployment of ApplicationAssociator due to share construct id update. After this change, frequent share replacements due to structural change in Application construct should be avoided. Application.shareApplication starts to require construct id (first argument) and share name (added in ShareOption) as input.
  • ivs: Renamed ChannelProps.name to ChannelProps.channelName
  • Renamed PlaybackKeyPairProps.name to PlaybackKeyPairProps.playbackKeyPairName
  • Channel now generates a physical name if one is not provided
  • PlaybackKeyPair now generates a physical name if one is not provided
Bug Fixes
  • integ-runner: update workflow doesn't support resource replacement (#​24720) (07d3aa7)
  • ivs: Not a standard physical name pattern (#​24706) (7d17fe3)
  • servicecatalogappregistry: RAM Share is replaced on every change to Application (#​24760) (8977d0d)

v2.71.0

Compare Source

Features
Bug Fixes

Alpha modules (2.71.0-alpha.0)

v2.70.0

Compare Source

Features
Bug Fixes

Alpha modules (2.70.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • servicecatalogappregistry: This commit contains destructive changes to the RAM Share.
    Since the application RAM share name is calculated by the application construct, where one method is added. Integration test detects a breaking change where RAM share will be created. Integration test snapshot is updated to cater this destructive change.
Features
  • servicecatalogappregistry: add attribute groups to an application (#​24672) (7baffa2)

v2.69.0

Compare Source

Features
Bug Fixes

Alpha modules (2.69.0-alpha.0)
Features

v2.68.0

Compare Source

Bug Fixes

Alpha modules (2.68.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • servicecatalogappregistry: This commit contains destructive changes to the RAM Share.
    Since the application RAM share name is calculated by the application construct, where one property is removed. Integration test detects a breaking change where RAM share will be created. Integration test snapshot is updated to cater this destructive change.
Features
Bug Fixes

v2.67.0

Compare Source

Features
Bug Fixes

Alpha modules (2.67.0-alpha.0)
Features
Bug Fixes
  • servicecatalogappregistry: applicationName can not be changed after deployment (#​24409) (6aa763f)

v2.66.1

Compare Source

Bug Fixes

Alpha modules (2.66.1-alpha.0)

v2.66.0

Compare Source

Features
Bug Fixes
  • apigateway: rest api deployment does not depend on authorizers (#​23215) (12e13c1)
  • cognito: changing installLatestAwsSdk breaks Client Secret reference (#​23798) (844d407), closes #​23796
  • ecs: validate ecs healthcheck (#​24197) (89802a9)
  • eks: nested OCI repository names for private ECR helmchart deployments are not properly handled (#​23378) (72f2a95)
  • lambda: RuntimeManagementMode.FUNCTION_UPDATE has wrong value (#​24252) (fdb0cf1)

Alpha modules (2.66.0-alpha.0)
Features
Bug Fixes
  • servicecatalogappregistry: Allow user to control stack id via stack name for Application stack (#​24171) (0c7c7e4), closes #​24160

v2.65.0

Compare Source

Features
Bug Fixes

Alpha modules (2.65.0-alpha.0)
Features

v2.64.0

Compare Source

Features
Bug Fixes

Alpha modules (2.64.0-alpha.0)
Features
Bug Fixes
  • servicecatalogappregistry: default stack name is not meaningful and causes conflict when multiple stacks deployed to the same account-region (#​23823) (420b5ff)

v2.63.2

Compare Source


Alpha modules (2.63.2-alpha.0)

v2.63.1

Compare Source

Reverts

Alpha modules (2.63.1-alpha.0)

v2.63.0

Compare Source

Features
Bug Fixes

Alpha modules (2.63.0-alpha.0)
Features
  • synthetics: Adding DeleteLambdaResourcesOnCanaryDeletion prop to the canary L2 (#​23820) (45c191e)
  • redshift: support default role for redshift clusters (#​22551)

v2.62.2

Compare Source

Bug Fixes
  • imports from ESM modules cannot find correct type definitions (#​23870) (1b9f3f7)

Alpha modules (2.62.2-alpha.0)

v2.62.1

Compare Source

Bug Fixes

Alpha modules (2.62.1-alpha.0)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Mar 17, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk branch from af0957e to d4757ad Compare March 23, 2023 00:08
@renovate renovate bot changed the title Update aws-cdk to v2.69.0 Update aws-cdk to v2.70.0 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk branch from d4757ad to cb7fddd Compare March 30, 2023 07:56
@renovate renovate bot changed the title Update aws-cdk to v2.70.0 Update aws-cdk to v2.72.0 Mar 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants