Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

[Snyk] Upgrade @aws-cdk/cdk from 0.22.0 to 0.35.0 #24

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

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Aug 3, 2020

Snyk has created this PR to upgrade @aws-cdk/cdk from 0.22.0 to 0.35.0.

merge advice

ℹ️ 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 17 versions ahead of your current version.
  • The recommended version was released a year ago, on 2019-06-19.
Release notes
Package name: @aws-cdk/cdk
  • 0.35.0 - 2019-06-19
    Read more
  • 0.34.0 - 2019-06-10

    Bug Fixes

    • build: Correct buildspec so it does not fail (#2737) (e362ac8)
    • certificatemanager: correct certificateArn typo in the README (#2712) (2bfc1c2)
    • cli: don't fail if region cannot be determined (#2721) (0c72ef3), closes #2697
    • cli: remove support for applets (#2691) (0997ee2)
    • cloudwatch: move SNS Alarm Action to aws-cloudwatch-actions (#2688) (e3df21a)
    • codebuild: grant the Project's Role permissions to the KMS Key if it was passed. (#2715) (4e12fe6)
    • core: apply overrides after rendering properties (#2685) (f2636e5), closes #2677
    • core: Make filterUndefined null-safe (#2789) (e4fb811), closes awslabs/jsii#523
    • ecs: remove LoadBalancedFargateServiceApplet, no longer supported (#2779) (a610017)
    • ecs-patterns: expose service on queue worker services (#2780) (6d83cb9)
    • pkglint: Adjust stability banner style (#2768) (da94d8b)
    • route53: support zone roots as record names (#2705) (08a2852)
    • stepfunctions: improve Task payload encoding (#2706) (1c13faa)

    Code Refactoring

    Features

    BREAKING CHANGES

    • route53: recordValue: string prop in route53.TxtRecord changed to values: string[]
    • recordValue prop in route53.CnameRecord renamed to domainName
    • route53.AliasRecord has been removed, use route53.ARecord or route53.AaaaRecord with the target prop.
    • kms: The EncryptionKeyAlias class was renamed to Alias.
      Associated types (such as EncryptionKeyAliasProps) were renamed in the
      same way.
    • cli: This release requires CDK CLI >= 0.34.0
    • core: App.run() was renamed to App.synth() (soft deprecation, it will be removed in the next release).
    • core: node.stack is now Stack.of(construct) (fixes #2766)
    • core: node.resolve has been moved to stack.resolve.
    • core: node.stringifyJson has been moved to stack.stringifyJson.
    • core: node.validateTree is now ConstructNode.validate(node)
    • core: node.prepareTree is now ConstructNode.prepare(node)
    • core: node.getContext is now node.tryGetContext
    • core: node.recordReference is now node.addReference
    • core: node.apply is now node.applyAspect
    • core: node.ancestors() is now node.scopes
    • core: node.required has been removed.
    • core: node.typename has been removed.
    • core: node.addChild is now private
    • core: node.findReferences() is now node.references
    • core: node.findDependencies() is now node.dependencies
    • core: stack.dependencies() is now stack.dependencies
    • core: CfnElement.stackPath has been removed.
    • core: CloudFormationLang is now internal (use stack.toJsonString())
    • cloudwatch: using an SNS topic as CloudWatch Alarm Actxion now
      requires an integration object from the @aws-cdk/aws-cloudwatch-actions
      package.
    • event-targets: targets.EcsEc2Task renamed to targets.EcsTask
    • SNS - Subscription endpoint is now type string (previously any)
    • Step Functions - result in the Pass state is now type map (previously any)
    • the following modules are no longer released: @aws-cdk/applet-js, @aws-cdk/aws-autoscaling-api, @aws-cdk/aws-codedeploy-api
    • cli: applets are no longer supported as an app type, use "decdk" instead.
    • core: Properties passed to addPropertyOverride should match in capitalization to the CloudFormation schema (normally pascal case). For example, addPropertyOverride('accessControl', 'xxx') should now be addPropertyOverride('AccessControl', 'xxx').
    • rds: rds.RotationSingleUser renamed to rds.SecretRotation
    • rds: rds.ClusterParameterGroup no longer has setParameter() and removeParameter() methods, use the parameters prop directly in the constructor instead.
  • 0.33.0 - 2019-05-30
    Read more
  • 0.32.0 - 2019-05-24
    Read more
  • 0.31.0 - 2019-05-07

    Bug Fixes

    Code Refactoring

    Features

    • bootstrap: allow specifying the toolkit staging bucket name (#2407) (3bfc641), closes #2390
    • codebuild: add webhook Filter Groups. (#2319) (fd74d07), closes #1842
    • elbv2: add fixed response support for application load balancers (#2328) (750bc8b)

    BREAKING CHANGES

    • all Foo.import static methods are now Foo.fromFooAttributes
    • all FooImportProps structs are now called FooAttributes
    • stepfunctions.StateMachine.export has been removed.
    • ses.ReceiptRule.name is now ses.ReceiptRule.receiptRuleName
    • ses.ReceiptRuleSet.name is now ses.ReceiptRuleSet.receiptRuleSetName
    • secretsmanager.AttachedSecret is now called secretsmanager.SecretTargetAttachment to match service semantics
    • ecr.Repository.export has been removed
    • s3.Bucket.bucketUrl is now called s3.Bucket.bucketWebsiteUrl
    • lambda.Version.functionVersion is now called lambda.Version.version
    • ec2.SecurityGroup.groupName is now ec2.SecurityGroup.securityGroupName
    • cognito.UserPoolClient.clientId is now cognito.UserPoolClient.userPoolClientId
    • apigateway.IRestApiResource is now apigateway.IResource
    • apigateway.IResource.resourcePath is now apigateway.IResource.path
    • apigateway.IResource.resourceApi is now apigateway.IResource.restApi
  • 0.30.0 - 2019-05-02
    Read more
  • 0.29.0 - 2019-04-24
    Read more
  • 0.28.0 - 2019-04-04
    Read more
  • 0.27.0 - 2019-03-28
    Read more
  • 0.26.0 - 2019-03-20
    Read more
  • 0.25.3 - 2019-03-12
  • 0.25.2 - 2019-03-07
  • 0.25.1 - 2019-03-05
  • 0.25.0 - 2019-02-28
  • 0.24.1 - 2019-02-07
  • 0.24.0 - 2019-02-07
  • 0.23.0 - 2019-02-04
  • 0.22.0 - 2019-01-11
from @aws-cdk/cdk GitHub release notes

Note: 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant