Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.72.1 #1646

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
software.amazon.awscdk:aws-cdk-lib 2.67.0 -> 2.72.1 age adoption passing confidence

Release Notes

aws/aws-cdk

v2.72.1


Alpha modules (2.72.1-alpha.0)

v2.72.0

⚠ 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

Features
Bug Fixes

Alpha modules (2.71.0-alpha.0)

v2.70.0

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

Features
Bug Fixes

Alpha modules (2.69.0-alpha.0)

Features

v2.68.0

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

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update 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 force-pushed the renovate/aws-cdk-monorepo branch from 8958c8a to cb96059 Compare March 14, 2023 17:08
@renovate renovate bot changed the title fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.68.0 fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.69.0 Mar 14, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from cb96059 to 8881d20 Compare March 22, 2023 21:30
@renovate renovate bot changed the title fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.69.0 fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.70.0 Mar 22, 2023
@renovate renovate bot changed the title fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.70.0 fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.71.0 Mar 29, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from ab89f1b to 3eba34b Compare March 30, 2023 07:58
@renovate renovate bot changed the title fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.71.0 fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.72.0 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 3eba34b to 9bc5ee0 Compare March 31, 2023 16:27
@renovate renovate bot changed the title fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.72.0 fix(deps): update dependency software.amazon.awscdk:aws-cdk-lib to v2.72.1 Mar 31, 2023
@sonarcloud
Copy link

sonarcloud bot commented Mar 31, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sdelamo sdelamo merged commit 1b9551e into master Apr 5, 2023
@sdelamo sdelamo deleted the renovate/aws-cdk-monorepo branch April 5, 2023 07:41
sdelamo pushed a commit that referenced this pull request Apr 5, 2023
….72.1 (#1646)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant