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-lib to v2.84.0 #30

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-lib 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

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-lib-2.x branch 2 times, most recently from f5a8bf5 to c1b2012 Compare July 14, 2022 08:19
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.31.1 Update dependency aws-cdk-lib to v2.31.2 Jul 14, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from c1b2012 to e7a3ed0 Compare July 15, 2022 05:57
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.31.2 Update dependency aws-cdk-lib to v2.32.0 Jul 15, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from e7a3ed0 to 763584f Compare July 16, 2022 18:42
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.32.0 Update dependency aws-cdk-lib to v2.32.1 Jul 16, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 763584f to 194c931 Compare July 20, 2022 13:32
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.32.1 Update dependency aws-cdk-lib to v2.33.0 Jul 20, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 194c931 to abab3e5 Compare July 29, 2022 14:46
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.33.0 Update dependency aws-cdk-lib to v2.34.0 Jul 29, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from abab3e5 to b92b173 Compare August 7, 2022 13:17
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.34.0 Update dependency aws-cdk-lib to v2.35.0 Aug 7, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from b92b173 to e79867c Compare August 10, 2022 00:55
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.35.0 Update dependency aws-cdk-lib to v2.37.0 Aug 10, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from e79867c to 6c1b039 Compare August 11, 2022 09:00
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.37.0 Update dependency aws-cdk-lib to v2.37.1 Aug 11, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 6c1b039 to 03e100c Compare August 18, 2022 06:03
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.37.1 Update dependency aws-cdk-lib to v2.38.0 Aug 18, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 03e100c to 4bbeb63 Compare August 19, 2022 11:05
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.38.0 Update dependency aws-cdk-lib to v2.38.1 Aug 19, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 4bbeb63 to 11df5d6 Compare August 26, 2022 00:04
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.38.1 Update dependency aws-cdk-lib to v2.39.0 Aug 26, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 11df5d6 to 2a20afe Compare August 30, 2022 00:04
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.39.0 Update dependency aws-cdk-lib to v2.39.1 Aug 30, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 2a20afe to bdeb4c7 Compare September 1, 2022 02:03
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.39.1 Update dependency aws-cdk-lib to v2.40.0 Sep 1, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from bdeb4c7 to 4879bd9 Compare September 9, 2022 00:02
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.40.0 Update dependency aws-cdk-lib to v2.41.0 Sep 9, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.72.1 Update dependency aws-cdk-lib to v2.73.0 Apr 6, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from c64bd79 to 9cafd53 Compare April 14, 2023 05:36
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.73.0 Update dependency aws-cdk-lib to v2.74.0 Apr 14, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 9cafd53 to f0c80a5 Compare April 18, 2023 02:31
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.74.0 Update dependency aws-cdk-lib to v2.75.0 Apr 18, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from f0c80a5 to e598fd3 Compare April 19, 2023 06:22
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.75.0 Update dependency aws-cdk-lib to v2.75.1 Apr 19, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from e598fd3 to a938da0 Compare April 20, 2023 10:15
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.75.1 Update dependency aws-cdk-lib to v2.76.0 Apr 20, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from a938da0 to fb960ff Compare April 27, 2023 06:14
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.76.0 Update dependency aws-cdk-lib to v2.77.0 Apr 27, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from fb960ff to d160d31 Compare May 4, 2023 09:08
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.77.0 Update dependency aws-cdk-lib to v2.78.0 May 4, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from d160d31 to 0c553bc Compare May 10, 2023 21:34
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.78.0 Update dependency aws-cdk-lib to v2.79.0 May 10, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 0c553bc to 244271d Compare May 12, 2023 02:57
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.79.0 Update dependency aws-cdk-lib to v2.79.1 May 12, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 244271d to 0a549fd Compare May 20, 2023 05:32
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.79.1 Update dependency aws-cdk-lib to v2.80.0 May 20, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 0a549fd to a10cc38 Compare May 25, 2023 22:44
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.80.0 Update dependency aws-cdk-lib to v2.81.0 May 25, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from a10cc38 to 2c0eb20 Compare June 2, 2023 08:49
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.81.0 Update dependency aws-cdk-lib to v2.82.0 Jun 2, 2023
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.82.0 Update dependency aws-cdk-lib to v2.83.0 Jun 7, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch 2 times, most recently from 891b8f5 to 0b9a708 Compare June 9, 2023 15:55
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.83.0 Update dependency aws-cdk-lib to v2.83.1 Jun 9, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/aws-cdk-lib-2.x branch from 0b9a708 to e7f6a8a Compare June 14, 2023 22:51
@mend-for-github-com mend-for-github-com bot changed the title Update dependency aws-cdk-lib to v2.83.1 Update dependency aws-cdk-lib 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