Skip to content
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

[Snyk] Upgrade aws-cdk from 1.28.0 to 1.30.0 #2

Closed

Conversation

snyk-bot
Copy link
Contributor

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.
  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-03-18.
Release notes
Package name: aws-cdk
  • 1.30.0 - 2020-03-18

    Features

    • cloudwatch: standard set of graph colors (#6747) (97ae931)

    Bug Fixes

  • 1.29.0 - 2020-03-18

    🚀 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.Construct class is now a subclass of the base constructs.Construct.

    ⚠ BREAKING CHANGES

    • cognito: UserPoolAttribute has been removed. It is no longer
      required to defined a UserPool.
    • ec2: if you implemented a custom subclass of IMachineImage it must now always return a userData object.

    Features

    • cli: add permissions to the bootstrap action role for cdk deploy (#6684) (52fd078)
    • 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

    Bug Fixes

    • 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

    ⚠ BREAKING CHANGES

    • batch: computeEnvironments is now required
    • batch: the allocationStrategy property was moved from ComputeEnvironmentProps to the ComputeResources interface, which is where it semantically belongs.
    • custom-resources: getDataString was renamed to getResponseField.
    • custom-resources: getData was renamed to getResponseFieldReference.
    • custom-resources: catchErrorPattern was renamed to ignoreErrorCodesMatching. In addition, a few synth time validations were added when using this property. See Error Handling for details.
    • custom-resources: policyStatements property was removed in favor of a required policy property. Refer to Execution Policy for more details.

    Features

    Bug Fixes

    • apigateway: type mismatch in C# when setting identitySources (#6649) (2d3e7b1), closes #6538 40aws-cdk/aws-apigateway/test/authorizers/integ.request-authorizer.ts#L26
    • batch: computeEnvironments is now required for JobQueue (#6616) (0b6c865), closes #6615
    • 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 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

@nexus-uw nexus-uw closed this Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment