Socket
Socket
Sign inDemoInstall

@aws-cdk/cloud-assembly-schema

Package Overview
Dependencies
Maintainers
5
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/cloud-assembly-schema - npm Package Versions

1
49

1.69.0

Diff

aws-cdk-team
published 1.68.0 •

aws-cdk-team
published 1.67.0 •

aws-cdk-team
published 1.66.0 •

Changelog

Source

1.66.0 (2020-10-02)

Features

  • cfnspec: cloudformation spec v18.4.0 (#10493) (fa50369)
  • cfnspec: cloudformation spec v18.5.0 (#10636) (e99cf63)
  • events-targets: option to provide an existing role to use with the StepFunctions State Machine target (#10551) (b96efd8), closes #8255

Bug Fixes

  • codebuild: permissions for Project in VPC used incorrect AWS partition (#10637) (b207888), closes #10634
  • codecommit: use region given in fromRepositoryArn when creating clone urls (#10639) (934553c), closes #10630
  • core,cx-api: docker bundling fails during tests on macOS (#10620) (0331508), closes #10262
aws-cdk-team
published 1.65.0 •

Changelog

Source

1.65.0 (2020-09-30)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • aws-appmesh: VirtualNode no longer has accessLog set to "/dev/stdout" by default

  • cognito: refreshToken property is now removed from UserPoolClient. It will be included if any other authFlow is enabled.

  • synthetics: the default runtime is now syn-nodejs-2.0

  • eks: cluster.addChart renamed to cluster.addHelmChart

  • eks: NodegroupOptions.launchTemplate renamed to NodegroupOptions.launchTemplateSpec

  • eks: cluster.addAutoScalingGroup renamed to cluster.connectAutoScalingGroupCapacity

  • eks: cluster.addNodegroup renamed to cluster.addNoedgroupCapacity

  • eks: cluster.addCapacity renamed to cluster.addAutoScalingGroupCapacity

  • eks: CapacityOptions renamed to AutoScalingGroupCapacityOptions. Resolves #10364

  • rds: the default generated password exclude characters set for Instance, Cluster and DatabaseSecret is now " %+~`#$&*()|[]{}:;<>?!'/@\"\\"

  • rds: the default generated password exclude characters for addSingleUserRotation() and addMultiUserRotation() in Cluster and Instance is now " %+~`#$&*()|[]{}:;<>?!'/@\"\\"

  • rds: Instance.addSingleUserRotation() now takes options object as the first argument, instead of just Duration

  • rds: Cluster.addSingleUserRotation() now takes options object as the first argument, instead of just Duration

  • rds: SnapshotCredentials.fromGeneratedPassword() now takes an option object as the second argument, instead of just IKey

  • rds: DatabaseInstanceProps and DatabaseInstanceFromSnapshotProps - masterUsername, masterUserPassword and masterUserPasswordEncryptionKey moved to credentials as a new Credentials class.

  • rds: Login renamed to Credentials. Use Credentials.fromUsername to replace existing usage.

  • rds: DatabaseClusterProps masterUser renamed to credentials.

Features

  • aws-appmesh: adds access logging configuration to Virtual Nodes (#10490) (e96b5aa)
  • aws-ecs-builder: RFC 219 - An extendable service class for AWS ECS (#10129) (d95af00)
  • batch: Importing a JobDefinition from name using fromJobDefinitionName (#10448) (7ce91e8), closes #7172
  • cognito: import existing user pool domain (#10550) (37e2c35), closes #9988
  • core: add parseDomainName to Fn class (#10465) (799da48), closes #5433
  • ec2: c6 graviton2 instance classes (#10558) (0d4d44f), closes #10372
  • ecs-patterns: allow passthrough of security groups to service (#10501) (e349004), closes #8953
  • eks: EKS is now in Developer Preview (#10518) (b2ce3aa)
  • elasticsearch: L2 for ElasticsearchDomain (#8369) (33ce50f)
  • lambda: kafka topic as an event source (#10445) (dac1e12)
  • lambda-event-sources: dead letter queue and filter policy for sns event source (#10567) (d70808b)
  • pipelines: allow disabling of KMS keys (#10396) (1f7311f), closes #10115 #10474
  • pipelines: Allow specifying a VPC for pipelines.CdkPipeline, standardNpmSynth, and standardYarnSynth (#10453) (2e0824b), closes #9982
  • rds: add support for update and backup properties to Cluster instances (#10324) (4a4c154), closes #9926 #10092
  • rds: add the ability to exclude characters when generating passwords for Cluster, Instance, DatabaseSecret (3b88256), closes #4144
  • rds: construct for Aurora Serverless Clusters (#10516) (0d7d07e), closes #929
  • add configuration for GitHub CodeSpaces (#10470) (bf3cc21), closes #10447
  • rds: support setting database master users from existing secrets (#10458) (c7c7851), closes #7927
  • rds: the RDS Construct Library is now Generally Available (#10610) (ccfa73f)
  • rds: the unversioned Cluster engine constants are no longer deprecated (#10605) (86e6455)
  • s3: support replication and restore s3 notification event types (#10552) (ee0db39), closes #10498
  • support the 'Description' resource attribute (#10522) (d68ce2f)
  • stepfunctions-tasks: support for SageMaker APIs: CreateEndpoint, CreateEndpointConfig, CreateModel, and UpdateEndpoint (#10187) (84738ee)
  • synthetics: syn-nodejs-2.0 runtime (#10574) (a3c41ae)

Bug Fixes

aws-cdk-team
published 1.64.1 •

Changelog

Source

1.64.1 (2020-09-25)

Bug Fixes

  • eks: KubernetesPatch and FargateCluster creates a circular dependency and breaks deployment (#10536) (f0f8a63), closes #10528
aws-cdk-team
published 1.64.0 •

Changelog

Source

1.64.0 (2020-09-22)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • codedeploy: the default policy for LambdaDeploymentGroup no longer contains sns:Publish on * permissions

  • cfn-include: the construction property 'nestedStacks' of class 'CfnInclude' has been renamed to 'loadNestedStacks'

  • rds: removed protected member subnetGroup from DatabaseCluster classes

  • rds: Cluster now has deletionProtection enabled if its removal policy is RETAIN

  • rds: Instance now has deletionProtection enabled by default only if its removal policy is RETAIN

  • eks: Clusters previously running k8s version other than 1.15 and bottlerocket AMI(aws-k8s-1.15 variant) will trigger AMI and node replacement.

Features

Bug Fixes

  • bootstrap: no longer creates KMS master key by default (#10365) (bedd4c0), closes #10115
  • bootstrapping: --cloudformation-execution-policies not checked (#10337) (ad9a705)
  • cfn-include: allow referring to Conditions in Outputs and Rules (#10373) (4751f42)
  • cfn-include: correctly handle the 'AWS::CloudFormation::CustomResource' resource type (#10415) (1a5a024)
  • cli: --profile is ignored if AWS_ variables are set (#10362) (957a12e)
  • cli: cdk synth fails if AWS_ credentials have expired (#10343) (406f665), closes #7849
  • cli: stack outputs aren't sorted (#10328) (9f430fc)
  • cloudwatch: LTE operator renders wrong symbol (#10418) (2543584), closes #8913
  • codebuild: Project.addFileSystemLocation does not work without providing locations at construction (#10460) (994d3c3), closes #10442
  • core: CfnParameter of Number type cannot be used as a string (#10422) (28adc88), closes #10228
  • diff: deepEqual may miss difference other than DependsOn (#10394) (9bcaf75), closes #10322
  • diff: allow strings to be passed for boolean properties (#10378) (673dd82)
  • diff: handle YAML short-forms like '!GetAtt' in diff (#10381) (457e109), closes #6537
  • dynamodb: cannot change serverSideEncryption from true to false (#8450) (7a266b5), closes #8286
  • ec2: InitFile does not work on Windows (#10450) (84b9d5e), closes #10390
  • eks: cannot import a cluster with cdk managed kubectlPrivateSubnets (#10459) (10d0a36)
  • eks: circular dependencies when security groups from other stacks are used (#10339) (857acbb)
  • lambda: unable to add permissions to imported lambda functions (#8828) (9bf8e13), closes #7588
  • lambda-nodejs: local parcel not detected (#10268) (457fab8)
  • pipelines: make CdkPipeline build stage optional (#10345) (e9ffa67), closes #10148
  • rds: cannot use s3ImportBuckets or s3ExportBuckets with aurora postgres (#10132) (cb6fef8), closes #4419 #8201
  • SSM Association 'parameters' property has incorrect type (#10316) (7b5c9d2), closes #3092
  • rds: standardize removal policies and deletion protection (#10412) (75811c1)
  • redshift: cluster defaultChild broken after adding subnet group (#10389) (746dfe2), closes #10340
  • s3-notifications: lambda destination creates a circular dependency when bucket and lambda are in different stacks (#10426) (7222b5d)
  • ecs: DockerVolumeConfiguration.labels changed from an array to a map. This was a long standing latent bug and in fact configuring labels in the old format would have resulted in the wrong behavior. (#10385)
aws-cdk-team
published 1.63.0 •

aws-cdk-team
published 1.62.0 •

aws-cdk-team
published 1.61.1 •

Changelog

Source

1.61.1 (2020-08-28)

Bug Fixes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc