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

Bump @aws-cdk/aws-lambda from 1.91.0 to 1.96.0 #24

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 2, 2021

Bumps @aws-cdk/aws-lambda from 1.91.0 to 1.96.0.

Release notes

Sourced from @​aws-cdk/aws-lambda's releases.

v1.96.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • globalaccelerator: automatic naming algorithm has been changed: if you have existing Accelerators you will need to pass an explicit name to prevent them from being replaced. All endpoints are now added by calling addEndpoint() with a target-specific class that can be found in @aws-cdk/aws-globalaccelerator-endpoints. The generated Security Group is now looked up by calling endpointGroup.connectionsPeer().
  • docdb: DatabaseClusterProps.instanceProps was hoisted and all its properties are now available one level up directly in DatabaseClusterProps.
  • docdb: DatabaseInstanceProps.instanceClass renamed to DatabaseInstanceProps.instanceType.
  • core: The type of the image property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • core: The return type of the DockerImage.fromBuild() API is changed from BundlingDockerImage to DockerImage.

Features

Bug Fixes

  • aws-ecs: broken splunk-logging tag-option in fargate platform version 1.4 (#13882) (e9d9299), closes #13881
  • cloudfront: auto-generated cache policy name might conflict cross-region (#13737) (4f067cb), closes #13629
  • cloudfront: Origin Request Policy headers enforce soft limit of 10 (#13907) (9b0a6cf), closes #13410 #13903
  • codebuild: allow passing the ARN of the Secret in environment variables (#13706) (6f6e079), closes #12703
  • codebuild: take the account & region of an imported Project from its ARN (#13708) (fb65123), closes #13694
  • codedeploy: script installing CodeDeploy agent fails (#13758) (25e8d04), closes #13755
  • cognito: imported userpool not retaining environment from arn (#13715) (aa9fd9c), closes #13691
  • core: BundlingDockerImage.fromAsset() does not return a BundlingDockerImage (#13846) (7176a5d)
  • dynamodb: table with replicas fails to deploy with "Unresolved resource dependencies" error (#13889) (5c99d0d)
  • iam: Role import doesn't fail when forgetting the region in the ARN (#13821) (560a853), closes #13812
  • rds: fail with a descriptive error if Cluster's instance count is a deploy-time value (#13765) (dd22e8f), closes #13558
  • yaml-cfn: do not deserialize year-month-date as strings (#13745) (ffea818), closes #13709

v1.95.2

v1.95.1

... (truncated)

Changelog

Sourced from @​aws-cdk/aws-lambda's changelog.

1.96.0 (2021-04-01)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • globalaccelerator: automatic naming algorithm has been changed: if you have existing Accelerators you will need to pass an explicit name to prevent them from being replaced. All endpoints are now added by calling addEndpoint() with a target-specific class that can be found in @aws-cdk/aws-globalaccelerator-endpoints. The generated Security Group is now looked up by calling endpointGroup.connectionsPeer().
  • docdb: DatabaseClusterProps.instanceProps was hoisted and all its properties are now available one level up directly in DatabaseClusterProps.
  • docdb: DatabaseInstanceProps.instanceClass renamed to DatabaseInstanceProps.instanceType.
  • core: The type of the image property in BundlingOptions is changed from BundlingDockerImage to DockerImage.
  • core: The return type of the DockerImage.fromBuild() API is changed from BundlingDockerImage to DockerImage.

Features

Bug Fixes

  • aws-ecs: broken splunk-logging tag-option in fargate platform version 1.4 (#13882) (e9d9299), closes #13881
  • cloudfront: auto-generated cache policy name might conflict cross-region (#13737) (4f067cb), closes #13629
  • cloudfront: Origin Request Policy headers enforce soft limit of 10 (#13907) (9b0a6cf), closes #13410 #13903
  • codebuild: allow passing the ARN of the Secret in environment variables (#13706) (6f6e079), closes #12703
  • codebuild: take the account & region of an imported Project from its ARN (#13708) (fb65123), closes #13694
  • codedeploy: script installing CodeDeploy agent fails (#13758) (25e8d04), closes #13755
  • cognito: imported userpool not retaining environment from arn (#13715) (aa9fd9c), closes #13691
  • core: BundlingDockerImage.fromAsset() does not return a BundlingDockerImage (#13846) (7176a5d)
  • dynamodb: table with replicas fails to deploy with "Unresolved resource dependencies" error (#13889) (5c99d0d)
  • iam: Role import doesn't fail when forgetting the region in the ARN (#13821) (560a853), closes #13812
  • rds: fail with a descriptive error if Cluster's instance count is a deploy-time value (#13765) (dd22e8f), closes #13558
  • yaml-cfn: do not deserialize year-month-date as strings (#13745) (ffea818), closes #13709

1.95.2 (2021-04-01)

... (truncated)

Commits
  • e2e008b feat(lambda): switch bundling images from DockerHub to ECR public gallery (#1...
  • 7108c3a chore: npm-check-updates && yarn upgrade (#13905)
  • e9f2773 feat(lambda-event-sources): tumbling window (#13412)
  • 88f2c5a chore(aws-cdk-lib): strip out deprecated symbols from public API (#13815)
  • 77a6268 chore: build go bindings for monocdk (#13399)
  • ca391b5 chore(lambda-nodejs): prepare code to reduce merge conflicts when deprecated ...
  • 4fde59a feat(ec2): client vpn endpoint (#12234)
  • 0757686 fix(lambda): incorrect values for prop UntrustedArtifactOnDeployment (#13667)
  • a872e67 chore: remove usage of deprecated symbols (#13500)
  • 73209e1 feat(lambda-event-sources): msk and self-managed kafka event sources (#12507)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependabot bot added the dependencies Pull requests that update a dependency file label Apr 2, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 7, 2021

Superseded by #29.

@dependabot dependabot bot closed this Apr 7, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aws-cdk/aws-lambda-1.96.0 branch April 7, 2021 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants