This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
v0.2.4
·
446 commits
to master
since this release
The new release v0.2.4 includes:
- Support for specifying zip files when using the flag --from-file. The file size is limited by the maximum size allowed for an entry in the Kubernetes
etcd
database. - Checksum validation of functions.
- Deployment feedback when executing
kubeless function deploy
andkubeless function ls
. - Updated vendor dependencies.
- Simplified
kubeless function call
command to avoid the PortForward tunnel. - A fix for resolving the Kubernetes config on Windows.
This is the detailed list of features included:
- 3bcf724 Use different handlers for pubsub examples (#425)
- 115f219 Use ConsumerGroup for NodeJS event-based image with a GroupID (#423)
- f0c5c0a Allow to specify a Zip file (#400)
- eab3d80 Update resources (#410)
- 8953694 Return deployment status (#414)
- abc486e Refactor call method to avoid hardcoded URL (#411)
- c88e16a Merge pull request #412 from ngtuna/quick-fix-readme
- 8d34665 Substitute TPR with CRD in code (#409)
- f008a26 Split k8sutils functions into different pkgs (#408)
- 43ceb59 Merge pull request #387 from anguslees/rmkubectl
- 431ae11 Merge pull request #381 from anguslees/vendorup
- 8187b22 First experience enhancements (#378)
- 40245f0 Merge pull request #377 from jjo/jjo-add-simple-ingress_and_autoscale-testing
- 7394b93 Add error reporting to Slack messages rather than fail silently (#391)
- f7519b2 Rely on k8s' atomic logic rather than our own check-before-do (#384)
- 9701d8b [jjo] fix RBAC roles (#376)
- ec218ce Bump client-go to v3.0.0 and glide up
- bbd8c1d Merge pull request #380 from rodcloutier/fix-ingress-gke
- 63e2831 ingress create command: fixed host parsing when no port is defined. Fixes #379
- 2589104 Merge pull request #374 from ngtuna/autoscaling-cm
- e6676c9 Improve Installation documentation (#372)
- 7a2343a doc: highlight kubeless/functions/ and its incubator (#369)
- e37b644 small tweaks in readme for tgif (#368)
- 3f985a0 add READMEs in examples and docs (#366)
- e6597a8 Merge pull request #360 from ngtuna/windows-kubeconfig
- d4d1896 Development setup enhancements (#363)
- 66a3478 docs: ingress: update links (#362)
- ff54b2d Simplify call command (#348)
To install this latest version, use the manifest that is part of the release:
NO RBAC:
kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/v0.2.4/kubeless-v0.2.4.yaml | kubectl create -f -
WITH RBAC ENABLED:
kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/v0.2.4/kubeless-rbac-v0.2.4.yaml | kubectl create -f -