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

Releases: vmware-archive/kubeless

v0.1.0

29 Aug 10:11
Compare
Choose a tag to compare
  • Update runtimes
  • Provide kubeless cli for windows
  • Enhance integration tests
  • Support custom runtime

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

kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/v0.1.0/kubeless-v0.1.0.yaml | kubectl create -f -

0.0.20

10 Aug 02:29
Compare
Choose a tag to compare

New features:

  • expose function via ingress command
  • support --env, --memory, --label to function
  • runtime enhancements

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

kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/0.0.20/kubeless-0.0.20.yaml | kubectl create -f -

0.0.19

01 Aug 14:34
Compare
Choose a tag to compare
0.0.19 with openshift manifest

0.0.18

26 Jul 08:49
Compare
Choose a tag to compare

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

kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/0.0.18/kubeless-0.0.18.yaml | kubectl create -f -

0.0.17

25 Jul 16:10
Compare
Choose a tag to compare

Fixes:

  • wrong labels in kafka and zookeeper pods
  • create topic not working due to permission issues
  • improve runtimes for python

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

kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/0.0.17/kubeless-0.0.17.yaml | kubectl create -f -

0.0.16

06 Jul 08:19
Compare
Choose a tag to compare

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

kubectl create ns kubeless
curl -sL https://github.com/kubeless/kubeless/releases/download/0.0.16/kubeless-0.0.16.yaml | kubectl create -f -

0.0.15

04 Jul 08:09
Compare
Choose a tag to compare
  • Update zookeeper and kafka digests
  • Remove kubeless install. Kubeless now will be installed via a shipped yaml manifest. This manifest is generated by kubecfg
  • Automate release process, triggered via github tagging

0.0.14

19 Jun 13:07
Compare
Choose a tag to compare
0.0.14 Pre-release
Pre-release

This release strongly focuses on improving stability of Kubeless controller. Two major changes are:

  • Refactored the controller by using SharedIndexInformer and workqueue
  • A garbage collector process was added to the controller at startup time in order to clean up orphaned objects from the last running

0.0.13

30 May 12:19
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release

This latest release contains:

  • Prometheus monitoring by default in Python runtime
  • Improved Kafka/Zookeeper deployment using stateful sets
  • Deployment manifests for the UI, Kafka, the controller and prometheus

To install it, download the zip file, for example on OSX:

curl -L https://github.com/kubeless/kubeless/releases/download/0.0.13/kubeless_darwin-amd64.zip > ./kubeless.zip

0.0.12

16 May 07:01
Compare
Choose a tag to compare
0.0.12 Pre-release
Pre-release
cut 0.0.12