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

Update dependency aws-cdk to v2.84.0 #29

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

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Jul 10, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-cdk 2.7.0 -> 2.84.0 age adoption passing confidence

Release Notes

aws/aws-cdk

v2.84.0

Compare Source

Features
Bug Fixes

Alpha modules (2.84.0-alpha.0)

Bug Fixes
  • batch: computeEnvironmentName is not set in FargateComputeEnvironment (#​25944) (fb9f559)

v2.83.1

Compare Source

Bug Fixes

Alpha modules (2.83.1-alpha.0)

v2.83.0

Compare Source

Features
  • cfnspec: cloudformation spec v125.0.0 (#​25834) (674ec01)
  • custom-resource: AwsCustomResource supports AWS SDK for JavaScript v3 (#​25406) (60699f4)
  • events-targets: support enableExecuteCommand in EcsTask construct (#​25639) (7f3152a)
Bug Fixes

Alpha modules (2.83.0-alpha.0)

Features

v2.82.0

Compare Source

Features
Bug Fixes
  • aws-cdk-lib: attribute FindingsFilterListItems on AWS::Macie::FindingsFilter does not work (#​25778) (98fd69a)
  • ec2: non-agnostic stack throws error with availability zones defined in VPC (#​25468) (c2a22fa), closes #​21690

Alpha modules (2.82.0-alpha.0)

Features

v2.81.0

Compare Source

Features
  • ec2: added support for network interfaces on ec2 instances by providing an associatePublicIpAddress property (#​25441) (d43834d), closes #​17127
  • glue: Add G.4X and G.8X worker types for AWS Glue (#​25637) (1e4ffcd)
  • lambda: lambda code assets are marked as deploy time assets (#​25705) (8a6b376)
  • logs: filterName property in MetricFilter (#​25246) (4f8aae5)
  • s3-deployment: add some convenient methods to CacheControl (#​25477) (21fc1d1)
  • secretsmanager: add support for rotateImmediatelyOnUpdate for secret rotation schedule (#​25652) (cdafcc5), closes #​25365
  • new synthesizer separates assets out per CDK application (#​24430) (ae21ecc)
Bug Fixes

Alpha modules (2.81.0-alpha.0)

Features
  • batch-alpha: tag instances launched from your managed CEs (#​25643) (8498740)

v2.80.0

Compare Source

⚠ BREAKING CHANGES
  • eks: A masters role is no longer provisioned by default. Use the mastersRole property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriate sts:AssumeRole permissions) to assume it.
Features
Bug Fixes

Alpha modules (2.80.0-alpha.0)

v2.79.1

Compare Source

Bug Fixes
  • bootstrap: bootstrap doesn't work in non-aws partitions anymore (revert security hub finding fix) (#​25272) (4c4014e)

Alpha modules (2.79.1-alpha.0)

v2.79.0

Compare Source

Features
Bug Fixes

Alpha modules (2.79.0-alpha.0)

Bug Fixes
  • servicecatalogappregistry: Revert deprecated method to keep deprecated method in alpha version (b20b123)
  • batch: JobDefinition's ContainerDefinition's Image is synthesized with [Object object] (#​25250) (b3d0d57)

v2.78.0

Compare Source

Features
Bug Fixes

Alpha modules (2.78.0-alpha.0)

v2.77.0

Compare Source

Features
Bug Fixes

Alpha modules (2.77.0-alpha.0)

v2.76.0

Compare Source

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • servicecatalogappregistry: this change will deprecated associateStack and associateAttributeGroup in Application Construct.
    The user who are using these two method need to update to use alternative method.
    For associateStack, the alternative method is associateApplicationWithStack
    For associateAttributeGroup, the alternative method is AttributeGroup.associateWith

The user who are using these two method need to update to use alternative method. For associateStack, the alternative method is associateApplicationWithStack For associateAttributeGroup, the alternative method is AttributeGroup.associateWith

Purpose of this PR:

we need to remove deprecated resource before we moving into stable version The method that we remove is: associateStack and associateAttributeGroup

CHANGES:

  1. in lib/application.ts, we remove these two methods and update their corresponding interface
  2. in test/ application.test.ts & test/integ.application.ts, we update application.test.ts and integ.application.ts to remove these two methods' related test

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Features
Bug Fixes

Alpha modules (2.76.0-alpha.0)

v2.75.1

Compare Source

Reverts
  • "fix(core): Add stage prefix to stack name shortening process #​24443

Alpha modules (2.75.1-alpha.0)

v2.75.0

Compare Source

Features
  • aws-lambda: Add AWS Lambda runtime python3.10 (08fb3cd)

Alpha modules (2.75.0-alpha.0)

v2.74.0

Compare Source

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • batch: ComputeEnvironment has been removed and replaced by ManagedEc2EcsComputeEnvironment, ManagedEc2EksComputeEnvironment, and UnmanagedComputeEnvironment.

JobDefinition has been removed and replaced by EcsJobDefinition, EksJobDefinition, and MultiNodeJobDefinition

Features
Bug Fixes

Alpha modules (2.74.0-alpha.0)

v2.73.0

Compare Source

Features
Bug Fixes

Alpha modules (2.73.0-alpha.0)

v2.72.1

Compare Source


Alpha modules (2.72.1-alpha.0)

v2.72.0

Compare Source

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • cdk-lib: The return type of aws-cdk-lib.aws_ec2.SecurityGroup.determineRuleScope was changed from a tuple ([SecurityGroupBase, string]) to a struct with the same values, because tuple types are not supported over the jsii interoperability layer, but jsii@v1 was incorrectly allowing this to be represented as the JSON primitive type. This made the API unusable in non-JS languages. The type of the metadata property of aws-cdk-lib.aws_s3_deployment.BucketDeploymentProps was changed from an index-only struct to an inline map, because jsii@v1 silently ignored the index signature (which is otherwise un-supported), resulting in an empty object in non-JS/TS languages. As a consequence, the values of that map can no longer be undefined (as jsii does not currently support nullable elements in collections).
Features
Bug Fixes
  • bootstrap: ECR repository produces Security Hub finding [ECR.3] because of missing lifecycle policy (#​24735) (cdfa970)
  • cli: cdk deploy output hook failure reason if cloudformation failed by hook (#​24444) (9d4b66a)
  • cli: pathMetadata and assetMetadata defaults cannot be configured in cdk.json (#​24533) (45bc57a), closes #​3573
  • dynamodb: add missing iam permissions to custom resource for deleting dynamodb replica table (#​24682) ([f35b70b](https://github.com/aws/aw

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch 2 times, most recently from 05dde3a to 5595eb0 Compare July 14, 2022 08:19
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.31.1 Update dependency aws-cdk to v2.31.2 Jul 14, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 5595eb0 to fb5987b Compare July 15, 2022 05:56
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.31.2 Update dependency aws-cdk to v2.32.0 Jul 15, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from fb5987b to 0031511 Compare July 16, 2022 18:41
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.32.0 Update dependency aws-cdk to v2.32.1 Jul 16, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 0031511 to 4f0f965 Compare July 20, 2022 13:31
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.32.1 Update dependency aws-cdk to v2.33.0 Jul 20, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 4f0f965 to 523c7fe Compare July 29, 2022 14:46
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.33.0 Update dependency aws-cdk to v2.34.0 Jul 29, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 523c7fe to fcbdb43 Compare August 7, 2022 13:17
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.34.0 Update dependency aws-cdk to v2.35.0 Aug 7, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from fcbdb43 to 14ce5ac Compare August 10, 2022 00:54
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.35.0 Update dependency aws-cdk to v2.37.0 Aug 10, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 14ce5ac to 8e2201d Compare August 11, 2022 09:00
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.37.0 Update dependency aws-cdk to v2.37.1 Aug 11, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 8e2201d to 1abce6d Compare August 18, 2022 06:02
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.37.1 Update dependency aws-cdk to v2.38.0 Aug 18, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 1abce6d to 4aca8a4 Compare August 19, 2022 11:05
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.38.0 Update dependency aws-cdk to v2.38.1 Aug 19, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 4aca8a4 to 8aa4c96 Compare August 26, 2022 00:03
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.38.1 Update dependency aws-cdk to v2.39.0 Aug 26, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 8aa4c96 to a74a63e Compare August 30, 2022 00:04
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.39.0 Update dependency aws-cdk to v2.39.1 Aug 30, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from a74a63e to 9da60c4 Compare September 1, 2022 02:02
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.39.1 Update dependency aws-cdk to v2.40.0 Sep 1, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 9da60c4 to d5b93b1 Compare September 9, 2022 00:02
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.40.0 Update dependency aws-cdk to v2.41.0 Sep 9, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.72.1 Update dependency aws-cdk to v2.73.0 Apr 6, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from c16c9c2 to 16f2f69 Compare April 14, 2023 05:34
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.73.0 Update dependency aws-cdk to v2.74.0 Apr 14, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 16f2f69 to 327a7f8 Compare April 18, 2023 02:29
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.74.0 Update dependency aws-cdk to v2.75.0 Apr 18, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 327a7f8 to 5084e0a Compare April 19, 2023 06:20
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.75.0 Update dependency aws-cdk to v2.75.1 Apr 19, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 5084e0a to 635ba60 Compare April 20, 2023 10:13
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.75.1 Update dependency aws-cdk to v2.76.0 Apr 20, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 635ba60 to 19937bd Compare April 27, 2023 06:11
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.76.0 Update dependency aws-cdk to v2.77.0 Apr 27, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 19937bd to bf1c52d Compare May 4, 2023 09:06
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.77.0 Update dependency aws-cdk to v2.78.0 May 4, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from bf1c52d to 45fef74 Compare May 10, 2023 21:32
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.78.0 Update dependency aws-cdk to v2.79.0 May 10, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 45fef74 to 9ba0ade Compare May 12, 2023 02:55
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.79.0 Update dependency aws-cdk to v2.79.1 May 12, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 9ba0ade to cc60cdb Compare May 20, 2023 05:31
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.79.1 Update dependency aws-cdk to v2.80.0 May 20, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from cc60cdb to b6c6aae Compare May 25, 2023 22:43
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.80.0 Update dependency aws-cdk to v2.81.0 May 25, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from b6c6aae to 0d08f73 Compare June 2, 2023 08:47
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.81.0 Update dependency aws-cdk to v2.82.0 Jun 2, 2023
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.82.0 Update dependency aws-cdk to v2.83.0 Jun 7, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch 2 times, most recently from a9abc94 to 3a21423 Compare June 9, 2023 15:53
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.83.0 Update dependency aws-cdk to v2.83.1 Jun 9, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-2.x branch from 3a21423 to 18d4ecc Compare June 14, 2023 22:49
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk to v2.83.1 Update dependency aws-cdk to v2.84.0 Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants