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/cloudformation-diff from 2.99.1 to 2.167.1 #139

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

Conversation

NOUIY
Copy link
Owner

@NOUIY NOUIY commented Dec 10, 2024

snyk-top-banner

Snyk has created this PR to upgrade @aws-cdk/cloudformation-diff from 2.99.1 to 2.167.1.

ℹ️ 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 94 versions ahead of your current version.

  • The recommended version was released on 25 days ago.

Release notes
Package name: @aws-cdk/cloudformation-diff
  • 2.167.1 - 2024-11-15

    Bug Fixes


    Alpha modules (2.167.1-alpha.0)

  • 2.167.0 - 2024-11-13

    Features

    Bug Fixes

    • ecr: allow creating repository uri to use tokens like cfn params (#32053) (5648199), closes #31860

    Alpha modules (2.167.0-alpha.0)

    Features

    Bug Fixes

    • scheduler-targets-alpha: add dlq policy to execution role instead of queue policy (#32032) (b953b2a), closes #31785
  • 2.166.0 - 2024-11-07

    Features

    Bug Fixes

    • deploy-time stack tags cause synthesis to fail (#32041) (18c19fd), closes #32040
    • aws_route53: cannot use CfnParameter.valueAsNumber for L2 RecordSet weight (#31823) (14561ac), closes #31810
    • cli: asset uploads fail if Object Lock is enabled on access bucket (#31937) (ab1e91d)
    • dynamoDB: make TableV2 taggable (#31867) (796c6d1), closes #30631
    • opensearch: add I4G to list of OpenSearch nodes not requiring EBS volumes (#31948) (73378f2)

    Alpha modules (2.166.0-alpha.0)

    ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

    • scheduler-targets-alpha: Schedule Target will reuse role if target is re-used across schedules. This change triggered replacement of existing roles for Schedule as logical ID of the roles are changed.

    Features

    Bug Fixes

    • scheduler-targets-alpha: create a role per target instead of singleton schedule target role (#31895) (aee1b30), closes #31785
  • 2.165.0 - 2024-10-31

    Features

    Bug Fixes

    • assertions: throw error or warn when synth is called multiple times on mutated construct tree (#31865) (a261c9d), closes #24689
    • cli: ecr garbage collection hangs when repository has no images (#31951) (a235a9f)
    • cli: garbage collection ignores review_in_progress stacks (#31906) (cb3ecfe)
    • s3-assets: cannot publish a file without extension (#30597) (ccab485), closes #30471
    • sqs: queue with fifo: false does not deploy (#31922) (a9d3b02), closes #8550
    • enable node-fips compatible body checksums for S3 (#31883) (4f29c1d)

    Alpha modules (2.165.0-alpha.0)

    ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

    • ec2-alpha: The new VpcCidrBlock L2 construct replaces CfnVPCCidrBlock. This change alters the logical ID of AWS::EC2::VPCCidrBlock resources in CloudFormation templates. Existing deployments will see errors like CIDR range conflicts with x.xx.xx.xx/xx with association ID vpc-cidr-assoc-ABCD. To resolve this, you must recreate your existing stacks to use the new module.

    Features

    • apprunner: support vpc ingress connection (#30623) (048e753), closes #22850
    • ec2-alpha: adding imports for SubnetV2 and VpcV2 (#31765) (d108a80)
    • location: support Tracker and TrackerConsumer (#31268) (046f041), closes #30712
    • pipes-enrichments: support API Gateway enrichment (#31794) (09052c2), closes #29384
    • pipes-targets: add SageMaker (#30696) (a5fdf57)
    • redshift-alpha: query execution timeout setting during table creation (#31818) (40f07ae), closes #31329
    • kinesisfirehose-alpha: kinesis firehose and kinesis firehose destinations modules are now in Developer Preview (#31952)

    Bug Fixes

    • location: remove base class from PlaceIndex class (#31287) (bc67866), closes #30711 #30682
    • scheduler-alpha: scheduler input always get transformed to string with extra double quotes (#31894) (186b8ab)
    • scheduler-alpha: too many KMS permissions granted (#31923) (06678a3), closes #31785
  • 2.164.1 - 2024-10-25

    Bug Fixes

    • enable node-fips compatible body checksums for S3 (#31883) (290a499)

    Alpha modules (2.164.1-alpha.0)

  • 2.164.0 - 2024-10-24

    Features

    Bug Fixes

    • cli: cross-account asset publishing doesn't work without bootstrap stack (#31876) (427bf63), closes #31866
    • cli: deploy-role is not authorized to perform DescribeStackResources (#31878) (8d06824)
    • core: fix policy synthesizer logic for precreated roles (#31710) (aae03c9)
    • dynamodb: replication regions are incompatible with resource policies in TableV2 and feature flag (#31513) (0b03eb0), closes #30705
    • events-targets: kinesis Stream target with Customer-Managed KMS key causes EventBridge FailedInvocations (#31836) (58dfda0), closes #10996

    Alpha modules (2.164.0-alpha.0)

    Features

    Bug Fixes

    • ec2: allow NAT instance to associate public IP (#31812) (e96b4ce), closes #31711
    • scheduler-targets-alpha: imported lambda function as schedule target throws synth error (#31837) (d1d179f), closes #29284
  • 2.163.1 - 2024-10-22

    Bug Fixes

    • 'Need to perform AWS calls for account' when doing cross-account deployments (#31846) (5aa63d1), closes #31845

    Alpha modules (2.163.1-alpha.0)

  • 2.163.0 - 2024-10-22

    Features

    Bug Fixes

    • cli: cdk import errors with 'S3 error: Access Denied' (#31727) (cd324d0), closes #31597 #31716
    • lambda: filterRule.null() returns empty array (#31701) (5830ee1), closes #31458
    • s3: add support for uppercase characters in legacy bucket names (#31813) (7bebf40), closes #31731
    • stepfunctions-tasks: stateMachine construct doesn't generate a valid policy for default StateMachineRole (#31801) (efbbddb), closes #31714

    Alpha modules (2.163.0-alpha.0)

    Features

    • ec2: disable api termination (#30620) (108737d)
    • kinesisfirehose-alpha: refactor sourceStream property to support multiple types of sources (#31723) (0260046)
    • pipes-enrichments: support API destination enrichment (#31312) (1557793), closes #29383
    • pipes-targets: add CloudWatch Logs (#30665) (893769e)

    Bug Fixes

    • ec2: exposed userDataCausesReplacement in BastionHostLinuxProps (#31416) (029c298), closes #31348
    • scheduler-alpha: remove targetOverrides prop from Schedule (#31799) (be4154b)
  • 2.162.1 - 2024-10-11

    Bug Fixes


    Alpha modules (2.162.1-alpha.0)

  • 2.162.0 - 2024-10-10

    Features

    Bug Fixes

    • core: cdk diff on large templates fails when passing in toolkitStackName and qualifier (#31636) (f603c97), closes #29179
    • ecs: ecs exec cannot be enabled for ECS Anywhere (ecs.ExternalService) (#31374) (cff1fcd), closes #31181
    • elasticloadbalancingv2: http2Enabled with true is ignored in ApplicationLoadBalancer (#31675) (c1b240e), closes #31609
    • event-targets: ecsTask uses invalid task definition arn in policy (#31615) (4ada3ea), closes #30390 #30484
    • iam: override Role.applyRemovalPolicy for customizeRoles (#31652) (35ed5c6), closes #31651
    • s3: unable to update the s3 event notifications on an existing S3 bucket (#31431) (0a56c0d), closes #31303

    Alpha modules (2.162.0-alpha.0)

    ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

    • kinesisfirehose-alpha: replaced destinations property with destination (singular) and changed the type from array of Destinations to a single Destination. Old behaviour would only allow an array with a single Destination to be passed in anyway.

    Features

    Bug Fixes

    • cli-lib: cannot bootstrap specific environment (#31713) (fec4bb1)

    Miscellaneous Chores

    • kinesisfirehose-alpha: replacedestinations property with destination and change type from array to single IDestination (#31630) (1e2cff1)
  • 2.161.1 - 2024-10-05
  • 2.161.0 - 2024-10-04
  • 2.160.0 - 2024-09-24
  • 2.159.1 - 2024-09-19
  • 2.159.0 - 2024-09-19
  • 2.158.0 - 2024-09-11
  • 2.157.0 - 2024-09-10
  • 2.156.0 - 2024-09-06
  • 2.155.0 - 2024-08-30
  • 2.154.1 - 2024-08-23
  • 2.154.0 - 2024-08-22
  • 2.153.0 - 2024-08-20
  • 2.152.0 - 2024-08-15
  • 2.151.1 - 2024-08-14
  • 2.151.0 - 2024-08-02
  • 2.150.0 - 2024-07-23
  • 2.149.0 - 2024-07-12
  • 2.148.1 - 2024-07-11
  • 2.148.0 - 2024-07-05
  • 2.147.3 - 2024-07-02
  • 2.147.2 - 2024-06-28
  • 2.147.1 - 2024-06-24
  • 2.147.0 - 2024-06-20
  • 2.146.0 - 2024-06-13
  • 2.145.0 - 2024-06-07
  • 2.144.0 - 2024-05-31
  • 2.143.1 - 2024-05-30
  • 2.143.0 - 2024-05-24
  • 2.142.1 - 2024-05-17
  • 2.142.0 - 2024-05-15
  • 2.141.0 - 2024-05-08
  • 2.140.0 - 2024-05-02
  • 2.139.1 - 2024-04-30
  • 2.139.0 - 2024-04-24
  • 2.138.0 - 2024-04-18
  • 2.137.0 - 2024-04-11
  • 2.136.1 - 2024-04-10
  • 2.136.0 - 2024-04-06
  • 2.135.0 - 2024-04-02
  • 2.134.0 - 2024-03-26
  • 2.133.0 - 2024-03-15
  • 2.132.1 - 2024-03-12
  • 2.132.0 - 2024-03-09
  • 2.131.0 - 2024-03-01
  • 2.130.0 - 2024-02-23
  • 2.129.0 - 2024-02-21
  • 2.128.0 - 2024-02-14
  • 2.127.0 - 2024-02-10
  • 2.126.0 - 2024-02-02
  • 2.125.0 - 2024-02-01
  • 2.124.0 - 2024-01-26
  • 2.123.0 - 2024-01-24
  • 2.122.0 - 2024-01-18
  • 2.121.1 - 2024-01-13
  • 2.121.0 - 2024-01-12
  • 2.120.0 - 2024-01-12
  • 2.119.0 - 2024-01-11
  • 2.118.0 - 2024-01-03
  • 2.117.0 - 2023-12-27
  • 2.116.1 - 2023-12-22
  • 2.116.0 - 2023-12-22
  • 2.115.0 - 2023-12-14
  • 2.114.1 - 2023-12-06
  • 2.114.0 - 2023-12-05
  • 2.113.0 - 2023-12-01
  • 2.112.0 - 2023-12-01
  • 2.111.0 - 2023-11-27
  • 2.110.1 - 2023-11-22
  • 2.110.0 - 2023-11-17
  • 2.109.0 - 2023-11-16
  • 2.108.1 - 2023-11-14
  • 2.108.0 - 2023-11-14
  • 2.107.0 - 2023-11-13
  • 2.106.1 - 2023-11-11
  • 2.106.0 - 2023-11-10
  • 2.105.0 - 2023-11-08
  • 2.104.0 - 2023-11-02
  • 2.103.1 - 2023-10-27
  • 2.103.0 - 2023-10-26
  • 2.102.1 - 2023-10-25
  • 2.102.0 - 2023-10-19
  • 2.101.1 - 2023-10-16
  • 2.101.0 - 2023-10-13
  • 2.100.0 - 2023-10-06
  • 2.99.1 - 2023-09-30
from @aws-cdk/cloudformation-diff GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade @aws-cdk/cloudformation-diff from 2.99.1 to 2.167.1.

See this package in npm:
@aws-cdk/cloudformation-diff

See this project in Snyk:
https://app.snyk.io/org/nexuscompute/project/8dc05337-ecf2-4f17-8aa5-207b89eb95db?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants