[Snyk] Upgrade aws-cdk from 1.28.0 to 1.30.0 #2
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.28.0 to 1.30.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.Release notes
Package name: aws-cdk
-
1.30.0 - 2020-03-18
- cloudwatch: standard set of graph colors (#6747) (97ae931)
- core: IConstruct no longer extends IDependable (#6794) (19bb16a), closes #6792
-
1.29.0 - 2020-03-18
- cognito:
- ec2: if you implemented a custom subclass of
- cli: add permissions to the bootstrap action role for
- codebuild: add support for Source Credentials (#6722) (a6e2d28)
- cognito: user pool - custom & mandatory standard attributes (#6487) (6dfb677), closes #1747
- cognito: user pool - MFA, password policy and email settings (#6717) (cc35dad)
- core: the "constructs" module (#6623) (eded95b)
- ec2: availabilityZone is optional when importing subnet (d10fe67), closes #6607
- lambda-event-sources: failure handling for stream event sources (#5929) (5028009), closes #5236
- aws-ecs-pattern: allow ScheduledTaskBase to run on a public subnet (#6624) (b9a1408), closes #6312
- SecretValue.secretManager validates non-ARN ids do not contain : (#6371) (7cb8c3f)
- aws-logs: remove validation of retentionInDays for unresolved tokens (#6727) (43a3420), closes #6690
- ec2: MachineImages create appropriate UserData (7a10f0f)
-
1.28.0 - 2020-03-16
- batch:
- batch: the
- custom-resources:
- custom-resources:
- custom-resources:
- custom-resources:
- amplify: App, Branch and Domain (#5177) (e126048)
- apigateway: authorizationScopes for a Method (#6502) (3887cd2)
- apigateway: DomainName supports SecurityPolicy (#6374) (e8c2e0c)
- apigateway: rate limited API key (#6509) (040906f), closes #6405
- batch: ec2 launch template support (#6602) (2b02693)
- cfnspec: cloudformation spec v11.3.0 (#6598) (ee3a530)
- cli: pass CloudFormation parameters to "cdk deploy" (#6385) (6551124), closes #1237
- core: duration.toHumanString() (#6691) (d833bea)
- custom-resources: enforce user opt-in when auto-generating SDK call policies (0f5c24e), closes #5873
- custom-resources: log retention for AwsCustomResource (#6698) (bf5ab69)
- custom-resources: module is now stable :) (#6584) (a2a738c)
- custom-resources: rename
- custom-resources: rename
- dynamodb: expose stream features on ITable (#6635) (52e8b95), closes #6344
- efs: create EFS file systems (#6373) (a0fb518), closes #6286 #6286
- elbv2: support pathpattern array (#6558) (c3ee413), closes #6497
- iam: policy document from json (#6486) (bf08988)
- prlinter: support exempting checks from pr based on a label (#6693) (77cbe80)
- stepfunctions-tasks: run batch job (#6396) (de1a36b), closes #6467
- cloudformation spec v11.4.0 (#6700) (b28b427)
- apigateway: type mismatch in C# when setting identitySources (#6649) (2d3e7b1), closes #6538 40aws-cdk/aws-apigateway/test/authorizers/integ.request-authorizer.ts#L26
- batch:
- batch: managed compute environment now properly works with compute resources and instanceRole has correct docstring and type definition (#6549) (4e81334)
- certificatemanager: Route53 endpoint cannot be set and does not work for aws-cn (#6480) (9858cdb)
- cli: codepipeline cloudformation action in cross account fail writing outputArtifacts (#6594) (05cf78b)
- cloudwatch: missing LessThanLowerOrGreaterThanUpperThreshold (#6597) (9731555)
- codepipeline-actions: use IBaseService instead of BaseService in EcsDeployActionProps (#6412) (bed5357)
- eks: cannot upgrade version of clusters with an explicit name (#6064) (1dd7104)
- eks: sporadic broken pipe when deploying helm charts (#6522) (03df1f1), closes #6381
- iam: cannot add multiple conditions using same operator (348a952)
from aws-cdk GitHub release notesFeatures
Bug Fixes
🚀 To enable new CDK projects such as CDK for Kubernetes, we have released the constructs programming model as an independent library called constructs. The
@aws-cdk/core.Constructclass is now a subclass of the baseconstructs.Construct.⚠ BREAKING CHANGES
UserPoolAttributehas been removed. It is no longerrequired to defined a
UserPool.IMachineImageit must now always return auserDataobject.Features
cdk deploy(#6684) (52fd078)Bug Fixes
⚠ BREAKING CHANGES
computeEnvironmentsis now requiredallocationStrategyproperty was moved fromComputeEnvironmentPropsto theComputeResourcesinterface, which is where it semantically belongs.getDataStringwas renamed togetResponseField.getDatawas renamed togetResponseFieldReference.catchErrorPatternwas renamed toignoreErrorCodesMatching. In addition, a few synth time validations were added when using this property. See Error Handling for details.policyStatementsproperty was removed in favor of a requiredpolicyproperty. Refer to Execution Policy for more details.Features
catchErrorPatterntoignoreErrorCodesMatching(#6553) (94599f8), closes #5873getData*togetResponseField*(#6556) (d5867b4), closes #5873Bug Fixes
computeEnvironmentsis now required for JobQueue (#6616) (0b6c865), closes #6615Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs