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 cdk deps to v2 (major) #77

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-cdk/assert 1.134.0 -> 2.2.0 age adoption passing confidence
aws-cdk 1.134.0 -> 2.2.0 age adoption passing confidence

Release Notes

aws/aws-cdk

v2.2.0

Compare Source

Features
Bug Fixes

Alpha modules (2.2.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • glue: the grantRead API previously included 'glue:BatchDeletePartition', and now it does not.
Features
Bug Fixes

v2.1.0

Compare Source

Features
Bug Fixes

Alpha modules (2.1.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • apigatewayv2-authorizers: The default value for the prop authorizerName
    in HttpJwtAuthorizerProps has changed.
  • apigatewayv2-authorizers: HttpJwtAuthorizer now takes the
    construct id and the target jwt issuer as part of its constructor.
  • apigatewayv2-authorizers: HttpLambdaAuthorizer now takes
    the construct id and the target lambda function handler as part of
    its constructor.
  • apigatewayv2-authorizers: The default value for the prop
    authorizerName in HttpUserPoolAuthorizerProps has changed.
  • apigatewayv2: The HttpIntegration and WebSocketIntegration
    classes require an "id" parameter to be provided during its initialization.
  • apigatewayv2-integrations: The LambdaWebSocketIntegration is now
    renamed to WebSocketLambdaIntegration. The new class accepts the
    handler to the target lambda function directly in its constructor.
  • apigatewayv2-integrations: HttpProxyIntegration and
    HttpProxyIntegrationProps are now renamed to HttpUrlIntegration
    and HttpUrlIntegrationProps respectively. The new class accepts the
    target url directly in its constructor.
  • apigatewayv2-integrations: LambdaProxyIntegration and
    LambdaProxyIntegrationProps are now renamed to
    HttpLambdaIntegration and HttpLambdaIntegrationProps respectively.
    The new class accepts the lambda function handler directly in its
    constructor.
  • apigatewayv2-integrations: HttpAlbIntegration now accepts the
    ELB listener directly in its constructor.
  • apigatewayv2-integrations: HttpNlbIntegration now accepts the
    ELB listener directly in its constructor.
  • apigatewayv2-integrations: HttpServiceDiscoveryIntegration now
    accepts the service discovery Service directly in its constructor.
  • apigatewayv2-authorizers: UserPoolAuthorizerProps is now
    renamed to HttpUserPoolAuthorizerProps.
  • apigatewayv2: The interface IHttpRouteIntegration is replaced by
    the abstract class HttpRouteIntegration.
  • apigatewayv2: The interface IWebSocketRouteIntegration is now
    replaced by the abstract class WebSocketRouteIntegration.
  • apigatewayv2: Previously, we allowed the usage of integration
    classes to be used with routes defined in multiple HttpApi instances
    (or WebSocketApi instances). This is now disallowed, and separate
    instances must be created for each instance of HttpApi or
    WebSocketApi.
Features
Bug Fixes
Miscellaneous Chores

v2.0.0

Compare Source

Features
  • aws-cdk-lib is now stable! (fa2ecc9)

Alpha modules (2.0.0-alpha.11)

v1.136.0

Compare Source

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • appsync: The CachingConfig#ttl property is now required.
  • glue: the grantRead API previously included 'glue:BatchDeletePartition', and now it does not.
Features
Bug Fixes

v1.135.0

Compare Source

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • apigatewayv2-authorizers: The default value for the prop authorizerName
    in HttpJwtAuthorizerProps has changed.
  • apigatewayv2-authorizers: HttpJwtAuthorizer now takes the
    construct id and the target jwt issuer as part of its constructor.
  • apigatewayv2-authorizers: HttpLambdaAuthorizer now takes
    the construct id and the target lambda function handler as part of
    its constructor.
  • apigatewayv2-authorizers: The default value for the prop
    authorizerName in HttpUserPoolAuthorizerProps has changed.
  • apigatewayv2: The HttpIntegration and WebSocketIntegration
    classes require an "id" parameter to be provided during its initialization.
  • apigatewayv2-integrations: The LambdaWebSocketIntegration is now
    renamed to WebSocketLambdaIntegration. The new class accepts the
    handler to the target lambda function directly in its constructor.
  • apigatewayv2-integrations: HttpProxyIntegration and
    HttpProxyIntegrationProps are now renamed to HttpUrlIntegration
    and HttpUrlIntegrationProps respectively. The new class accepts the
    target url directly in its constructor.
  • apigatewayv2-integrations: LambdaProxyIntegration and
    LambdaProxyIntegrationProps are now renamed to
    HttpLambdaIntegration and HttpLambdaIntegrationProps respectively.
    The new class accepts the lambda function handler directly in its
    constructor.
  • apigatewayv2-integrations: HttpAlbIntegration now accepts the
    ELB listener directly in its constructor.
  • apigatewayv2-integrations: HttpNlbIntegration now accepts the
    ELB listener directly in its constructor.
  • apigatewayv2-integrations: HttpServiceDiscoveryIntegration now
    accepts the service discovery Service directly in its constructor.
  • apigatewayv2-authorizers: UserPoolAuthorizerProps is now
    renamed to HttpUserPoolAuthorizerProps.
  • apigatewayv2: The interface IHttpRouteIntegration is replaced by
    the abstract class HttpRouteIntegration.
  • apigatewayv2: The interface IWebSocketRouteIntegration is now
    replaced by the abstract class WebSocketRouteIntegration.
  • apigatewayv2: Previously, we allowed the usage of integration
    classes to be used with routes defined in multiple HttpApi instances
    (or WebSocketApi instances). This is now disallowed, and separate
    instances must be created for each instance of HttpApi or
    WebSocketApi.
Features
Bug Fixes
Miscellaneous Chores
  • apigatewayv2: integration api re-organization (#​17752) ([29039e8](https:

Configuration

📅 Schedule: "on the 7 day of the month" (UTC).

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/major-cdk-deps branch 5 times, most recently from dcb3d7b to aed9482 Compare December 8, 2021 14:54
@renovate renovate bot force-pushed the renovate/major-cdk-deps branch from aed9482 to df1c42d Compare December 15, 2021 14:08
@ryands17 ryands17 closed this Dec 17, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Dec 17, 2021

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-cdk-deps branch December 17, 2021 06:43
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