This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
v0.2.2
This release include the following commits and features:
- ae5437d Update command refactor (#340)
- d922f44 Adding contributing documentation (#346)
- abb6223 Add support for custom runtime images in CLI (#323)
- ec6e538 Fix deployment recreation (#332)
- 6c26bab Supporting comma separated values in environment variables on command-line (#316)
- 5e1736e PubSub: Avoid the need to scape characters when publishing messages (#338)
- db8391f Allow to use a custom npm scope and registry (#328)
- e4be8f5 Print parsed dependencies (#335)
- a985ec8 Add autoscaling manifests (#269)
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.2/kubeless-v0.2.2.yaml | kubectl create -f -
WITH RBAC ENABLED:
kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/v0.2.2/kubeless-rbac-v0.2.2.yaml | kubectl create -f -