serverless-image-processor icon indicating copy to clipboard operation
serverless-image-processor copied to clipboard

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

Open greenkeeper[bot] opened this issue 6 years ago β€’ 33 comments

The devDependency serverless was updated from 1.47.0 to 1.48.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
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for Version 1.48.0

1.48.0 (2019-07-18)

Meta

Commits

The new version differs by 124 commits.

  • 1c2e9a8 Release v1.48.0 (#6404)
  • b7fa2ae ugh. prettyify markdown?!
  • 476df98 temporarily disable the basic integration test
  • 4374dc9 Merge pull request #6373 from serverless/billfine-july16-docupdates
  • a9bcc09 Release v1.48.0
  • 9b3c17f Merge pull request #6398 from haochang/fix-missing-colon
  • 35c3d2e Prettify the format for the build
  • 4d7300a Add the missing colon
  • 9a84d18 Merge pull request #6362 from serverless/existing-cognito-user-pools
  • f64d1f4 Run Prettier to fix build
  • e58f52f Merge pull request #6350 from serverless/components-integ
  • 63c070c Add support for existing Cognito User Pools
  • 11ffada Added link.
  • 00df678 Responding to feedback from Austen
  • 59beca2 Added description of CLI and Dashboard; per Austen

There are 124 commits in total.

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 :palm_tree:

greenkeeper[bot] avatar Jul 18 '19 23:07 greenkeeper[bot]

After pinning to 1.47.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] avatar Jul 18 '19 23:07 greenkeeper[bot]

  • The devDependency serverless was updated from 1.48.0 to 1.48.1.

Your tests are still failing with this version. Compare changes

Release Notes for 1.48.1 (2019-07-19)

Meta

Commits

The new version differs by 58 commits.

  • 7cf653a 1.48.1 patch release (#6412)
  • eb8b633 update changelog
  • 5890ee8 Update CHANGELOG.md
  • 79fa24a patch release
  • 710139e Fix broken lint outcome after 'no-confusing-arrow' change (#6411)
  • 632fac3 Improve tracking reliability (#6410)
  • d2e5373 Fix lint issues
  • 316c8a8 Fix tests
  • f8fc8d9 Ensure to not crash with logged error
  • b7d413b Merge pull request #6408 from serverless/improve-service-rename
  • b15c9cc Fix segment tracking tests
  • ee106c4 Refactor to promises
  • 0217b1f Disable tracking for test runs
  • 79a15af Unify result
  • 2fd9aa2 Refactor isTrackingDisabled to provide answer out of a box

There are 58 commits in total.

See the full diff

greenkeeper[bot] avatar Jul 19 '19 20:07 greenkeeper[bot]

  • The devDependency serverless was updated from 1.48.1 to 1.48.2.

Your tests are still failing with this version. Compare changes

Release Notes for 1.48.2 (2019-07-19)

Meta

Commits

The new version differs by 6 commits.

  • bc366d5 Merge pull request #6415 from serverless/fix-postinstall
  • 87f4450 Prettify
  • d1fbad0 Release v1.48.2
  • dd1a1df Bump dependencies
  • 3953bf3 Fix eventual crash in pre uninstall
  • 77878aa Fix eventual init issue in postinstall script

See the full diff

greenkeeper[bot] avatar Jul 19 '19 22:07 greenkeeper[bot]

  • The devDependency serverless was updated from 1.48.2 to 1.48.3.

Your tests are still failing with this version. Compare changes

Release Notes for 1.48.3 (2019-07-23)
Commits

The new version differs by 17 commits.

  • 15ff4cb Fix #6414 by checking for ec2 metadata (#6427)
  • 2069533 prep for 1.48.3 release
  • 9766aa5 use slss.io
  • 9a27c0c Merge remote-tracking branch 'origin/master' into support-for-ecs-metadata-creds
  • 1a49b14 oops, pushed over @pmuens change to bbpromise
  • efec8fc test covg
  • 072b7ac Merge pull request #6428 from serverless/update-links
  • 8680163 node 6 support
  • e2e9a77 alternative approach to creds fail fast taht includes metadata check
  • 105a2f7 Revert "Fail faster when no AWS creds exist (#6393)"
  • 0d44aac Use slss.io for links
  • a56859c Merge pull request #6419 from joelvh/master
  • 04f2549 Merge pull request #6422 from jormaechea/Issue-6364-requestPath
  • a0b96d0 Update integration test
  • 77f8fb8 Added new property to documentation

There are 17 commits in total.

See the full diff

greenkeeper[bot] avatar Jul 23 '19 19:07 greenkeeper[bot]

  • The devDependency serverless was updated from 1.48.3 to 1.48.4.

Your tests are still failing with this version. Compare changes

Release Notes for 1.48.4 (2019-07-25)
Commits

The new version differs by 10 commits.

  • 4d140f8 Only check creds on deploy (#6447)
  • be96a65 format
  • 221c1b6 tests
  • 860ab72 add commands that require aws creds..
  • 51e4bd2 add commands that require aws creds..
  • 05394e3 only check creds on deploy
  • 866cc82 PLAT-1390 - check for cached creds in interactive setupAws (#6440)
  • 30b9395 PLAT-1390 - check for cached creds in interactive setupAws
  • b6bfe19 Merge pull request #6435 from luanmuniz/patch-1
  • 88dfe93 Add note for supported version of existing bucket feature

See the full diff

greenkeeper[bot] avatar Jul 25 '19 14:07 greenkeeper[bot]

  • The devDependency serverless was updated from 1.48.4 to 1.49.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.49.0 (2019-07-30)

Meta

Commits

The new version differs by 34 commits.

  • 9282618 Merge pull request #6476 from serverless/releasing-v-1-49-0
  • 08ed638 Releasing v1.49.0
  • 1249361 Merge pull request #6456 from serverless/existing-s3-fixes
  • e7948d2 Merge pull request #6472 from serverless/doc-new-insights
  • 37be143 New error insight alert doc update to reflect per execution inspection
  • f9673e8 Merge pull request #6469 from serverless/doc-new-insights
  • 253db04 run prettify
  • 8642be7 Merge branch 'master' into doc-new-insights
  • 7a03180 Some clean up.
  • dc865ba defining unusual function duration
  • c79acc3 defining tiemeout
  • 15d1ef9 defining timeout error
  • d1e5c81 Clarifying the OOM error from lambda
  • 7dccbec Defining OOM
  • 27befd7 Adding details about silencing on approaching OOM

There are 34 commits in total.

See the full diff

greenkeeper[bot] avatar Jul 30 '19 08:07 greenkeeper[bot]

  • The devDependency serverless was updated from 1.49.0 to 1.50.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.50.0 (2019-08-14)

Meta

Commits

The new version differs by 123 commits.

  • 210d50c Merge pull request #6540 from serverless/release
  • b4813f1 Release v1.50.0
  • 6effab2 Bump dependencies
  • 312b4f5 Merge pull request #6537 from mthenw/fix-depeloy-individually
  • 896631d Refactor test
  • 6a84748 Merge pull request #6531 from serverless/apigw-logs-setup-fix
  • f0a8b8c Mock npm install in tests
  • 60f36e4 Clear invalid options
  • f2f3c00 Maintain original behavior and add a test
  • 4f43bfd Merge pull request #6534 from onebytegone/fix-remove-extra-lambda-policy-6262
  • ea121e7 Ensure to bail after first fail in CI
  • f781340 typo
  • fe6bab3 Fix prettier issues
  • 3ceb0aa Fix deploy command if package.individually set on a function-level
  • 56d96c4 Only add merged IAM policies for Lambda when they will be used (#6262)

There are 123 commits in total.

See the full diff

greenkeeper[bot] avatar Aug 14 '19 12:08 greenkeeper[bot]

  • The devDependency serverless was updated from 1.50.0 to 1.50.1.

Your tests are still failing with this version. Compare changes

Release Notes for 1.50.1 (2019-08-26)
Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] avatar Aug 26 '19 13:08 greenkeeper[bot]

  • The devDependency serverless was updated from 1.50.1 to 1.51.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.51.0 (2019-08-28)

Meta

Commits

The new version differs by 87 commits ahead by 87, behind by 3.

  • 8d867ce Merge pull request #6603 from serverless/release
  • 52d65f8 Release v1.51.0
  • 7cb7ba2 Bump dependencies
  • 6619eb7 Merge pull request #6591 from serverless/fix-apigw-cloud-watch-role-setup
  • 2f03fc2 Add tests for ensureApiGatewayCloudWatchRole
  • 40e71b9 Ensure to handle API GW account via custom resource
  • 44c7382 Refactor logic
  • 6eee746 Refactor to BbPromise.try
  • 673f32d Seclude APIGW CloudWatch role setup
  • a43a263 Refactor custom reosources to take provider as input
  • d78cf9a Merge pull request #6599 from serverless/fix-custom-resource-naming
  • 4334499 Truncate long custom resource function names
  • e628942 Make service name configurable
  • 50add41 Merge pull request #6596 from serverless/style-updates-for-docs
  • 5910028 Merge pull request #6588 from serverless/improve-error-handling

There are 87 commits in total.

See the full diff

greenkeeper[bot] avatar Aug 28 '19 11:08 greenkeeper[bot]

  • The devDependency serverless was updated from 1.51.0 to 1.52.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.52.0 (2019-09-11)

Meta

Commits

The new version differs by 161 commits.

  • 7c8e171 Merge pull request #6665 from serverless/release
  • af8e83a Release v1.52.0
  • 0bc4ab3 Bump dependencies
  • c7d2650 Update RELEASE_CHECKLIST with bump dependencies info
  • 1c57ae4 Merge pull request #6663 from serverless/vernelindner-patch-1-1
  • f7699ac Update insights.md
  • f187ba7 Merge pull request #6655 from serverless/org-not-tenant
  • ad81e9a replace use of tenant with org in docs & templates
  • 36f111e Bump sfe plugin! (#6654)
  • 9da9c9a Bump sfe plugin!
  • 5dd1b69 Merge pull request #6653 from serverless/quickfix-windows-too-many-open-files
  • a7fe06e Globally enable graceful-fs
  • c0ec32b Merge pull request #6652 from serverless/fix-cloudfront-removal-logging
  • 3a7d77b Use hooks to log Lambda@Edge removal reminder
  • f77f3c1 Merge pull request #6646 from serverless/improve-plugin-error-reporting

There are 161 commits in total.

See the full diff

greenkeeper[bot] avatar Sep 11 '19 10:09 greenkeeper[bot]

  • The devDependency serverless was updated from 1.52.0 to 1.52.1.

Your tests are still failing with this version. Compare changes

Release Notes for 1.52.1 (2019-09-19)

Meta

Commits

The new version differs by 2 commits.

  • cab0a43 rel 1.52.1
  • eed9c52 Move where initialize lifecycle hook is called (#6687)

See the full diff

greenkeeper[bot] avatar Sep 19 '19 13:09 greenkeeper[bot]

  • The devDependency serverless was updated from 1.52.1 to 1.52.2.

Your tests are still failing with this version. Compare changes

Release Notes for 1.52.2 (2019-09-20)

Meta

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] avatar Sep 20 '19 09:09 greenkeeper[bot]

  • The devDependency serverless was updated from 1.52.2 to 1.53.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.53.0 (2019-09-25)

Meta

Commits

The new version differs by 145 commits.

  • 7088ac7 Merge pull request #6751 from serverless/release
  • b4e99f6 Release v1.53.0
  • d7aca91 Bump dependencies
  • f4afecb Merge pull request #6749 from serverless/improve-stats-handling
  • fb00a65 Reduce timeout to 1500
  • 55f3aef Log stats request time
  • d9b22ed Log if stats request prolonged process exit
  • ece6fe6 Improve comment
  • 112dd9c Improve error logging
  • 34008be Expose serverlessExecutionSpan to stats tracker
  • f9da360 Ignore and ditch stale events
  • 020f601 Refactor fs-extra usage
  • dfc78d7 Do not issue requests after serverless finalized execution
  • 0aaa1e8 Minimize concurrent tracking requests
  • ad6b016 Increase default timeout

There are 145 commits in total.

See the full diff

greenkeeper[bot] avatar Sep 25 '19 11:09 greenkeeper[bot]

  • The devDependency serverless was updated from 1.53.0 to 1.54.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.54.0 (2019-10-09)

Meta

Commits

The new version differs by 92 commits.

  • f767fab Merge pull request #6807 from serverless/release
  • d6fd8aa Release v1.54.0
  • b293693 Bump dependencies
  • 4850e45 Merge pull request #6806 from tharun208/master
  • 60bc9a6 formatted log message
  • 2d679df Added logging under cli for openwhisk-nodejs
  • 92514ee Merge pull request #6767 from serverless/docs-cicd-latest
  • 36d3f01 Merge pull request #6779 from jessedoyle/s3-deployment-block-public
  • 01f5c6f Merge pull request #6790 from wenindoubt/deploy-docs
  • f2cf48c Merge pull request #6786 from exoego/update-issue-template
  • 7d728e5 Update error message
  • acf4644 Merge pull request #6802 from nabati/patch-1
  • 04a84ad Add more useful links / Update wording
  • 8ea9a32 Add YAML directive
  • 6aa1e49 Run Prettier

There are 92 commits in total.

See the full diff

greenkeeper[bot] avatar Oct 09 '19 09:10 greenkeeper[bot]

  • The devDependency serverless was updated from 1.54.0 to 1.55.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.55.0 (2019-10-23)

Meta

Commits

The new version differs by 168 commits.

  • 46aa304 Merge pull request #6873 from serverless/release
  • b91c382 Release v1.55.0
  • 0130139 Bump dependencies
  • 8a8f199 Merge pull request #6871 from serverless/support-cfn-role-in-custom-resources
  • ae446fe Merge pull request #6867 from serverless/improve-integration-tests
  • b749213 Fix custom resource tests
  • ce6d155 Fix DependsOn handling
  • 88f60a4 Honor cfnRole in custom resources handling
  • ae16960 Reorganize custom role setup
  • 8d5f6b8 Merge pull request #6825 from kdnakt/test-resolveFilePathsFromPatterns
  • a11b43e Merge branch 'master' into improve-integration-tests
  • 9e6bab2 Fix tabCompletion/isSupported test
  • 45be518 Ensure boolean result
  • 979e7fb Bump dependencies
  • f56c850 Fix tests

There are 168 commits in total.

See the full diff

greenkeeper[bot] avatar Oct 23 '19 10:10 greenkeeper[bot]

  • The devDependency serverless was updated from 1.55.0 to 1.55.1.

Your tests are still failing with this version. Compare changes

Release Notes for 1.55.1 (2019-10-23)
Commits

The new version differs by 2 commits.

  • 9a27c52 release 1.55.1
  • 1d0801e Allow --app & --org cli option in interactive CLI (#6697)

See the full diff

greenkeeper[bot] avatar Oct 23 '19 20:10 greenkeeper[bot]

  • The devDependency serverless was updated from 1.55.1 to 1.56.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.56.0 (2019-10-31)

Meta

Commits

The new version differs by 49 commits.

  • 7b351c7 Merge pull request #6907 from serverless/release
  • 6c44c06 Release v1.56.0
  • e708479 Bump dependencies
  • 593ef90 Merge pull request #6898 from serverless-tencent/add-tencent
  • f219a13 after run prettify-updated
  • 57740c5 add runtime in create.js
  • 7428966 add tencent provide in create.test.js
  • 378c3e6 add tencent provide in create.test.js
  • 085c64d update runtime
  • 0b76f29 add tencent-template
  • 07d141f add tencent-template
  • a56736c Merge pull request #6896 from jgabuya/patch-1
  • 5f82a1d fix minor typo
  • f783888 Merge pull request #6880 from DanConway/master
  • 8d84d0d Merge pull request #6889 from serverless/docs-unused-memory-alert

There are 49 commits in total.

See the full diff

greenkeeper[bot] avatar Oct 31 '19 10:10 greenkeeper[bot]

  • The devDependency serverless was updated from 1.56.0 to 1.56.1.

Your tests are still failing with this version. Compare changes

Release Notes for 1.56.1 (2019-10-31)

Meta

Commits

The new version differs by 11 commits.

  • 2a45a43 Merge pull request #6909 from serverless/fix-policy-handling-when-custom-bucket
  • 88f9715 Release v1.56.1
  • 38ed445 Ensure default bucket policy is not configured for custom bucket
  • f5405a6 Remove obsolete lint instruction
  • 6d57e04 Merge pull request #6904 from khaledosman/master
  • 14594cd Improve formatting
  • 682c238 style: run prettier to fix travis build
  • 23bb2f1 cleanup
  • 2b526d9 delete .webpack folder
  • cf81bca perf(aws-nodejs-typescript): reuse http connections
  • 83cfbd2 feat: aws-nodejs-typescript template improvements

See the full diff

greenkeeper[bot] avatar Oct 31 '19 13:10 greenkeeper[bot]

  • The devDependency serverless was updated from 1.56.1 to 1.57.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.57.0 (2019-11-06)

Meta

Commits

The new version differs by 117 commits.

  • 6880c18 Merge pull request #6928 from serverless/release
  • 5235855 Release v1.57.0
  • 5e3fc25 Add missing entry to changelog
  • c107b86 Fix comparision link
  • 134a793 Bump dependencies
  • 1f13a67 Merge pull request #6916 from tinafangkunding/master
  • a422944 Fix typos
  • a0807b7 fix broken link
  • de7a5d4 prettier fix
  • a10c622 updated tencent root readme
  • 841558d prettier fix
  • 5dc8637 updated repo homepage links
  • eb90c30 updated to h1 tag
  • 79b4c80 added frontmatter to all Tencent docs
  • f2e9a6f Merge pull request #6879 from master-of-null/bugs/sns-cross-region-psuedo-params

There are 117 commits in total.

See the full diff

greenkeeper[bot] avatar Nov 06 '19 10:11 greenkeeper[bot]

  • The devDependency serverless was updated from 1.57.0 to 1.58.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.58.0 (2019-11-20)

Meta

Commits

The new version differs by 107 commits.

  • 05eec83 Merge pull request #6985 from serverless/release
  • 553a59b Release v1.58.0
  • d0cabef Bump dependencies
  • 3bc50cf Merge pull request #6941 from clar-cmp/deploymentPrefix
  • 3311fb0 Merge pull request #6954 from atz/patch-1
  • e712d37 Test empty deployment prefix
  • 68a3081 Test multiple schema support
  • 0c8c8a0 Merge pull request #6983 from serverless/bump-runtime-in-docs
  • 6a20956 Merge pull request #6984 from serverless-tencent/master
  • f9a79b3 Update up to recent changes
  • cb5c4a5 Prettify
  • 49ba004 fix demo
  • d66e457 Ensure to update tests with a new runtime
  • bf02adb Merge pull request #6971 from serverless/docs-update-outputs
  • 3023a58 Merge pull request #6972 from serverless/docs-cicd-beta-updates

There are 107 commits in total.

See the full diff

greenkeeper[bot] avatar Nov 20 '19 12:11 greenkeeper[bot]

  • The devDependency serverless was updated from 1.58.0 to 1.59.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.59.0 (2019-12-04)

Meta

Commits

The new version differs by 103 commits.

  • 0e5e954 Merge pull request #7046 from serverless/release
  • f87dfbd Release v1.59.0
  • e96b09b Bump dependencies
  • 0bc5014 Merge pull request #7045 from serverless/lambda-provisioned-concurrency
  • 1cf29ff Fix handling of provisionedConcurrency handling
  • 937cd92 Refactor setup of function versioning
  • 4c1cee3 Merge pull request #7044 from serverless/fix-aws-creds-handling
  • 3561687 Fix AWS creds handling
  • f2a41bf Improve tests
  • a45d2a2 Merge pull request #7043 from serverless/lambda-provisioned-concurrency
  • 0347b15 Merge branch 'master' into lambda-provisioned-concurrency
  • e080dd2 Merge pull request #7035 from tinexw/websocket-loglevel
  • 44115aa Merge pull request #7039 from serverless/fix-custom-rest-api-id-handling
  • d28ac9d Merge pull request #6992 from mhart/patch-1
  • 093cd4e Update serverless.yml documentation

There are 103 commits in total.

See the full diff

greenkeeper[bot] avatar Dec 04 '19 12:12 greenkeeper[bot]

  • The devDependency serverless was updated from 1.59.0 to 1.59.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 1cbffbe chore: Release v1.59.1
  • ce835c3 fix: Fix mishandling of cachedCredentials in invokeLocal
  • aadb543 test: Expose cachedCredentials mishandling in invokeLocal
  • 812adac ci: Ensure test CI runs against release-fast-track branch

See the full diff

greenkeeper[bot] avatar Dec 05 '19 10:12 greenkeeper[bot]

  • The devDependency serverless was updated from 1.59.1 to 1.59.2.

Your tests are still failing with this version. Compare changes

Release Notes for 1.59.2 (2019-12-06)

Bug Fixes

  • Ensure to not create cognito pools marked as 'existing' (fe546c5)

Comparison since last release

Commits

The new version differs by 28 commits.

  • 1c6dc16 chore: Release v1.59.2
  • a5f5f9d ci: Ensure GITHUB_TOKEN for git operations
  • 833bc60 fix: Ensure to not create cognito pools marked as 'existing'
  • baede67 test: Fix cognito pools test reliability
  • a0fdd05 test: Rename logger
  • 34d8f60 test: Workaround api-keys provision delay
  • a2e3939 test: Optimize test configuration
  • 3f3afa2 ci: Auto update sfe-next branch via Travis
  • 6307ab4 docs: Document new release process
  • 965688f ci: Ensure to resolve latest versions of deep dependencies
  • 98cb38e ci: Improve comments
  • 83f579c ci: Improve comment placement
  • 173773a chore: Remove artifacts of old release process
  • 640ab3c ci: Cover Node.js v13
  • 60509e7 ci: Automate release flow

There are 28 commits in total.

See the full diff

greenkeeper[bot] avatar Dec 06 '19 17:12 greenkeeper[bot]

  • The devDependency serverless was updated from 1.59.2 to 1.59.3.

Your tests are still failing with this version. Compare changes

Release Notes for 1.59.3 (2019-12-09)

Bug Fixes

  • Do not set optional ParallelizationFactor when not explicitly set (e74d1a0), closes #7049
  • Fix provisioned concurrency support (be0ebb7), closes #7059

Comparison since last release

Commits

The new version differs by 10 commits.

  • d6c0098 chore: Release v1.59.3
  • 8678e19 ci: Gently abort if tag was already published
  • 1586b13 ci: Fix fast-forward to master operation
  • 7a2fc79 ci: Ensure git email matching GitHub account
  • de1d0dd refactor: Gurantee to resolve with promise
  • 7c32925 fix: Fix provisioned concurrency support
  • 9809f65 refactor: Cleanup conditional
  • 611ad13 refactor: Abort unnecessary work
  • fc47a6d fix: Do not set optional ParallelizationFactor when not explicitly set
  • b0a4b1f refactor: Improve generation of EventSourceMapping resource

See the full diff

greenkeeper[bot] avatar Dec 09 '19 10:12 greenkeeper[bot]

  • The devDependency serverless was updated from 1.59.3 to 1.60.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.60.0 (2019-12-18)

Features

  • Binary installer
    • uninstall command for installed binaries (53e596f)
    • upgrade command for installed binaries (c4efd66)
    • Configure binaries generation (49f6e1e)
    • Linux & macOS binary installer (f0f9698)
    • Recognise as standalone (59bea09)
    • Script to upload generated binaries to GitHub release (5563b28)
  • Draw CLI boxes with boxen package (80f9a65)
  • MaximumRetryAttempts config for stream (998b6fd), closes #7012
  • Memoize resolution of dev deps exclusion paths (#7091) (5143c2a)
  • Support CF instructions in awsKmsKeyArn setting (#7083) (f9b6507)
  • Unconditionally display browser url (c900900)
  • Update and improve aws-kotlin-jvm-gradle template (#7072) (0b3a08a)

Bug Fixes

  • Ensure not to autocomplete hidden commands (3f7f532)
  • Fix AWS partition reference in APIGW CloudWatch role setup (fc74c28), closes #7100
  • Fix credentials validation in EC2 environment (#6977) (f8ee027)
  • Prevent uncaught exception in case of open util issue (f29d169)
  • Recognize falsy values as CLI options defaults (#7071) (7e0e903)

Comparison since last release

Commits

The new version differs by 84 commits ahead by 84, behind by 42.

  • 34656da chore: Release v1.60.0
  • 7768f9c chore: Bump dependencies
  • fc74c28 fix: Fix AWS partition reference in APIGW CloudWatch role setup
  • bce8300 ci: Workaround choco issues (do not require python for running tests)
  • 0a5b7c6 docs: Document standalone installation
  • 53e596f feat: uninstall command for installed binaries
  • c4efd66 feat: upgrade command for installed binaries
  • f0f9698 feat: Linux & macOS binary installer
  • c7b2412 ci: Automate binaries generation and upload
  • 5563b28 feat: Script to upload generated binaries to GitHub release
  • 59bea09 feat: Recognise as standalone
  • 49f6e1e feat: Configure binaries generation
  • 24ed5a2 chore: Ensure alphabetical order of scripts
  • ddf3bf4 refactor: Centralize npm command resolution
  • 3f7f532 fix: Ensure not to autocomplete hidden commands

There are 84 commits in total.

See the full diff

greenkeeper[bot] avatar Dec 18 '19 11:12 greenkeeper[bot]

  • The devDependency serverless was updated from 1.60.1 to 1.60.2.

Your tests are still failing with this version. Compare changes

Release Notes for 1.60.2 (2019-12-23)

Bug Fixes

  • AWS Lambda
    • Fix provisioned concurrency setup (closes #7059):
      • Fix provisioned concurrency configuration. Configure on alias, and not on version. Thanks to that it can work with versioning enabled and changes to provisioned concurrency configuration are not immune to Internal Failure (04a7657)
      • Workaround AWS issue related to alias redeployments (56b9d3d)
      • Ensure API Gateway endpoints point provisioned version (67d27ed),
    • Fix CloudWatch logs creation access (a2db989), closes #6241 #6692
  • AWS API Gateway:
    • Ensure to apply API GW stage settings in case of services having no endpoints configured (e93e6f4), closes #7036
  • Fix custom resource lambda artifact generation (7132af3)

Comparison since last release

Commits

The new version differs by 35 commits.

  • d315bb4 chore: Release v1.60.2
  • f6810bf chore: Register 'User Config' commit message scope
  • 077ab62 ci: Increase git history to avoid fails on multiple merges
  • e93e6f4 fix(AWS APIGW): Ensure to apply API GW stage settings with no endpoints
  • a2db989 fix(AWS Lambda): Fix CloudWatch logs creation access
  • 67d27ed fix(AWS APIGW): Ensure to point provisioned version
  • 56b9d3d fix(AWS Lambda): Workaround AWS issue related to alias redeployments
  • 04a7657 fix(AWS Lambda): Fix provisioned concurrency configuration
  • 5c8582b refactor(AWS Lambda): Resolve object once
  • 82d0a5b refactor(AWS APIGW): Rely on object destructuring
  • d4a0e2a refactor(AWS Lambda): Improve var name
  • 8641f6b refactor(AWS Lambda): Improve variables naming
  • bef2626 refactor(AWS Lambda): Rely on more reliable Object.assign
  • 0ce21b2 refactor(AWS APIGW): Convert trailing arguments into options
  • c812479 chore: Register 'AWS APIGW' commit message scope

There are 35 commits in total.

See the full diff

greenkeeper[bot] avatar Dec 23 '19 13:12 greenkeeper[bot]

  • The devDependency serverless was updated from 1.60.2 to 1.60.3.

Your tests are still failing with this version. Compare changes

Release Notes for 1.60.3 (2019-12-23)

Bug Fixes

  • AWS APIGW: Fix Rest API id detection when no API GW involved (81096ca), regression introduced with #7126

Comparison since last release

Commits

The new version differs by 2 commits.

  • 702fb92 chore: Release v1.60.3
  • a8feaaf fix(AWS APIGW): Fix Rest API id detection when no API GW involved

See the full diff

greenkeeper[bot] avatar Dec 23 '19 15:12 greenkeeper[bot]

  • The devDependency serverless was updated from 1.60.3 to 1.60.4.

Your tests are still failing with this version. Compare changes

Release Notes for 1.60.4 (2019-12-23)

Bug Fixes

  • AWS APIGW: Fix handling of provisionedConcurrency: 0 setting (efe6d02), closes #7133

Comparison since last release

Commits

The new version differs by 2 commits.

  • 8c7883b chore: Release v1.60.4
  • bf28210 fix(AWS APIGW): Fix handling of provisionedConcurrency: 0 setting

See the full diff

greenkeeper[bot] avatar Dec 23 '19 21:12 greenkeeper[bot]

  • The devDependency serverless was updated from 1.70.1 to 1.71.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.71.0 (2020-05-15)

Features

Bug Fixes

Maintanance Improvements


Comparison since last release

Commits

The new version differs by 362 commits ahead by 362, behind by 35.

  • 7026b41 ci: Fix npm install for Node.js v6 case
  • 823ac89 chore: Release v1.71.0
  • 7745f78 chore: Upgrade eslint to v7
  • 8e45f93 chore: Bump dependencies
  • cf1692f fix(AWS API Gateway): Fix handling stage settings when in nested stack
  • e472a04 fix(AWS API Gateway): Improve configuration validation
  • 2a26493 fix(AWS Lambda): Fix DependsOn handling in case of disabled logs (#7731)
  • 2a72b1a chore: Upgrade semver to v6
  • d8222fa fix(AWS IAM): Remove iamRoleLambdaExecution from DependsOn (#7722)
  • ca2a73f fix(CLI): Reject multitple 'config' params (#7728)
  • 522e9c0 docs: Fix typo (#7725)
  • c106d53 refactor: Upgrade 'fs-extra' to v8 (#7719)
  • a152872 test(AWS HTTP API): Bring back testing logs
  • a1472ba fix(AWS CloudFront): Ensure lambda edge has no vpc or env (#7721)
  • 3144be8 feat(AWS Lambda): Support disableLogs setting for functions (#7720)

There are 250 commits in total.

See the full diff

greenkeeper[bot] avatar May 15 '20 13:05 greenkeeper[bot]

  • The devDependency serverless was updated from 1.71.0 to 1.71.1.

Your tests are still failing with this version. Compare changes

Release Notes for 1.71.1 (2020-05-15)

Bug Fixes

  • CLI: Fix handling of singular --config param (7bcad68), closes #7736
  • Standalone: Workaorond fs-extra v8 bug in chocolatey package generation script (548bd98)

Comparison since last release

Commits

The new version differs by 5 commits.

  • 96b8a86 chore: Release v1.71.1
  • 2ebb46a style: Fix lint issues
  • 548bd98 fix(Standalone): Workaournd fs-extra v8 bug
  • 7bcad68 fix(CLI): Fix handling of singular --config param
  • ae3adb6 test(CLI): Test singular --config params

See the full diff

greenkeeper[bot] avatar May 15 '20 15:05 greenkeeper[bot]