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

v1.0.2

Compare
Choose a tag to compare
@kubernetes-bitnami kubernetes-bitnami released this 04 Feb 12:36
· 71 commits to master since this release
7d70829

This is a maintenance release that includes the following commits:

  • 7d70829 Remove unused deps (#995)
  • 8b433ef Added import for all client-go auth plugins (#991)
  • 25afd67 Disable runtime check if has no permissions to do so (#992)
  • 6d371ae Differentiate service port and target port for container (#993)
  • daf1814 Fixes evaluation of the file suffix for functions with base64 content type (#987)

Thanks to @me-viper, @gimlet2, @dimm0 and @mpalumbo7 for their contributions!

To install this latest version, use the manifest that is part of the release:

WITH RBAC ENABLED:

kubectl create ns kubeless
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.2/kubeless-v1.0.2.yaml 

WITHOUT RBAC:

kubectl create ns kubeless
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.2/kubeless-non-rbac-v1.0.2.yaml 

OPENSHIFT:

oc create ns kubeless
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.2/kubeless-openshift-v1.0.2.yaml