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

chore(deps): update dependency aws-cdk-lib to ^2.84.0 - autoclosed #2291

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-cdk-lib ^2.3.0 -> ^2.84.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


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](https://togithub.com/aws

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 23, 2022
@slsnextbot
Copy link
Collaborator

slsnextbot commented Jan 23, 2022

Handler Size Report

No changes to handler sizes.

Base Handler Sizes (kB) (commit e6367b5)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1578,
            "Minified": 692
        },
        "Image Lambda": {
            "Standard": 1543,
            "Minified": 831
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1588,
            "Minified": 698
        },
        "Default Lambda V2": {
            "Standard": 1580,
            "Minified": 694
        },
        "API Lambda": {
            "Standard": 634,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1551,
            "Minified": 835
        },
        "Regeneration Lambda": {
            "Standard": 1233,
            "Minified": 566
        },
        "Regeneration Lambda V2": {
            "Standard": 1307,
            "Minified": 596
        }
    }
}

New Handler Sizes (kB) (commit 50586ab)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1578,
            "Minified": 692
        },
        "Image Lambda": {
            "Standard": 1543,
            "Minified": 831
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1588,
            "Minified": 698
        },
        "Default Lambda V2": {
            "Standard": 1580,
            "Minified": 694
        },
        "API Lambda": {
            "Standard": 634,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1551,
            "Minified": 835
        },
        "Regeneration Lambda": {
            "Standard": 1233,
            "Minified": 566
        },
        "Regeneration Lambda V2": {
            "Standard": 1307,
            "Minified": 596
        }
    }
}

@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #2291 (c056519) into master (e6367b5) will decrease coverage by 0.31%.
The diff coverage is n/a.

❗ Current head c056519 differs from pull request most recent head 0f29ff6. Consider uploading reports for the commit 0f29ff6 to get more accurate results

@@            Coverage Diff             @@
##           master    #2291      +/-   ##
==========================================
- Coverage   83.85%   83.54%   -0.32%     
==========================================
  Files         102      102              
  Lines        3717     3671      -46     
  Branches     1191     1169      -22     
==========================================
- Hits         3117     3067      -50     
- Misses        588      592       +4     
  Partials       12       12              
Impacted Files Coverage Δ
packages/libs/core/src/handle/default.ts 86.11% <0.00%> (-11.51%) ⬇️
packages/libs/core/src/images/imageOptimizer.ts 80.17% <0.00%> (-3.93%) ⬇️
packages/libs/core/src/route/page.ts 77.46% <0.00%> (-1.41%) ⬇️
...rless-components/nextjs-cdk-construct/src/index.ts 93.39% <0.00%> (-0.57%) ⬇️
packages/libs/core/src/handle/api.ts 100.00% <0.00%> (ø)
...-components/aws-cloudfront/src/getCacheBehavior.ts 100.00% <0.00%> (ø)
...ents/aws-cloudfront/src/getDefaultCacheBehavior.ts 100.00% <0.00%> (ø)
packages/libs/core/src/handle/redirect.ts 100.00% <0.00%> (+57.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6367b5...0f29ff6. Read the comment docs.

renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 24, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 25, 2022
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.8.0 chore(deps): update dependency aws-cdk-lib to ^2.9.0 Jan 26, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 26, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 27, 2022
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.9.0 chore(deps): update dependency aws-cdk-lib to ^2.10.0 Jan 29, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 29, 2022
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.10.0 chore(deps): update dependency aws-cdk-lib to ^2.11.0 Feb 8, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 8, 2022
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.11.0 chore(deps): update dependency aws-cdk-lib to ^2.12.0 Feb 9, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 9, 2022
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.72.1 chore(deps): update dependency aws-cdk-lib to ^2.74.0 Apr 17, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 17, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.74.0 chore(deps): update dependency aws-cdk-lib to ^2.75.0 Apr 18, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from 5f64e40 to 062828a Compare May 28, 2023 09:24
renovate-approve[bot]
renovate-approve bot previously approved these changes May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.75.0 chore(deps): update dependency aws-cdk-lib to ^2.81.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from 062828a to ee8c828 Compare June 2, 2023 17:34
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.81.0 chore(deps): update dependency aws-cdk-lib to ^2.82.0 Jun 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.82.0 chore(deps): update dependency aws-cdk-lib to ^2.83.0 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from ee8c828 to f98c1cd Compare June 7, 2023 18:24
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 7, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 9, 2023
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.83.0 chore(deps): update dependency aws-cdk-lib to ^2.83.1 Jun 9, 2023
@renovate renovate bot force-pushed the renovate/aws-cdk-lib-2.x branch from aef2ed9 to 50586ab Compare June 14, 2023 19:01
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.83.1 chore(deps): update dependency aws-cdk-lib to ^2.84.0 Jun 14, 2023
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.84.0 chore(deps): update dependency aws-cdk-lib to ^2.84.0 - autoclosed Jun 20, 2023
@renovate renovate bot closed this Jun 20, 2023
@renovate renovate bot deleted the renovate/aws-cdk-lib-2.x branch June 20, 2023 01:02
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.

None yet

1 participant