This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
v1.0.4
kubernetes-bitnami
released this
02 Jul 09:25
·
51 commits
to master
since this release
This release includes several new versions and improvements for the existing runtimes:
- NodeJS:
- Two new versions are now available (
nodejs10
andnodejs12
). These new versions are based on thebitnami/node
instead that the officialnode
image since the bitnami image save ~400MB. Be wary when upgrading since some system packages may not be available. - Added support for
multipart
requests. See an example here. Thanks @diugalde for the contribution!
- Two new versions are now available (
- Golang: New versions
go1.11
andgo1.12
- Java: New version
java11
- PHP: New version
php73
- Ruby: New version
ruby26
Apart from that, the Golang version used to compile Kubeless and the different triggers has been updated to 1.12 and the officially supported versions for Kubernetes have been updated.
This is the list of commits included in this core repository:
- e668da7 Update use-existing-kafka.md (#1056)
- 4f605f6 Update http and cronjob trigger controllers (#1054)
- 7ab056d Cleanup scripts (#1052)
- 1eb9dc6 Upgrade GKE version in tests (#1051)
- f849e98 Upgrade Minikube version (#1050)
- e177427 Update Go version, migrate to go mod (#1048)
- a31e19b Replace base image for unzip (#1047)
- 2c847c4 Update runtimes.md (#968)
- 3246a1f Passing Container env variables to Compile container (#1030)
- 5a2f87e updated custom runtime documentation links (#1028)
- cd1d8f9 Update info to retrieve available runtimes (#1024)
- 0df8094 Update dev-guide.md
- 84fa853 improve code format (#1018)
- 57ab07a change 'go vet' to 'go tool vet' (#1019)
- f6cca9b fix spelling error of docs/function-controller-configuration.md (#1017)
- d0006bc fix 404 not fund (#1011)
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.4/kubeless-v1.0.4.yaml
WITHOUT RBAC:
kubectl create ns kubeless
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.4/kubeless-non-rbac-v1.0.4.yaml
OPENSHIFT:
oc create ns kubeless
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.4/kubeless-openshift-v1.0.4.yaml