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

fix(deps): update aws-cdk monorepo to v1.135.0 #52

Merged
merged 2 commits into from
Dec 13, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-cdk/aws-apigateway 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-certificatemanager 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-cloudfront 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-cloudfront-origins 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-cloudwatch 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-cloudwatch-actions 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-codebuild 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-codepipeline-actions 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-cognito 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-ecr 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-ecs 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-elasticloadbalancingv2 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-events 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-events-targets 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-lambda 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-rds 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-route53 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-route53-targets 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-s3 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-s3-deployment 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-sqs 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-stepfunctions 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/aws-stepfunctions-tasks 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/core 1.126.0 -> 1.135.0 age adoption passing confidence
@aws-cdk/pipelines 1.126.0 -> 1.135.0 age adoption passing confidence
aws-cdk 1.126.0 -> 1.135.0 age adoption passing confidence

Release Notes

aws/aws-cdk

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

v1.134.0

Compare Source

Features
Bug Fixes

v1.133.0

Compare Source

Features
Bug Fixes

v1.132.0

Compare Source

Features
Bug Fixes

v1.131.0

Compare Source

v1.130.0

Compare Source

v1.129.0

Compare Source

Features

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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
Copy link
Contributor Author

renovate bot commented Oct 11, 2021

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from 8c1272b to d88a29b Compare October 14, 2021 09:05
@renovate renovate bot changed the title fix(deps): update aws-cdk monorepo to v1.127.0 fix(deps): update aws-cdk monorepo to v1.128.0 Oct 14, 2021
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 17 times, most recently from bca4c2a to e7b77d4 Compare October 19, 2021 15:05
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from a891f79 to 544642a Compare October 21, 2021 22:52
@renovate renovate bot changed the title fix(deps): update aws-cdk monorepo to v1.128.0 fix(deps): update aws-cdk monorepo to v1.129.0 Oct 22, 2021
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 6 times, most recently from 25a2f5b to da7e4e7 Compare October 24, 2021 05:10
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 11 times, most recently from 0846197 to 5303117 Compare November 30, 2021 18:07
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 7 times, most recently from 0c29280 to 2366be0 Compare December 7, 2021 16:17
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 3 times, most recently from fad2c65 to 4044b9e Compare December 10, 2021 21:34
@renovate renovate bot changed the title fix(deps): update aws-cdk monorepo to v1.134.0 fix(deps): update aws-cdk monorepo to v1.135.0 Dec 10, 2021
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 3 times, most recently from 1d50f99 to 5d169fa Compare December 13, 2021 16:54
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 5d169fa to 46398ec Compare December 13, 2021 17:07
@stekern stekern merged commit 63f3569 into master Dec 13, 2021
@stekern stekern deleted the renovate/aws-cdk-monorepo branch December 13, 2021 17:19
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