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

chore(deps): update dependency aws-cdk-lib to v2.160.0 #120

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-cdk-lib (source) 2.151.0 -> 2.160.0 age adoption passing confidence

Release Notes

aws/aws-cdk (aws-cdk-lib)

v2.160.0

Compare Source

Features

Alpha modules (2.160.0-alpha.0)
Features
Bug Fixes

v2.159.1

Compare Source

Reverts
  • fix(ec2): fixing vpc endpoint pattern for ecr and ecr docker (#​31496) (f7e8452)

Alpha modules (2.159.1-alpha.0)

v2.159.0

Compare Source

Features
Bug Fixes

Alpha modules (2.159.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • kinesisfirehose-alpha: encryptionKey property is removed and encryption property type has changed from the StreamEncryption enum to the StreamEncryption class.

To pass in a KMS key for the customer managed key case, use StreamEncryption.customerManagedKey(key)

Details

Replaced encryption and encryptionKey properties with a single property encryption of type StreamEncryption and is used by calling one of the 3 methods:

SreamEncryption.unencrypted()
StreamEncryption.awsOwnedKey()
StreamEncryption.customerManagedKey(key?: IKey)

This makes it so it's not longer possible to pass in a key when the encryption type is AWS owned or unencrypted. The key is an optional parameter in StreamEncryption.customerManagedKey(key?: IKey) so following the previous behaviour, if a key is provided it will be used, otherwise a key will be created for the user.

Description of how you validated changes

Generated templates do not change so behaviour remains the same.

Updated integ/unit tests.

Checklist
Features
Bug Fixes
Miscellaneous Chores
  • kinesisfirehose-alpha: refactor encryption property to combine encryptionKey (#​31430) (8e92185)

v2.158.0

Compare Source

Bug Fixes

Alpha modules (2.158.0-alpha.0)

Features

v2.157.0

Compare Source

Features
Bug Fixes

Alpha modules (2.157.0-alpha.0)

v2.156.0

Compare Source

Features
Bug Fixes

Alpha modules (2.156.0-alpha.0)

Features
Bug Fixes

v2.155.0

Compare Source

Features
Bug Fixes

Alpha modules (2.155.0-alpha.0)

Features

v2.154.1

Compare Source

Features
Bug Fixes

Alpha modules (2.154.1-alpha.0)

v2.154.0

Compare Source

Features
Bug Fixes
Reverts

Alpha modules (2.154.0-alpha.0)

Features
Bug Fixes

v2.153.0

Compare Source

Features
  • lambda: support Recursive Loop Protection property (572fe0a)

Alpha modules (2.153.0-alpha.0)

v2.152.0

Compare Source

Features
  • lambda: support filter criteria encryption (6aa72a2)

Alpha modules (2.152.0-alpha.0)

v2.151.1

Compare Source

Reverts
  • feat(ecs): add validation checks to memory cpu combinations of FARGATE compatible task definitions (#​31110) (8fdf015)

Alpha modules (2.151.1-alpha.0)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.152.0 chore(deps): update dependency aws-cdk-lib to v2.153.0 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from 308f0a8 to 75f228e Compare August 20, 2024 04:18
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.153.0 chore(deps): update dependency aws-cdk-lib to v2.154.0 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch 2 times, most recently from f8f9752 to b342bf3 Compare August 23, 2024 09:41
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.154.0 chore(deps): update dependency aws-cdk-lib to v2.154.1 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from b342bf3 to 017d684 Compare August 30, 2024 04:48
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.154.1 chore(deps): update dependency aws-cdk-lib to v2.155.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from 017d684 to b305a97 Compare September 6, 2024 07:44
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.155.0 chore(deps): update dependency aws-cdk-lib to v2.156.0 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from b305a97 to 860bab0 Compare September 10, 2024 04:46
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.156.0 chore(deps): update dependency aws-cdk-lib to v2.157.0 Sep 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.157.0 chore(deps): update dependency aws-cdk-lib to v2.158.0 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from 860bab0 to c61e39b Compare September 11, 2024 22:20
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from c61e39b to ba8d1c0 Compare September 19, 2024 04:22
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.158.0 chore(deps): update dependency aws-cdk-lib to v2.159.0 Sep 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.159.0 chore(deps): update dependency aws-cdk-lib to v2.159.1 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from ba8d1c0 to 6755e74 Compare September 19, 2024 23:14
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from 6755e74 to def1133 Compare September 24, 2024 17:16
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to v2.159.1 chore(deps): update dependency aws-cdk-lib to v2.160.0 Sep 24, 2024
Copy link

Copy link
Collaborator

@Edivion Edivion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Edivion Edivion merged commit 8f1de33 into main Sep 25, 2024
8 checks passed
@Edivion Edivion deleted the renovate/aws-cdk-lib-2.x branch September 25, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant