Releases: trusch/btrfaas
Releases · trusch/btrfaas
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.2.0 release candidate
This is the first RC of v0.2.0
It contains an upgrade to encrypt every communication by default.
v0.1.1
This release contains a minor bug fix + some UX improvements
- don't use /var/lib/btrfaas as base directory for docker platform deployments
- add
btrfaasctl function init
andbuild
commands - added templates for go, nodejs, python and frunner based functions to the repo
- function and service specs can now be http URL's
v0.1.0
This is the first release of btrfaas.
Initial features are:
- deploy and run function containers
- deploy and use secrets
- deploy and run openfaas function containers
- chain functions and pass options to them by using function expressions
- deploy to local docker or to docker swarm
- high performant gRPC interface
- a simple way to wrap any command line tool into a btrfaas function
- support for native functions in the following languages:
- go
- nodejs
- python