This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
v1.0.0-alpha.3
kubernetes-bitnami
released this
22 May 13:27
·
157 commits
to master
since this release
This release includes:
- Support for Java and .NET (thanks to @allantargino!) as runtimes.
- Runtimes like Ruby and PHP now expose Prometheus metrics (#747).
- Support for URLs in the flag
--from-file
of thedeploy
command (thanks to @tkeech1).
This is the detailed list of commits and features:
- fd935b4 Fix GKE cluster name with circleci tag
- 52e4ec2 Set test link to master branch
- aba3ae9 Move nodejs zip example file to the Kubeless repo (#773)
- a5e99ad Add shorthand flags (#767)
- 0ca7d3b Remove travis file (#768)
- d52df4b Setup docker in GKE build (#771)
- 473f2e2 .NET Core runtime major fixes (#697)
- 472f9f2 Go wrapper for incomplete runtimes (#747)
- d379421 java support with prometheus and dependency management with maven (#738)
- baa1457 Utils refactor (#734)
- a650c4c Added URL support to --from-file command line flag (#726)
- b61f3a0 [CI] Build only images when needed (#755)
- 63e9a09 bump up kubernetes code generator version (#753)
- 8f011e4 Add ca-certificates to Golang runtime image (#749)
- 1d2f73a CircleCI integration (#743)
- 8b266a2 Add response object to function event (#745)
- 8e0e006 <cmd/kubeless/logs>: change some typo and judge all containers in pod (#742)
- e2e9bcf <cmd/function>: make user be able to choose image-pull-policy (#741)
- 082209d <script/binary>: print more information when building (#739)
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.3/kubeless-v1.0.0-alpha.3.yaml
WITHOUT RBAC:
kubectl create ns kubeless
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.3/kubeless-non-rbac-v1.0.0-alpha.3.yaml
OPENSHIFT:
oc create ns kubeless
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.3/kubeless-openshift-v1.0.0-alpha.3.yaml
# Kafka
oc create -f https://github.com/kubeless/kubeless/releases/download/v1.0.0-alpha.3/kafka-zookeeper-openshift-v1.0.0-alpha.3.yaml