dawson-org / dawson-cli

A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda)
https://dawson.sh
GNU General Public License v3.0
713 stars 25 forks source link

An in-range update of aws-sdk is breaking the build 🚨 #98

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.7.14 of aws-sdk just got published.

Branch Build failing 🚨
Dependency aws-sdk
Current Version 2.7.13
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As aws-sdk is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/dawson-org/dawson-cli/builds/184091052) - ❌ **bitHound - Code** 3 failing files. [Details](https://www.bithound.io/github/dawson-org/dawson-cli/03a85a82ffaf85d75f6a8301cfaa06164b7e6479/files#filter-failing-file) - βœ… **bitHound - Dependencies** No failing dependencies. [Details](https://www.bithound.io/github/dawson-org/dawson-cli/03a85a82ffaf85d75f6a8301cfaa06164b7e6479/dependencies/npm?status=passing)
Release Notes Release v2.7.14

See changelog for more information.

Commits

The new version differs by 4 commits .

  • d4ef1e8 Updates SDK to v2.7.14
  • e4f78fc Add AWS Batch to metadata.json
  • 6ffe8fe Merge pull request #1264 from jeskew/feature/add-execution-environment-to-user-agent
  • 39cdc94 Add the execution environment to the SDK user agent if specified

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 2.7.13 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 2.7.15 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Release v2.7.15

See changelog for more information.

Commits

The new version differs by 6 commits .

  • 50b9541 Updates SDK to v2.7.15
  • d0aa9db Merge pull request #1267 from chrisradek/update-base64-buffers
  • 8cbdf4d Merge pull request #1269 from jeskew/fix/leave-trace-id-header-unsigned
  • a22d99f Adds additional Buffer.from check to fix issues in node versions [4.0.x, 4.5.x)
  • 062d37a Add X-Amzn-Trace-Id to list of unsigned headers
  • e996cd7 Updates base64 encode/decode to use Buffer.fill when available and throw an error if a number is provided. Also fixes some tests that were failing in some browser environments.

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.7.16 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Release v2.7.16

See changelog for more information.

Commits

The new version differs by 2 commits .

  • 3362188 Updates SDK to v2.7.16
  • 38d38d4 Add a contructor option to convert empty strings, buffers, and sets to NULL types in DynamoDB document client (#1268)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.7.17 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Release v2.7.17

See changelog for more information.

Commits

The new version differs by 2 commits .

  • 84549a5 Updates SDK to v2.7.17
  • 7c37607 AWS.config.setPromisesDependency(null) forces use of native promises (#1275)

See the full diff.

lusentis commented 7 years ago

tests were failing due to wrong configuration of a webhook. version got updated in #102 anyway