-
-
Notifications
You must be signed in to change notification settings - Fork 456
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 ^2.84.0 - autoclosed #2291
Conversation
Handler Size Report
Base Handler Sizes (kB) (commit e6367b5){
"Lambda": {
"Default Lambda": {
"Standard": 1578,
"Minified": 692
},
"Image Lambda": {
"Standard": 1543,
"Minified": 831
}
},
"Lambda@Edge": {
"Default Lambda": {
"Standard": 1588,
"Minified": 698
},
"Default Lambda V2": {
"Standard": 1580,
"Minified": 694
},
"API Lambda": {
"Standard": 634,
"Minified": 318
},
"Image Lambda": {
"Standard": 1551,
"Minified": 835
},
"Regeneration Lambda": {
"Standard": 1233,
"Minified": 566
},
"Regeneration Lambda V2": {
"Standard": 1307,
"Minified": 596
}
}
} New Handler Sizes (kB) (commit 50586ab){
"Lambda": {
"Default Lambda": {
"Standard": 1578,
"Minified": 692
},
"Image Lambda": {
"Standard": 1543,
"Minified": 831
}
},
"Lambda@Edge": {
"Default Lambda": {
"Standard": 1588,
"Minified": 698
},
"Default Lambda V2": {
"Standard": 1580,
"Minified": 694
},
"API Lambda": {
"Standard": 634,
"Minified": 318
},
"Image Lambda": {
"Standard": 1551,
"Minified": 835
},
"Regeneration Lambda": {
"Standard": 1233,
"Minified": 566
},
"Regeneration Lambda V2": {
"Standard": 1307,
"Minified": 596
}
}
} |
Codecov Report
@@ Coverage Diff @@
## master #2291 +/- ##
==========================================
- Coverage 83.85% 83.54% -0.32%
==========================================
Files 102 102
Lines 3717 3671 -46
Branches 1191 1169 -22
==========================================
- Hits 3117 3067 -50
- Misses 588 592 +4
Partials 12 12
Continue to review full report at Codecov.
|
9a53f5b
to
6a401d8
Compare
6a401d8
to
d48f87e
Compare
d48f87e
to
4f1de32
Compare
4f1de32
to
bf26286
Compare
bf26286
to
2f0e384
Compare
2f0e384
to
465c08d
Compare
465c08d
to
f55a927
Compare
f55a927
to
6b3f72d
Compare
b148f8a
to
5f64e40
Compare
5f64e40
to
062828a
Compare
062828a
to
ee8c828
Compare
ee8c828
to
f98c1cd
Compare
f98c1cd
to
aef2ed9
Compare
aef2ed9
to
50586ab
Compare
This PR contains the following updates:
^2.3.0
->^2.84.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
aws/aws-cdk
v2.84.0
Compare Source
Features
Bug Fixes
BUILD_GENERAL1_SMALL
compute type with Linux GPU build image (#25880) (2d74a46), closes #25857Alpha modules (2.84.0-alpha.0)
Bug Fixes
v2.83.1
Compare Source
Bug Fixes
Alpha modules (2.83.1-alpha.0)
v2.83.0
Compare Source
Features
Bug Fixes
Alpha modules (2.83.0-alpha.0)
Features
v2.82.0
Compare Source
Features
Bug Fixes
FindingsFilterListItems
on AWS::Macie::FindingsFilter does not work (#25778) (98fd69a)Alpha modules (2.82.0-alpha.0)
Features
v2.81.0
Compare Source
Features
CacheControl
(#25477) (21fc1d1)Bug Fixes
Alpha modules (2.81.0-alpha.0)
Features
v2.80.0
Compare Source
⚠ BREAKING CHANGES
mastersRole
property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriatests:AssumeRole
permissions) to assume it.Features
Bug Fixes
Alpha modules (2.80.0-alpha.0)
v2.79.1
Compare Source
Bug Fixes
Alpha modules (2.79.1-alpha.0)
v2.79.0
Compare Source
Features
Bug Fixes
[Object object]
(#25466) (b3d0d57), closes #25250Alpha modules (2.79.0-alpha.0)
Bug Fixes
[Object object]
(#25250) (b3d0d57)v2.78.0
Compare Source
Features
aws/codebuild/amazonlinux2-aarch64-standard:3.0
(#25351) (0d187c1), closes #25334Bug Fixes
variables
property onStage
resource (#25267) (04427e3), closes #3635ManagedEc2EcsComputeEnvironment
instance role missing managed policy (#25279) (c81d115), closes #25256Alpha modules (2.78.0-alpha.0)
v2.77.0
Compare Source
Features
Bug Fixes
port
property (#25112) (925c9ba), closes #22452BackupVault.fromBackupVaultArn
parses wrong arn format (#25259) (c2082a7), closes #25212previous-parameters
option to bootstrap command (#25219) (02e8758), closes #23780Alpha modules (2.77.0-alpha.0)
v2.76.0
Compare Source
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
The user who are using these two method need to update to use alternative method.
For associateStack, the alternative method is associateApplicationWithStack
For associateAttributeGroup, the alternative method is AttributeGroup.associateWith
The user who are using these two method need to update to use alternative method. For associateStack, the alternative method is associateApplicationWithStack For associateAttributeGroup, the alternative method is AttributeGroup.associateWith
Purpose of this PR:
we need to remove deprecated resource before we moving into stable version The method that we remove is: associateStack and associateAttributeGroup
CHANGES:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
Features
Bug Fixes
jobQueueName
returns ARN instead of name (#25093) (a344507), closes #23018Alpha modules (2.76.0-alpha.0)
v2.75.1
Compare Source
Reverts
Alpha modules (2.75.1-alpha.0)
v2.75.0
Compare Source
Features
Alpha modules (2.75.0-alpha.0)
v2.74.0
Compare Source
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
ComputeEnvironment
has been removed and replaced byManagedEc2EcsComputeEnvironment
,ManagedEc2EksComputeEnvironment
, andUnmanagedComputeEnvironment
.JobDefinition
has been removed and replaced byEcsJobDefinition
,EksJobDefinition
, andMultiNodeJobDefinition
Features
EvaluateExpression
(#25002) (f26bfe9)Bug Fixes
p100
statistic is no longer recognized (#24981) (adc1a13), closes #23095 #24976Alpha modules (2.74.0-alpha.0)
v2.73.0
Compare Source
Features
Bug Fixes
Alpha modules (2.73.0-alpha.0)
v2.72.1
Compare Source
Alpha modules (2.72.1-alpha.0)
v2.72.0
Compare Source
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
aws-cdk-lib.aws_ec2.SecurityGroup.determineRuleScope
was changed from a tuple ([SecurityGroupBase, string]
) to a struct with the same values, because tuple types are not supported over the jsii interoperability layer, butjsii@v1
was incorrectly allowing this to be represented as theJSON
primitive type. This made the API unusable in non-JS languages. The type of themetadata
property ofaws-cdk-lib.aws_s3_deployment.BucketDeploymentProps
was changed from an index-only struct to an inline map, becausejsii@v1
silently ignored the index signature (which is otherwise un-supported), resulting in an empty object in non-JS/TS languages. As a consequence, the values of that map can no longer beundefined
(asjsii
does not currently support nullable elements in collections).Features
allowedActionPatterns
parameter to grantWrite (#24211) (5b5c36f), closes #24074Source.dataYaml
helper function (#24579) (d969ddf), closes #24554Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.