serverless-kubeless-v0.3.0
kubernetes-bitnami
released this
17 Jan 14:01
·
122 commits
to master
since this release
Release v0.3.0 includes a breaking change: Now serverless-kubeless
will attempt to deploy the zip package that Serverless creates by default (excluding the node_modules
folder) instead of deploying just the handler code file. If the package size is over 1MB the deployment won't success, you may need to exclude files from your project in order to deploy a function. Check upstream documentation for more details.
This is the list of commits included:
- 4d06711 Merge pull request #102 from andresmgot/zipFiles
- fa5ba31 Merge pull request #103 from andresmgot/v0.3.4
- f1675c8 Update version to Kubeless version to 0.3.4
- 2705e2f Merge pull request #101 from andresmgot/portTimeout
- 6edd3bf Merge pull request #100 from serverless/andresmgot-patch-1
- 607ec56 Update TODO app readme
- 9935294 Merge pull request #95 from vishweshwarp/windowsDeployFix