This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
v1.0.0-alpha.5
kubernetes-bitnami
released this
15 Jun 09:36
·
138 commits
to master
since this release
This release includes the following features:
- Ballerina.io as supported runtime. Thanks to @anuruddhal
- NodeJS distroless variant. Minimum image size for NodeJS functions. Thanks to @Henrike42
- TLS and SASL support for the Kafka controller. Thanks to @ryarnyah
- .NET core compilation improvements. Thanks to @allantargino
This is the detailed list of PRs and commits included:
- 2b9b08e Add TLS & SASL configuration for existing kafka brokers (#799)
- e993277 Avoid to overwrite existing resources (#814)
- b3013cc Update adv deployment doc (#809)
- 10477c7 Add kubeless package to ballerina central (#802)
- 8a9fdde add integration test: get-nodejs-distroless-deps (#801)
- cc4f5d7 fix slack link (#800)
- 2507dc8 760 make healthcheck configurable (#795)
- b06c647 Add ballerina runtime support (#788)
- c276365 Nodejs Runtime: Use bare minimum base image (#792)
- 4012623 .NET Core runtime using compilation (#791)
- 323f090 Merge pull request #787 from lducazu/master
- 55899a8 Update runtimes.md
- 5f5178c Add kinesis yaml in the release process. Other minor fixes (#786)
- 16cb7ea Fix docs format
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.0-alpha.5/kubeless-v1.0.0-alpha.5.yaml
WITHOUT RBAC:
kubectl create ns kubeless
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.5/kubeless-non-rbac-v1.0.0-alpha.5.yaml
OPENSHIFT:
oc create ns kubeless
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.5/kubeless-openshift-v1.0.0-alpha.5.yaml
# Kafka
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.5/kafka-zookeeper-openshift-v1.0.0-alpha.5.yaml