-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
requested review from
Edivion,
akishkin,
rbamberger,
s-quatres,
arthfl,
meibensteiner and
vfx1b
as code owners
August 15, 2024 04:10
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
bot
force-pushed
the
renovate/aws-cdk-lib-2.x
branch
from
August 20, 2024 04:18
308f0a8
to
75f228e
Compare
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
bot
force-pushed
the
renovate/aws-cdk-lib-2.x
branch
2 times, most recently
from
August 23, 2024 09:41
f8f9752
to
b342bf3
Compare
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
bot
force-pushed
the
renovate/aws-cdk-lib-2.x
branch
from
August 30, 2024 04:48
b342bf3
to
017d684
Compare
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
bot
force-pushed
the
renovate/aws-cdk-lib-2.x
branch
from
September 6, 2024 07:44
017d684
to
b305a97
Compare
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
bot
force-pushed
the
renovate/aws-cdk-lib-2.x
branch
from
September 10, 2024 04:46
b305a97
to
860bab0
Compare
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
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
bot
force-pushed
the
renovate/aws-cdk-lib-2.x
branch
from
September 11, 2024 22:20
860bab0
to
c61e39b
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk-lib-2.x
branch
from
September 19, 2024 04:22
c61e39b
to
ba8d1c0
Compare
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
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
bot
force-pushed
the
renovate/aws-cdk-lib-2.x
branch
from
September 19, 2024 23:14
ba8d1c0
to
6755e74
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk-lib-2.x
branch
from
September 24, 2024 17:16
6755e74
to
def1133
Compare
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
Quality Gate passedIssues Measures |
Edivion
approved these changes
Sep 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.151.0
->2.160.0
Release Notes
aws/aws-cdk (aws-cdk-lib)
v2.160.0
Compare Source
Features
sts
options for roles assumed by the cli (#31089) (5e95ba2), closes #26157 #22535Alpha modules (2.160.0-alpha.0)
Features
Bug Fixes
v2.159.1
Compare Source
Reverts
Alpha modules (2.159.1-alpha.0)
v2.159.0
Compare Source
Features
routeSelectionExpression
for an HTTP API (#31373) (36baf51), closes #31104Bug Fixes
Alpha modules (2.159.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
encryptionKey
property is removed andencryption
property type has changed from theStreamEncryption
enum to theStreamEncryption
class.To pass in a KMS key for the customer managed key case, use
StreamEncryption.customerManagedKey(key)
Details
Replaced
encryption
andencryptionKey
properties with a single propertyencryption
of typeStreamEncryption
and is used by calling one of the 3 methods: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 inStreamEncryption.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
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
RedshiftDataParameters
(#29462) (84c6442), closes #15712 #31017Bug Fixes
Alpha modules (2.156.0-alpha.0)
Features
Bug Fixes
v2.155.0
Compare Source
Features
preserveOnDelete
for EKS addon (#30776) (23fba1c)multiRegion
property to aKey
(#31125) (3dc4c50)Bug Fixes
Alpha modules (2.155.0-alpha.0)
Features
ipv6AddressCount
property for an instance (#31076) (e3e5e1c), closes #31075v2.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
Alpha modules (2.153.0-alpha.0)
v2.152.0
Compare Source
Features
Alpha modules (2.152.0-alpha.0)
v2.151.1
Compare Source
Reverts
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.
This PR was generated by Mend Renovate. View the repository job log.