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

An in-range update of serverless is breaking the build 🚨 #23

Open
greenkeeper bot opened this issue Jan 29, 2020 · 6 comments
Open

An in-range update of serverless is breaking the build 🚨 #23

greenkeeper bot opened this issue Jan 29, 2020 · 6 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jan 29, 2020

The devDependency serverless was updated from 1.61.3 to 1.62.0.

🚨 View failing branch.

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

serverless is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for 1.62.0 (2020-01-29)

Features

  • Support redrivePolicy configuration on SNS events (#7239) (4f27378)
  • Ensure deterministic WebSockets deployment id (so deployments are skipped when no changes are detected) (#7248) (9f0131f)
  • azure-nodejs-typescript template (#7252) (0549d85)

Bug Fixes

  • Variables: When resolving SSM parameter, ensure to retrieve status code from AWS error correctly (bc5bbbe), closes #7237
  • Do not overwrite go.mod on make in Go template (#7245) (1793cf8)

Comparison since last release

Commits

The new version differs by 9 commits.

  • ff93121 chore: Release v1.62.0
  • fcd74db chore: Bump dependencies
  • 9f0131f fix: Ensure deterministic WebSockets deployment id (#7248)
  • 304f0ec refactor(Variables): Clear ineffective promise functions usage
  • bc5bbbe fix(Variables): Ensure to retrieve status code correctly
  • 31987ce refactor(Variables): Reflect if/else logic in async handling
  • 0549d85 feat: azure-nodejs-typescript template. (#7252)
  • 4f27378 feat: Support RedrivePolicy configuration on SNS events (#7239)
  • 1793cf8 fix: Do not overwrite go.mod on make in Go template (#7245)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 29, 2020

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2020

  • The devDependency serverless was updated from 1.62.0 to 1.63.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.63.0 (2020-02-05)

Features

  • AWS HTTP API: Initial basic routes configuration support (69170d0)
  • Support destinations config on stream events (#7262) (ea4ac26)
  • Support rich and reusable S3 buckets configuration (#7156) (382c0bf)

Bug Fixes

  • Fix sls logs so it also covers output from aliases (#7270) (4468805), closes #7214
  • Standalone: Ensure to use proper CLI params parser (f426ed7)

Comparison since last release

Commits

The new version differs by 14 commits.

  • b9c8049 chore: Release
  • 6780415 docs: Add documentation
  • 69170d0 feat(AWS HTTP API): Initial basic routes configuration support
  • df39c93 test: Fixtures setup
  • acb3dbb refactor(AWS APIGW): Secure APIGateway endpoints resolution
  • f5fec57 chore: Register 'AWS HTTP API' commit message scope
  • 3a6865d refactor(AWS Lambda): Generalize target alias resolution
  • 2ffbbaa docs: Add WSGI support clarification
  • 382c0bf feat: Support rich and reusable S3 buckets configuration (#7156)
  • ea4ac26 feat: Support destinations config on stream events (#7262)
  • 4468805 fix: Fix sls logs so it also covers output from aliases (#7270)
  • f426ed7 fix(Standalone): Ensure to use proper CLI params parser
  • 8c100ad docs: Add docs on output sub command
  • 2eae44b docs: Add docs on param sub commad

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 18, 2020

  • The devDependency serverless was updated from 1.63.0 to 1.64.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 1.64.0 (2020-02-18)

Features

Bug Fixes


Comparison since last release

Commits

The new version differs by 25 commits.

  • b05b934 chore: Release v1.64.0
  • 1c7bab5 chore: Update dependencies
  • 59634e7 docs: Document components debugging and custom domains(#7347)
  • fbf99fa feat(AWS HTTP API): JWT authorizers support
  • 1dcc53b refactor(AWS HTTP API): Nest routeTargetData in config
  • 9b701a4 feat(AWS APIGW): Support logs.restApi.roleManagedExternally (#7333)
  • ca69387 feat(AWS HTTP API): CORS configuration
  • adcf5be test: Utility to extened pre-prepared fixtures
  • dfeca8e test(AWS HTTP API): Rename fixture
  • 29b37d7 ci: Workaround npm crash on Windows
  • 44c2342 fix(AWS HTTP API): Publish to default stage
  • ed4b6ef test(AWS HTTP API): Fix typo
  • 3910df1 feat: Support provider.alb.targetGroupPrefix setting (#7322)
  • 9eba218 feat: Support Kinesis Enhanced Fan-out (Consumer) streams (#7320)
  • 7abb23e feat: Support managedExternally option for authorizers (#7327)

There are 25 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 29, 2020

  • The devDependency serverless was updated from 1.64.0 to 1.64.1.

Your tests are still failing with this version. Compare changes

Release Notes for 1.64.1 (2020-02-26)

Bug Fixes


Comparison since last release

Commits

The new version differs by 30 commits.

  • 39e0837 chore: Release v1.64.1
  • 924b1c5 fix(AWS HTTP API): Configure default stage explicity
  • 1c13582 fix: Follow symlinks when writing a config (#7374)
  • e674727 fix: Service state path resolution (#7388)
  • a019bfa fix: When packaging do not crash on deps with no package.json (#7368)
  • b05b934 chore: Release v1.64.0
  • 1c7bab5 chore: Update dependencies
  • 59634e7 docs: Document components debugging and custom domains(#7347)
  • fbf99fa feat(AWS HTTP API): JWT authorizers support
  • 1dcc53b refactor(AWS HTTP API): Nest routeTargetData in config
  • 9b701a4 feat(AWS APIGW): Support logs.restApi.roleManagedExternally (#7333)
  • ca69387 feat(AWS HTTP API): CORS configuration
  • adcf5be test: Utility to extened pre-prepared fixtures
  • dfeca8e test(AWS HTTP API): Rename fixture
  • 29b37d7 ci: Workaround npm crash on Windows

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 29, 2020

  • The devDependency serverless was updated from 1.64.1 to 1.65.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.65.0 (2020-02-28)

Features

Bug Fixes


Comparison since last release

Commits

The new version differs by 40 commits ahead by 40, behind by 5.

  • 91e99a2 chore: Release v1.65.0
  • b56a861 chore: Extend possible message scopes
  • 59b3dce chore: Update dependencies
  • 506ad86 fix(Standalone): Ensure to bundle local invocation non Node.js artifcats
  • 39309ab chore: Do not restrict lines length in body
  • 8d27d83 chore: Extend list of accepted scopes
  • 605c65b chore: Ensure alphabetical order of scopes
  • d49c197 chore: Upgrade object-hash to v2 (#7408)
  • 00f8f97 docs: Remove v0.5 documentation
  • df9846d feat(AWS HTTP API): Support timeout configuration
  • 2de1546 docs(AWS HTTP API): Expose id setting in serverless.yml doc
  • d84e9e7 fix: Fix handler resolution (multi . case) for local invocation (#7398)
  • 0ed52f6 feat: Support Cloud Components (#7390)
  • 7bc35bc docs: Add missing colons to AWS::AccountId (#7393)
  • 11587ca ci: Fix install in deploy build on windows

There are 40 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2020

  • The devDependency serverless was updated from 1.65.0 to 1.66.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.66.0 (2020-03-09)

Features

Bug Fixes


Comparison since last release

Commits

The new version differs by 19 commits.

  • ff919cd chore: Release v1.66.0
  • ef48fd9 chore: Update dependencies
  • 7992f8e chore: Register 'AWS S3' commit message scope
  • 9b627fb fix(AWS Websocket): Fix AWS partition support (#7430)
  • 7310782 fix(Variables): Relax pattern to allow non-ascii defaults (#7431)
  • 8ed6a6e feat(AWS Lambda): Support destinations configuration
  • 55a98bd refactor(AWS Lambda): Introduce reusable lambda ARN resolver
  • e8d4606 refactor(AWS Lambda): Reconfigure condition
  • bd7f8cb ci: Fix buggy npm configuration
  • d4b53dd docs: Dashboard documentation updates (#7421)
  • a626505 docs: Improve security (#7426)
  • 0898664 fix(AWS Cognito): Fix pool update handling
  • 410123a chore: Register 'AWS Cognito' message scope
  • b52a41d fix(AWS HTTP API): Ensure function timeout setting is respected
  • ba84179 docs: Explain how to become a maintainer

There are 19 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants