Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Update serverless to the latest version 🚀 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 26, 2017

Version 1.12.0 of serverless just got published.

Dependency serverless
Current Version 1.11.0
Type devDependency

The version 1.12.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of serverless.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 134 commits0.

  • ae8472a Merge pull request #3524 from serverless/releasing-1.12
  • f86703a releasing 1.12
  • 07f837d Merge pull request #3517 from serverless/final-packaging-fixes
  • f9997c9 Update tests to reflect correct naming and avoid confusion
  • 9b0d561 Revert name of compiled CloudFormation template
  • 67a7031 Fix naming of compiled CloudFormation template
  • df5718d fixed packaging docs:
  • 924e566 Remove unnecessary check for noDeploy option
  • 2bfb299 Skip on noDeploy when running info command hooks
  • f32ac41 Update if statements for easier reasoning
  • 4623e0b final packaging fixes
  • 803c28f Merge pull request #3469 from HyperBrain/fix-package-artifact
  • a676745 Do not persist artifact if individually is set true.
  • 206c297 Merge pull request #3505 from horike37/issue-3473
  • 684e909 Update test descriptions

There are 134 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 27, 2017

Version 1.12.1 just got published.

Update to this version instead 🚀

Release Notes 1.12.1 (27.04.2017)
  • Fix bug when using the package command with the variable system (#3527)

Meta

Commits

The new version differs by 15 commits0.

  • f3fe8eb Merge pull request #3531 from serverless/releasing-1.12.1
  • f488b24 releasing 1.12.1
  • 4e752fb Merge pull request #3527 from HyperBrain/filter-self-reference
  • d88dced Merge pull request #3521 from HyperBrain/allow-service-as-object
  • 15d5e8a Merge pull request #3530 from serverless/update-dockerfile
  • f9089d6 Update Dockerfile with new tooling
  • e8bdd0c Added unit tests and a small fix with property paths
  • cc91ca2 Prevent circular references during search.
  • 9257256 Restore self references on state restore
  • 33a93e7 Move findReferences to utils. It will be used in extendedValidate too.
  • 46646a9 Replace self references with "${self:}" on save state
  • 15fe9ec Merge pull request #3523 from leftclickben/MakeAddPluginLinkMoreProminent
  • 16ecaaa Move "add a plugin" link above plugin list
  • 4da9986 Added unit tests
  • 0ebee72 Allow service object

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 10, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 10, 2017

Version 1.13.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 58 commits0.

  • 70b7115 Merge pull request #3585 from serverless/releasing-1.13
  • 98af1fd releasing 1.13.0
  • 676d728 Merge pull request #3584 from jarrettj/patch-1
  • af3ff87 Typo in IAM policy.
  • ca8070b Merge pull request #3583 from serverless/adjust-promise-usages
  • 9ec755c Adjust Promise usages
  • c868e63 Merge pull request #3575 from serverless/cross-service-communication
  • 7c7b2bc added more test for cf vars
  • f7b26a4 added cross service communication feature via cf variable source
  • 2f658ed Merge pull request #3572 from serverless/updateDocNav
  • a28e1ce update doc nav menu
  • f0cc544 Merge pull request #3563 from serverless/updateCIDetection
  • 3d9bba7 Shrinkwrapping
  • 9152fad Merge pull request #3562 from stewartlord/stewartlord-serverless-ruby
  • 816f5fa update CI detection

There are 58 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 12, 2017

Version 1.13.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 32 commits0.

  • 8d15d68 Merge pull request #3605 from serverless/releasing-1.13.1
  • 0c4c31f releasing v1.13.1
  • d768f2d Merge pull request #3604 from serverless/files-with-vars
  • 971a279 fixed bug when referencing vars from other vars object values
  • 5bdd707 Merge pull request #3603 from serverless/update-openwhisk-references
  • a8982c8 Update OpenWhisk references from IBM to Apache
  • 625e797 Merge pull request #3602 from serverless/updateGoogleDocs
  • ab41d8c add prefixes to improve search
  • 59680b9 Merge pull request #3601 from serverless/updateProviderDoc
  • db722fa update provider docs
  • df98a94 Merge pull request #3598 from serverless/function-free-service
  • d97ec82 added tests for extendedValidate file
  • a34bacc Merge pull request #3599 from serverless/update-google-docs
  • d37ad6e Update Google docs
  • 4556f51 fix bug with packaging service free functions

There are 32 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2017

Version 1.13.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits0.

  • 8a203c7 Merge pull request #3624 from serverless/releasing-1.13.2
  • e4b5d23 releasing v1.13.2
  • 58f1c3d Merge pull request #3620 from serverless/dotted-keys
  • 3ee5b33 Shrinkwrapping
  • 7503fa0 fixed bug when using dot notation in yml keys
  • fa2de0d Merge pull request #3614 from arabold/feature/cors-add-x-amz-user-agent-header
  • 5768aee Merge pull request #3617 from serverless/updateReadmePlugins
  • 30230ae update readme examples and plugins
  • 8177a96 Add X-Amz-User-Agent as a default allow header
  • 16100d6 Merge pull request #3612 from serverless/cleanup-google-docs
  • a7eaccb Cleanup Google docs
  • 43925a3 Merge pull request #3534 from arabold/feature/apigateway-extensions
  • 18dc9a4 Merge pull request #3600 from helenyau0/fix-bug-in-unit-test
  • eaaee3f fix linting error: add a missing comma to the serverless.service object
  • c989d87 Fix unhandled rejection TypeError in unit testing now all tests pass for #logStat()

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2017

Version 1.14.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 120 commits.

  • 980b703 Merge pull request #3674 from serverless/releasing-1.14
  • 48f2ed4 releasing v1.14.0
  • bb7700d Merge pull request #3558 from serverless/addLogin
  • f9e3a99 Shrinkwrapping
  • a663974 Fix broken Utils tests
  • 9dd5dc3 Update console.log statements and add file based eslint ignore comments
  • a5d81e0 Remove commented out code
  • 3f1c8b4 Add login CLI command to TOCs
  • 1ce97a0 Merge pull request #3673 from serverless/fix-on-error-docs
  • 9c4e11d Fix onError docs
  • ac7515f add empty obj
  • b4aced3 add file meta
  • 59b2b59 Merge pull request #3670 from serverless/update-version-of-gcf-npm-package
  • e97285a add createdTimestamp
  • 59682b1 Update version of GCF npm package

There are 120 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2017

Version 1.15.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 153 commits.

  • e4a55bb Merge pull request #3754 from serverless/releasing-1.15
  • a73aab1 releasing 1.15
  • cc036a2 Merge pull request #3753 from serverless/autocomplete-async
  • 9b066ae removed external module test
  • cb14676 fixed tests for async autocomplete
  • 7d2b79b Merge pull request #3749 from arunshan/patch-1
  • 851df39 Make autocomplete async through promises
  • c00e1df Add async file utils
  • 75a9744 run autocomplete.json creation in async fashion
  • 7bd7803 Change eventHub to serviceBus as event type
  • 75af2ae silently fail on FS error
  • eb656d6 added sls to autocomplete
  • be54f60 fixed typo
  • 5696513 added cache file validation by hash to autocomplete
  • b527164 init serverless if cache file does not exist

There are 153 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2017

Version 1.15.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 10, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 10, 2017

Version 1.15.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 3c8c03f Merge pull request #3772 from serverless/releasing-1.15.2
  • 1429201 releasing-1.15.2
  • b0e6add releasing 1.15.2
  • 090e995 Merge pull request #3771 from ryanmurakami/docfix
  • c893700 updating link
  • 44630f1 Merge pull request #3770 from maciejtreder/patch-2
  • c606dbd Create README.md
  • c7c568f Merge pull request #3768 from fiveisprime/master
  • 023c481 Update Azure documentation.
  • e7cf5e2 fixing resource name link
  • 0aaf4b2 Merge pull request #3765 from vladgolubev/patch-2
  • 3adef9b Fix PR numbers in CHANGELOG.md
  • 915ddcf Merge pull request #3763 from serverless/fix-postinstall-error
  • ab24608 Fix postinstall error
  • b27e6ed Merge pull request #3762 from serverless/shrinkwrapping

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 21, 2017

Version 1.16.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 94 commits.

  • 84ca998 Merge pull request #3823 from serverless/releasing-1.16
  • 0868ed6 releasing v1.16.0
  • ffae3ad Merge pull request #3812 from serverless/add-invocation-id
  • 8b09819 Merge pull request #3819 from serverless/laardee-2450-apikey-usage-plan
  • 7650f93 Switch back to depend on Deployment resource in ApiKey resource
  • e7873fe removed naming refs for stage resoruce
  • 58cf9ea adding stage in deployment resource
  • c9c52b7 Merge branch '2450-apikey-usage-plan' of https://github.com/laardee/serverless into laardee-2450-apikey-usage-plan
  • 7a8e1a9 Merge pull request #3737 from serverless/exclude-dev-dependencies-in-zip
  • a5c4539 Merge pull request #3811 from alexdebrie/AuthorizerStats
  • 17736d0 Move AWS-specific data into separate object
  • 93c4f98 Add check for cognito authorizer as string
  • 8810d43 Re-enable API Keys integration tests
  • 792157f Refactor disassociateUsagePlan to be moved to API Gateway plugin
  • c44bba4 Merge pull request #3814 from serverless/releasing-alpha

There are 94 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 26, 2017

Version 1.16.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 72 commits.

  • 8c46eda Merge pull request #3855 from serverless/releasing-1.16.1
  • 6e1d227 releasing 1.16.1
  • a080fab Merge pull request #3854 from serverless/proper-error-handling-for-platform
  • 8fbcf71 make sure to follow the serverless framework conventions for error handling
  • a76ae91 Merge pull request #3825 from darkowlzz/3784-help-plugin-sort
  • 29f0667 Lowercase comment
  • da91ba8 Re-arrange order for help text
  • 909d7d5 Add info about new --verbose option
  • a709c43 Add sorting of commands
  • 7b64e71 Update test
  • c982548 Switch option from --plugin to --verbose
  • cf17a15 Merge pull request #3844 from serverless/updateServiceLog
  • fa54024 Merge pull request #3846 from activescott/master
  • 9130ebb Fix tests
  • 549afa4 Update error message

There are 72 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 5, 2017

Version 1.17.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 69 commits.

  • bf1d076 Merge pull request #3898 from serverless/releasing-1.17
  • 6daf19c fix changelog
  • 1b2c3b4 releasing 1.17
  • e57cfe4 Merge pull request #3897 from ryanmurakami/fsharp
  • cfd8cb3 Fix MacOS detection
  • 5d94409 cleaning build output for macs
  • ea79e2b Merge pull request #3830 from jthomas/master
  • 11ca461 Merge pull request #3890 from serverless/releasing-1.17-alpha
  • f2de0a9 releasing 1.17.0 alpha
  • ce07269 Remove docs for providers other than OpenWhisk
  • 9f7e740 Merge pull request #3838 from serverless/only-re-deploy-when-updated
  • 389c7ad Update docs with note about --force option
  • fadb11f Merge pull request #3880 from serverless/fix-node-modules-regex
  • 7c57935 Fix linting issue
  • dd36620 Update variable usage to ensure better readability

There are 69 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 20, 2017

Version 1.18.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 100 commits.

  • 260b3c7 Merge pull request #3963 from serverless/releasing-1.18
  • 32f4535 releasing 1.18
  • a3a1d09 Merge pull request #3904 from serverless/travis-keys
  • de6bebe Merge pull request #3808 from rpunkfu/specify-default-option-values
  • 0219444 using prepublishOnly
  • 5630e94 added docs for default options property
  • 47df1e4 Merge pull request #3889 from serverless/fix-dev-dependency-exclusion-bug
  • 1927993 switched back to travis automation
  • 885b2ac added prepublish to files array
  • a1eb128 using npm prepublish
  • af268cd Merge pull request #3950 from serverless/service-publish-flag
  • e0a329d Change serviceName to name
  • 9ffde98 Add tests
  • f5b5c7f Switch from _.filter to _.compact to remove falsey values
  • ec95381 Add support for a publish flag for disabling publish of service to platform

There are 100 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 28, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 28, 2017

Version 1.18.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 41 commits.

  • 00588d1 Merge pull request #4004 from serverless/releasing-1.18.1
  • 397a70d releasing 1.18.1
  • 2e4fcab Merge pull request #3975 from runtrizapps/fix/deps-of-devdeps
  • 1acb4c5 Add catch-all for readFile code / test hardening
  • 1540b4e Add CLI output about dev dependency exclusion
  • 2802281 Remove unnecessary mapSeries usage / add note about mapSeries usage
  • b9de80b Rename variables / add important note about _.difference
  • a54330a Switch to mapSeries to ensure sequential execution / order of mapping
  • d73fff6 Refactor usage of temporary dependency files
  • d2e1ef8 Merge pull request #3996 from autopilothq/preserve-context-when-executing-exported-function-from-.js-file
  • 71f1aa0 preserve context when executing exported function from .js file
  • 5fac149 Merge pull request #3982 from mgarmeson/patch-1
  • f27d767 Update intro.md
  • b095a28 Remove destructuring :( breaking builds on node 4-5
  • e3582b6 ESLint errors

There are 41 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 2, 2017

Version 1.19.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 2ade96c Merge pull request #4025 from serverless/releasing-1.19
  • bce436d releasing 1.19.0
  • 54dd2f6 Merge pull request #3941 from serverless/remove-provider-name-validation
  • df60412 Merge pull request #4005 from walery/patch-1
  • 8d9f0f8 Adjust comment about vpc property.
  • 23b6740 Add comment to vpc property.
  • 0c532f1 Add missing vpc property on provider level.
  • 0ed9615 Add missing vpc property.
  • 5d1bbd5 Remove provider name validation

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 16, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 16, 2017

Version 1.20.0 just got published.

Update to this version instead 🚀

Release Notes 1.20.0 (16.08.2017)

Meta

Commits

The new version differs by 118 commits.

  • 1669569 Merge pull request #4101 from serverless/releasing-v1-20-0
  • 17c2ec3 Releasing v1.20.0
  • 5cb791f Merge pull request #4034 from serverless/serverless-run
  • ae926c2 Merge pull request #4095 from serverless/docs-fix-forum-links
  • 81795c5 Fix forum links
  • b1ae5a5 upgrade to latest event-gateway
  • 94318ae remove unnecessary console log
  • c0d53b2 add event gateway config info to logs
  • 23cff7f Add detection of processor arch for Event Gateway binary downloads
  • 111dea3 Fix noFunctions detection bug
  • 73953d0 Update to use new Emulator and Event Gateway versions
  • 699b9bc color emulator errors
  • 8fc34f6 Fix Node.js 4.x compatibility
  • 082f1bd updated lockfile
  • c7e972c Merge branch 'master' into serverless-run

There are 118 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 17, 2017

Version 1.20.1 just got published.

Update to this version instead 🚀

Release Notes 1.20.1 (17.08.2017)

Meta

Commits

The new version differs by 11 commits.

  • 91ba0fb Merge pull request #4110 from serverless/releasing-v1-20-1
  • 949f051 Releasing v1.20.1
  • caba4cc Merge pull request #4103 from serverless/platform-gate
  • 618647a Change error message from using backticks to double quotes
  • ca13109 Update error message
  • 239e797 Merge pull request #4091 from HyperBrain/4090-forward-plugin-exceptions
  • 38c4ada Merge pull request #4104 from serverless/update-dockerfile
  • fe34066 Update Dockerfile to add screen
  • 8f7c896 Add tests for platform gate
  • 775c5f3 Add platform gate to sls run/emit
  • bb1e74a Rethrow original plugin error in debug mode. Added unit tests.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 17, 2017

Version 1.20.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 39 commits.

  • f52a090 Merge pull request #4117 from serverless/releasing-v1-20-2
  • 5bf3a70 Releasing v1.20.2
  • 0ca2b07 Merge pull request #4116 from serverless/gateway-version-0-5-15
  • 9f81823 bump event-gateway version to 0.5.15
  • c7cb2db Add missing menu links
  • 17cf5bc Add missing index file
  • 187de96 Merge pull request #4112 from serverless/docs-platform
  • 909fabd Fix header image
  • d886acb Merge branch 'master' into docs-platform
  • 6e8c287 Add missing front matter
  • 1b16a8e fix command in docs
  • 6cef1a6 improve docs
  • d59fa43 Add files via upload
  • 9fb4489 Create .gitkeep
  • 01edc9d Add docs for platform commands

There are 39 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 30, 2017

Version 1.21.0 just got published.

Update to this version instead 🚀

Release Notes 1.21.0 (30.08.2017)

Meta

Commits

The new version differs by 154 commits.

  • 9aabcf0 Merge pull request #4177 from serverless/releasing-1.21
  • 0be29cf releasing 1.21
  • 16bdc5e Merge pull request #4175 from serverless/DavidWells-patch-1
  • ec687eb Update README.md
  • f648159 Merge pull request #4154 from arapulido/add_docs_kubeless_provider
  • d85bd06 Fixed Kubeless documentation based on feedback
  • 49f2268 Merge pull request #4167 from serverless/DavidWells-patch-1
  • fa21006 Update getting-started.md
  • 184f99f Merge pull request #4160 from patrickheeney/custom-cli
  • 2e97653 Merge pull request #4164 from lorengordon/variable-syntax-docs
  • 092974a Merge pull request #4152 from serverless/upgrade-fdk
  • 6e9df9f Corrects the custom variableSyntax example
  • fbef79c Merge pull request #4162 from serverless/fix-indentation-for-spotinst-templates
  • d7b07e0 Fix indentation for spotinst templates
  • 143194f upgrade to fdk 0.5.1

There are 154 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 6, 2017

Version 1.21.1 just got published.

Update to this version instead 🚀

Release Notes 1.21.1 (06.09.2017)

Meta

Commits

The new version differs by 63 commits.

  • b7363b3 Merge pull request #4212 from serverless/releasing-v1-21-1
  • b58b747 Releasing v1.21.1
  • d605afb Merge pull request #4211 from serverless/spotInstDocs
  • c010c8c update doc link
  • 17114d1 Merge pull request #4210 from serverless/spotInstDocs
  • f221889 update docs
  • faf442f Merge pull request #4208 from serverless/spotInstDocs
  • 941b921 update docs
  • 4941315 update docs
  • ba75f73 add docs
  • 8814d0a Merge pull request #4205 from serverless/CiInfoUpgrade
  • e0201e2 Merge pull request #4192 from HyperBrain/deploy-function-deploys-function
  • d271b91 Upgrade ci-info package
  • 5ff4c3b Merge pull request #4204 from serverless/hardening-create-tests
  • bc6b0f6 Hardening create tests

There are 63 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2017

Version 1.22.0 just got published.

Update to this version instead 🚀

Release Notes 1.22.0 (13.09.2017)

Meta

Commits

The new version differs by 104 commits.

  • b16bc20 Merge pull request #4254 from serverless/releasing-1.22
  • 4f993b9 releasing 1.22
  • 15bace2 Merge pull request #4243 from serverless/travis-shrinkwrap-creation
  • 38e12cf Rename script to "shrinkwrap" to make it more distinguishable
  • 29c6681 Update to rely on npm script rather than Travis CI before_deploy hook
  • 33ce81a Merge pull request #4245 from RafalWilinski/invalid-profile-fail
  • daffd05 Fix throw condition and add tests
  • f67e4ad Throw error if specified profile does not exist
  • de195e3 Add npm-shrinkwrap.json creation to Travis publish process
  • 96bac39 Merge pull request #4224 from lorengordon/escaped-default-string
  • 1261bd9 Merge pull request #4046 from horike37/add-plugin-command
  • 6ae1587 update the install process
  • 3b92e2f Merge pull request #4220 from RafalWilinski/aws-kotlin-template
  • 4fee705 Add tempalte to create CLI reference
  • e394713 Add tests for test directory

There are 104 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 21, 2017

Version 1.23.0 just got published.

Update to this version instead 🚀

Release Notes 1.23.0 (21.09.2017)

Meta

Commits

The new version differs by 143 commits.

  • eca6a53 Merge pull request #4298 from serverless/releasing-1.23
  • 7c47dcf releasing 1.23
  • ed614bf Merge pull request #4206 from serverless/improve-login
  • 2427a62 Merge pull request #4296 from rwtombaugh/master
  • 3797211 Fix webtask docs typo
  • 44d1e97 fix links in webtask docs
  • de65b11 Merge pull request #4256 from serverless/add-archived-visibility
  • b8af810 Update and fix stubbing in tests
  • 708d3b0 Merge pull request #4286 from RafalWilinski/window-env-path
  • a2baa95 remove only statement
  • 103efd7 add tests for archiveService
  • 2bafab8 remove unnecessary check
  • 0b8f1b4 Change colon to path.delimeter
  • 63d821e Merge pull request #4292 from Toosick/patch-1
  • 5d7374d Merge pull request #4287 from rwtombaugh/docs

There are 143 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 1, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2017

Version 1.24.0 just got published.

Update to this version instead 🚀

Release Notes 1.24.0 (01.11.2017)

Meta

Commits

The new version differs by 229 commits.

  • a74d731 Merge pull request #4431 from serverless/releasing-v1-24-0
  • d2d230b Releasing v1.24.0
  • ea1feca Merge pull request #4422 from realmike33/patch-1
  • 64e8554 Merge pull request #4421 from jeffnoehren/master
  • 58fd3a5 Consultants
  • 354cc9f Spotinst - fixing broken link
  • e8db066 Spotinst - fixing broken link
  • 7648428 Merge branch 'master' of github.com:jeffnoehren/serverless
  • f151e97 Merge pull request #4 from serverless/master
  • edbded7 Spotinst - updating docs for new template layout
  • 51c1d5c Spotinst - Updating templates to include the new framework
  • f81d6f9 Merge pull request #4419 from HyperBrain/fix-function-configuration-update
  • 06cf6df More tests to increase coverage
  • 97896eb Do not update configuration parts that contain references.
  • 6289ea8 Merge pull request #4410 from serverless/FIX-SingleBeforeEach

There are 229 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 7, 2017

Version 1.24.1 just got published.

Update to this version instead 🚀

Release Notes 1.24.1 (07.11.2017)
Commits

The new version differs by 16 commits.

  • c852ec8 Merge pull request #4453 from serverless/releasing-v-1-24-1
  • fd27a46 Releasing v1.24.1
  • ebd6145 Merge pull request #4450 from serverless/fix-variables-test
  • 5744a08 Fixed #getValueFromFile():should work for absolute paths with ~ unit test
  • 3e826ef Reworked remaining variable tests to use sinon chai notation
  • 5929054 improve Variables test
  • 1681082 Merge pull request #4448 from AndrewFarley/bugfix_default_variables_file_not_exists
  • 21a64ae update test for that case
  • 80c9442 Fixing linting, finally?
  • 2080ce9 Fixing linting
  • 5b786e8 Fixing linting
  • 113e7b9 Fixing #4435
  • aaabb92 Merge pull request #4445 from raids/fix-docs-typo
  • 0a2812c Correct typo: Funtion to Function
  • 4c78d91 Merge pull request #4441 from comuttun/fix-issue-4434

There are 16 commits in total.

See the full diff

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

Successfully merging this pull request may close these issues.

0 participants