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 aws-cdk to v2.159.1 #410

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-cdk (source) 2.114.1 -> 2.159.1 age adoption passing confidence

Release Notes

aws/aws-cdk (aws-cdk)

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

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)

v2.151.0

Compare Source

Features
Bug Fixes

Alpha modules (2.151.0-alpha.0)

Features

v2.150.0

Compare Source

Features
Bug Fixes
  • custom-resources: provider framework will always log all data including confidential data (#​30689) (9bd92da), closes #​30275
  • stepfunctions-tasks: allow camelCase for parameters of CallAwsServiceCrossRegion (#​30795) (5d6ace8), closes #​30799

Alpha modules (2.150.0-alpha.0)

v2.149.0

Compare Source

Features
Bug Fixes
  • apigateway: authorization scope is not added when not explicitly defining authorization type in method or root api (#​30822) (e4367a0), closes #​30444
  • scheduler-targetes-alpha: multiple schedules cause resolution error during synth (#​30634) (727e886), closes #​28713

Alpha modules (2.149.0-alpha.0)

v2.148.1

Compare Source

Bug Fixes
  • apigateway: authorization scope is not added when not explicitly defining authorization type in method or root api (#​30822) (4bee768), closes #​30444

Alpha modules (2.148.1-alpha.0)

v2.148.0

Compare Source

Features
Bug Fixes
Reverts

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

v2.147.3

Compare Source

Bug Fixes

Alpha modules (2.147.3-alpha.0)

v2.147.2

Compare Source

Reverts

Alpha modules (2.147.2-alpha.0)

v2.147.1

Compare Source

Reverts

Alpha modules (2.147.1-alpha.0)

v2.147.0

Compare Source

Features
Bug Fixes

Alpha modules (2.147.0-alpha.0)

Bug Fixes

v2.146.0

Compare Source

Features
Bug Fixes

Alpha modules (2.146.0-alpha.0)
Features
  • apprunner: add ipAddressType property to the Service class (#​30351) (665396f)

v2.145.0

Compare Source

Features
Bug Fixes

Alpha modules (2.145.0-alpha.0)

v2.144.0

Compare Source

Features

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 this update 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 fix(deps): update dependency aws-cdk to v2.115.0 fix(deps): update dependency aws-cdk to v2.116.0 Dec 22, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from 6874646 to 1a9c6fa Compare December 22, 2023 18:43
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.116.0 fix(deps): update dependency aws-cdk to v2.116.1 Dec 22, 2023
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.116.1 fix(deps): update dependency aws-cdk to v2.117.0 Dec 27, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from 2ea759d to d7ccfd8 Compare January 3, 2024 22:02
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.117.0 fix(deps): update dependency aws-cdk to v2.118.0 Jan 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.118.0 fix(deps): update dependency aws-cdk to v2.119.0 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from d7ccfd8 to 2a8bbf8 Compare January 12, 2024 01:56
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.119.0 fix(deps): update dependency aws-cdk to v2.120.0 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 2a8bbf8 to 6b4113d Compare January 12, 2024 12:49
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.120.0 fix(deps): update dependency aws-cdk to v2.121.0 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from 2cef07f to 538ba71 Compare January 13, 2024 06:35
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.121.0 fix(deps): update dependency aws-cdk to v2.121.1 Jan 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.121.1 fix(deps): update dependency aws-cdk to v2.122.0 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from 6dd7415 to 2eabc68 Compare January 24, 2024 21:33
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.122.0 fix(deps): update dependency aws-cdk to v2.123.0 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 2eabc68 to 90a1f14 Compare January 27, 2024 00:02
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.123.0 fix(deps): update dependency aws-cdk to v2.124.0 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 90a1f14 to 71650db Compare February 2, 2024 14:59
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.124.0 fix(deps): update dependency aws-cdk to v2.126.0 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 71650db to 5aca3a4 Compare February 10, 2024 05:04
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.126.0 fix(deps): update dependency aws-cdk to v2.127.0 Feb 10, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 5aca3a4 to d0fcf1e Compare February 15, 2024 01:06
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.127.0 fix(deps): update dependency aws-cdk to v2.128.0 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from d0fcf1e to 1fc2cfa Compare February 21, 2024 19:19
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.128.0 fix(deps): update dependency aws-cdk to v2.129.0 Feb 21, 2024
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.148.0 fix(deps): update dependency aws-cdk to v2.148.1 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 370daf2 to 1024e00 Compare July 13, 2024 01:59
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.148.1 fix(deps): update dependency aws-cdk to v2.149.0 Jul 13, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 1024e00 to 88d2d6e Compare July 23, 2024 05:49
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.149.0 fix(deps): update dependency aws-cdk to v2.150.0 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 88d2d6e to 547d13c Compare August 2, 2024 18:26
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.150.0 fix(deps): update dependency aws-cdk to v2.151.0 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 547d13c to 756d4fa Compare August 15, 2024 01:12
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.151.0 fix(deps): update dependency aws-cdk to v2.151.1 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 756d4fa to 7660c13 Compare August 15, 2024 04:03
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.151.1 fix(deps): update dependency aws-cdk to v2.152.0 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 7660c13 to 43c5d40 Compare August 20, 2024 04:57
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.152.0 fix(deps): update dependency aws-cdk to v2.153.0 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 43c5d40 to ab11a3f Compare August 22, 2024 05:21
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.153.0 fix(deps): update dependency aws-cdk to v2.154.0 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from ab11a3f to 59df466 Compare August 23, 2024 09:47
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.154.0 fix(deps): update dependency aws-cdk to v2.154.1 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 59df466 to c64f1e8 Compare August 30, 2024 03:42
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.154.1 fix(deps): update dependency aws-cdk to v2.155.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from c64f1e8 to 43c6d7a Compare September 6, 2024 06:31
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.155.0 fix(deps): update dependency aws-cdk to v2.156.0 Sep 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.156.0 fix(deps): update dependency aws-cdk to v2.157.0 Sep 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.157.0 fix(deps): update dependency aws-cdk to v2.158.0 Sep 11, 2024
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.158.0 fix(deps): update dependency aws-cdk to v2.159.0 Sep 19, 2024
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk to v2.159.0 fix(deps): update dependency aws-cdk to v2.159.1 Sep 20, 2024
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.

0 participants