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

v0.3.4

Compare
Choose a tag to compare
@kubernetes-bitnami kubernetes-bitnami released this 15 Jan 15:33
· 321 commits to master since this release
d16de3f

This release includes several bug fixes, documentation changes and CI improvements. In particular it contains fixes for:

  • Deleting monitoring resources when RBAC is enabled.
  • Updating autoscale settings with the kubeless function update command.
  • Executing scheduled functions.

This is the detailed list of commits and features:

  • d16de3f Update README.md
  • 4a00d3d Use curl instead of wget for triggering scheduled functions (#552)
  • 18026df [PROPOSAL] Decoupling triggers proposal (#396)
  • 6c0bb88 Refactor update command to properly use default values (#547)
  • ab21e60 Allow the controller to manage monitoring resources when RBAC is enabled (#551)
  • f5534fe Update GKE cluster version. Fix condition for enabling Kafka tests (#550)
  • 281de95 Fix Travis tests to use the correct image tag (#549)
  • 8e6a11b Merge pull request #536 from ngtuna/travis-fix
  • a4987fd Merge pull request #546 from ngtuna/makefile-1
  • 31a479d minor fix to run script/integration-tests locally on minikube
  • daaf4cf Merge pull request #543 from ryuheechul/patch-2
  • eae6305 Add --env option

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.3.4/kubeless-v0.3.4.yaml | kubectl create -f -

WITH RBAC ENABLED:

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