Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

build(deps): bump cdk.version from 1.102.0 to 1.104.0#107

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.104.0
Closed

build(deps): bump cdk.version from 1.102.0 to 1.104.0#107
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.104.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 17, 2021

Bumps cdk.version from 1.102.0 to 1.104.0.
Updates core from 1.102.0 to 1.104.0

Release notes

Sourced from core's releases.

v1.104.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: setting the authorizer of an API route to HttpNoneAuthorizer will now remove any existing authorizer on the route

Features

  • appsync: elasticsearch data source for graphql api (#14651) (2337b5d), closes #6063
  • cfnspec: cloudformation spec v35.2.0 (#14610) (799ce1a)
  • cloudwatch: GraphWidget supports period and statistic (#14679) (b240f6e)
  • cloudwatch: time range support for GraphWidget (#14659) (010a6b1), closes #4649
  • ecs: add support for EC2 Capacity Providers (#14386) (114f7cc)
  • secretsmanager: Automatically grant permissions to rotation Lambda (#14471) (85e00fa)

Bug Fixes

  • apigatewayv2: authorizer is not removed when HttpNoneAuthorizer is used (#14424) (3698a91)
  • ecs: Classes FargateService and Ec2Service have no defaultChild (#14691) (348e11e), closes #14665
  • events-targets: circular dependency when adding a KMS-encrypted SQS queue (#14638) (3063818), closes #11158
  • lambda: custom resource fails to connect to efs filesystem (#14431) (10a633c)
  • lambda-event-sources: incorrect documented defaults for stream types (#14562) (0ea24e9), closes #13908
  • lambda-nodejs: handler filename missing from error message (#14564) (256fd4c)

v1.103.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: HealthChecks require use of static factory methods
  • apigatewayv2: The metricXXX methods are no longer available in the IApi interface. The existing ones are moved into IHttpApi and new ones will be added to IWebsocketApi.
  • apigatewayv2: The metricXXX methods are no longer available in the IStage interface. The existing ones are moved into IHttpStage and new ones will be added to the IWebsocketStage.
  • lambda-nodejs: the default runtime version for NodejsFunction is now always NODEJS_14_X (previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).

Features

Bug Fixes

... (truncated)

Changelog

Sourced from core's changelog.

1.104.0 (2021-05-14)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: setting the authorizer of an API route to HttpNoneAuthorizer will now remove any existing authorizer on the route

Features

  • appsync: elasticsearch data source for graphql api (#14651) (2337b5d), closes #6063
  • cfnspec: cloudformation spec v35.2.0 (#14610) (799ce1a)
  • cloudwatch: GraphWidget supports period and statistic (#14679) (b240f6e)
  • cloudwatch: time range support for GraphWidget (#14659) (010a6b1), closes #4649
  • ecs: add support for EC2 Capacity Providers (#14386) (114f7cc)
  • secretsmanager: Automatically grant permissions to rotation Lambda (#14471) (85e00fa)

Bug Fixes

  • apigatewayv2: authorizer is not removed when HttpNoneAuthorizer is used (#14424) (3698a91)
  • ecs: Classes FargateService and Ec2Service have no defaultChild (#14691) (348e11e), closes #14665
  • events-targets: circular dependency when adding a KMS-encrypted SQS queue (#14638) (3063818), closes #11158
  • lambda: custom resource fails to connect to efs filesystem (#14431) (10a633c)
  • lambda-event-sources: incorrect documented defaults for stream types (#14562) (0ea24e9), closes #13908
  • lambda-nodejs: handler filename missing from error message (#14564) (256fd4c)

1.103.0 (2021-05-10)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: HealthChecks require use of static factory methods
  • apigatewayv2: The metricXXX methods are no longer available in the IApi interface. The existing ones are moved into IHttpApi and new ones will be added to IWebsocketApi.
  • apigatewayv2: The metricXXX methods are no longer available in the IStage interface. The existing ones are moved into IHttpStage and new ones will be added to the IWebsocketStage.
  • lambda-nodejs: the default runtime version for NodejsFunction is now always NODEJS_14_X (previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).

Features

... (truncated)

Commits
  • 44d3383 chore(release): 1.104.0 (#14706)
  • aaa0d05 Update CHANGELOG.md
  • 0328b03 chore(release): 1.104.0
  • 348e11e fix(ecs): Classes FargateService and Ec2Service have no defaultChild (#14691)
  • d82de05 chore(appsync): rds data source service integration with grantDataApi (#14671)
  • 8296623 test(ecs-patterns): update l3 fargate integ tests (#14668)
  • b240f6e feat(cloudwatch): GraphWidget supports period and statistic (#14679)
  • 3063818 fix(events-targets): circular dependency when adding a KMS-encrypted SQS queu...
  • 9d97b7d chore: init templates use node jest environment (#14632)
  • 282d242 chore(custom-resources): import the AWSLambda package explicitly (#14643)
  • Additional commits viewable in compare view

Updates kms from 1.102.0 to 1.104.0

Release notes

Sourced from kms's releases.

v1.104.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: setting the authorizer of an API route to HttpNoneAuthorizer will now remove any existing authorizer on the route

Features

  • appsync: elasticsearch data source for graphql api (#14651) (2337b5d), closes #6063
  • cfnspec: cloudformation spec v35.2.0 (#14610) (799ce1a)
  • cloudwatch: GraphWidget supports period and statistic (#14679) (b240f6e)
  • cloudwatch: time range support for GraphWidget (#14659) (010a6b1), closes #4649
  • ecs: add support for EC2 Capacity Providers (#14386) (114f7cc)
  • secretsmanager: Automatically grant permissions to rotation Lambda (#14471) (85e00fa)

Bug Fixes

  • apigatewayv2: authorizer is not removed when HttpNoneAuthorizer is used (#14424) (3698a91)
  • ecs: Classes FargateService and Ec2Service have no defaultChild (#14691) (348e11e), closes #14665
  • events-targets: circular dependency when adding a KMS-encrypted SQS queue (#14638) (3063818), closes #11158
  • lambda: custom resource fails to connect to efs filesystem (#14431) (10a633c)
  • lambda-event-sources: incorrect documented defaults for stream types (#14562) (0ea24e9), closes #13908
  • lambda-nodejs: handler filename missing from error message (#14564) (256fd4c)

v1.103.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: HealthChecks require use of static factory methods
  • apigatewayv2: The metricXXX methods are no longer available in the IApi interface. The existing ones are moved into IHttpApi and new ones will be added to IWebsocketApi.
  • apigatewayv2: The metricXXX methods are no longer available in the IStage interface. The existing ones are moved into IHttpStage and new ones will be added to the IWebsocketStage.
  • lambda-nodejs: the default runtime version for NodejsFunction is now always NODEJS_14_X (previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).

Features

Bug Fixes

... (truncated)

Changelog

Sourced from kms's changelog.

1.104.0 (2021-05-14)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • apigatewayv2: setting the authorizer of an API route to HttpNoneAuthorizer will now remove any existing authorizer on the route

Features

  • appsync: elasticsearch data source for graphql api (#14651) (2337b5d), closes #6063
  • cfnspec: cloudformation spec v35.2.0 (#14610) (799ce1a)
  • cloudwatch: GraphWidget supports period and statistic (#14679) (b240f6e)
  • cloudwatch: time range support for GraphWidget (#14659) (010a6b1), closes #4649
  • ecs: add support for EC2 Capacity Providers (#14386) (114f7cc)
  • secretsmanager: Automatically grant permissions to rotation Lambda (#14471) (85e00fa)

Bug Fixes

  • apigatewayv2: authorizer is not removed when HttpNoneAuthorizer is used (#14424) (3698a91)
  • ecs: Classes FargateService and Ec2Service have no defaultChild (#14691) (348e11e), closes #14665
  • events-targets: circular dependency when adding a KMS-encrypted SQS queue (#14638) (3063818), closes #11158
  • lambda: custom resource fails to connect to efs filesystem (#14431) (10a633c)
  • lambda-event-sources: incorrect documented defaults for stream types (#14562) (0ea24e9), closes #13908
  • lambda-nodejs: handler filename missing from error message (#14564) (256fd4c)

1.103.0 (2021-05-10)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: HealthChecks require use of static factory methods
  • apigatewayv2: The metricXXX methods are no longer available in the IApi interface. The existing ones are moved into IHttpApi and new ones will be added to IWebsocketApi.
  • apigatewayv2: The metricXXX methods are no longer available in the IStage interface. The existing ones are moved into IHttpStage and new ones will be added to the IWebsocketStage.
  • lambda-nodejs: the default runtime version for NodejsFunction is now always NODEJS_14_X (previously the version was derived from the local NodeJS runtime and could be either 12.x or 14.x).

Features

... (truncated)

Commits
  • 44d3383 chore(release): 1.104.0 (#14706)
  • aaa0d05 Update CHANGELOG.md
  • 0328b03 chore(release): 1.104.0
  • 348e11e fix(ecs): Classes FargateService and Ec2Service have no defaultChild (#14691)
  • d82de05 chore(appsync): rds data source service integration with grantDataApi (#14671)
  • 8296623 test(ecs-patterns): update l3 fargate integ tests (#14668)
  • b240f6e feat(cloudwatch): GraphWidget supports period and statistic (#14679)
  • 3063818 fix(events-targets): circular dependency when adding a KMS-encrypted SQS queu...
  • 9d97b7d chore: init templates use node jest environment (#14632)
  • 282d242 chore(custom-resources): import the AWSLambda package explicitly (#14643)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `cdk.version` from 1.102.0 to 1.104.0.

Updates `core` from 1.102.0 to 1.104.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.104.0)

Updates `kms` from 1.102.0 to 1.104.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.104.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 17, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 20, 2021

Superseded by #111.

@dependabot dependabot Bot closed this May 20, 2021
@dependabot dependabot Bot deleted the dependabot/maven/cdk.version-1.104.0 branch May 20, 2021 06:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants