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

Update dependency aws-cdk to v2.159.1 #9

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-cdk (source) 2.28.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 force-pushed the renovate/aws-cdk-monorepo branch from 37c4ef6 to 87c01ea Compare June 25, 2022 00:41
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.29.0 Update aws-cdk monorepo to v2.29.1 Jun 25, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 87c01ea to a07789b Compare July 1, 2022 15:23
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.29.1 Update aws-cdk monorepo Jul 1, 2022
@renovate renovate bot changed the title Update aws-cdk monorepo Update aws-cdk monorepo to v2.30.0 Jul 1, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from 945e0d5 to 544fddb Compare July 6, 2022 23:41
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.30.0 Update aws-cdk monorepo to v2.31.0 Jul 6, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 544fddb to 02c5d46 Compare July 9, 2022 02:29
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.31.0 Update aws-cdk monorepo Jul 9, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 02c5d46 to 72d25ef Compare July 9, 2022 05:11
@renovate renovate bot changed the title Update aws-cdk monorepo Update aws-cdk monorepo to v2.31.1 Jul 9, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 72d25ef to afa9f14 Compare July 14, 2022 03:31
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.31.1 Update aws-cdk monorepo to v2.31.2 Jul 14, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from afa9f14 to cd0f310 Compare July 14, 2022 23:23
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.31.2 Update aws-cdk monorepo to v2.32.0 Jul 14, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from cd0f310 to 11a0339 Compare July 16, 2022 04:59
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.32.0 Update aws-cdk monorepo to v2.32.1 Jul 16, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 11a0339 to 51e0c7a Compare July 19, 2022 22:16
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.32.1 Update aws-cdk monorepo to v2.33.0 Jul 19, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 51e0c7a to d902f9f Compare July 29, 2022 13:09
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.33.0 Update aws-cdk monorepo to v2.34.0 Jul 29, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from d902f9f to 3adae59 Compare July 29, 2022 17:53
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.34.0 Update aws-cdk monorepo to v2.34.1 Jul 29, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 3adae59 to e1e5544 Compare July 30, 2022 02:38
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.34.1 Update aws-cdk monorepo to v2.34.2 Jul 30, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from e1e5544 to 2d58276 Compare August 3, 2022 00:05
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.34.2 Update aws-cdk monorepo to v2.35.0 Aug 3, 2022
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 2d58276 to dd67dbc Compare August 9, 2022 00:49
@renovate renovate bot changed the title Update aws-cdk monorepo to v2.35.0 Update aws-cdk monorepo to v2.36.0 Aug 9, 2022
@renovate renovate bot changed the title Update dependency aws-cdk to v2.148.0 Update dependency aws-cdk to v2.148.1 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 594c6c8 to 3027c3c Compare July 12, 2024 22:49
@renovate renovate bot changed the title Update dependency aws-cdk to v2.148.1 Update dependency aws-cdk to v2.149.0 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 3027c3c to 2cc8ada Compare July 23, 2024 05:07
@renovate renovate bot changed the title Update dependency aws-cdk to v2.149.0 Update dependency aws-cdk to v2.150.0 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 2cc8ada to 74b6666 Compare August 2, 2024 21:44
@renovate renovate bot changed the title Update dependency aws-cdk to v2.150.0 Update dependency aws-cdk to v2.151.0 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 74b6666 to e953e1d Compare August 15, 2024 01:14
@renovate renovate bot changed the title Update dependency aws-cdk to v2.151.0 Update dependency aws-cdk to v2.151.1 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from e953e1d to a0c8cd5 Compare August 15, 2024 06:57
@renovate renovate bot changed the title Update dependency aws-cdk to v2.151.1 Update dependency aws-cdk to v2.152.0 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from a0c8cd5 to d46d042 Compare August 20, 2024 04:21
@renovate renovate bot changed the title Update dependency aws-cdk to v2.152.0 Update dependency aws-cdk to v2.153.0 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from d46d042 to bffc7f4 Compare August 22, 2024 01:55
@renovate renovate bot changed the title Update dependency aws-cdk to v2.153.0 Update dependency aws-cdk to v2.154.0 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from bffc7f4 to 3a226b3 Compare August 23, 2024 10:41
@renovate renovate bot changed the title Update dependency aws-cdk to v2.154.0 Update dependency aws-cdk to v2.154.1 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 3a226b3 to d8a3b42 Compare August 30, 2024 04:28
@renovate renovate bot changed the title Update dependency aws-cdk to v2.154.1 Update dependency aws-cdk to v2.155.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from d8a3b42 to 8349bd5 Compare September 6, 2024 07:27
@renovate renovate bot changed the title Update dependency aws-cdk to v2.155.0 Update dependency aws-cdk to v2.156.0 Sep 6, 2024
@renovate renovate bot changed the title Update dependency aws-cdk to v2.156.0 Update dependency aws-cdk to v2.157.0 Sep 10, 2024
@renovate renovate bot changed the title Update dependency aws-cdk to v2.157.0 Update dependency aws-cdk to v2.158.0 Sep 11, 2024
@renovate renovate bot changed the title Update dependency aws-cdk to v2.158.0 Update dependency aws-cdk to v2.159.0 Sep 19, 2024
@renovate renovate bot changed the title Update dependency aws-cdk to v2.159.0 Update dependency aws-cdk to v2.159.1 Sep 19, 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