[Snyk] Upgrade aws-cdk from 1.128.0 to 2.160.0 #620
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.
Snyk has created this PR to upgrade aws-cdk from 1.128.0 to 2.160.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 348 versions ahead of your current version.
The recommended version was released on a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-ASYNC-2441827
SNYK-JS-BABELTRAVERSE-5962462
SNYK-JS-DECODEURICOMPONENT-3149970
SNYK-JS-VM2-2309905
SNYK-JS-VM2-2990237
SNYK-JS-VM2-3018201
SNYK-JS-WS-7266574
SNYK-JS-SEMVER-3247795
SNYK-JS-SEMVER-3247795
SNYK-JS-SEMVER-3247795
SNYK-JS-IP-6240864
SNYK-JS-XML2JS-5414874
SNYK-JS-MINIMATCH-3050818
SNYK-JS-NWSAPI-2841516
SNYK-JS-TOUGHCOOKIE-5672873
SNYK-JS-VM2-5537079
SNYK-JS-WORDWRAP-3149973
SNYK-JS-MINIMIST-2429795
SNYK-JS-VM2-5415299
SNYK-JS-VM2-5422057
SNYK-JS-VM2-5426093
SNYK-JS-VM2-5537100
SNYK-JS-VM2-5772823
SNYK-JS-VM2-5772825
SNYK-JS-IP-7148531
SNYK-JS-ISTANBULREPORTS-2328088
SNYK-JS-JSON5-3182856
Release notes
Package name: aws-cdk
Features
sts
options for roles assumed by the cli (#31089) (5e95ba2), closes #26157 #22535Alpha modules (2.160.0-alpha.0)
Features
Bug Fixes
Reverts
Alpha modules (2.159.1-alpha.0)
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
Bug Fixes
Alpha modules (2.158.0-alpha.0)
Features
Features
Bug Fixes
Alpha modules (2.157.0-alpha.0)
Features
RedshiftDataParameters
(#29462) (84c6442), closes #15712 #31017Bug Fixes
Alpha modules (2.156.0-alpha.0)
Features
Bug Fixes
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 #31075Features
Bug Fixes
Alpha modules (2.154.1-alpha.0)
Features
Bug Fixes
Reverts
Alpha modules (2.154.0-alpha.0)
Features
Bug Fixes
Features
Alpha modules (2.153.0-alpha.0)