Skip to content

Releases: trusch/btrfaas

v0.3.3

08 Dec 07:31
Compare
Choose a tag to compare

This fixes some small issues in the command line client + simplified naming of port mappings

v0.3.2

01 Dec 11:55
Compare
Choose a tag to compare

This is a bug fix release which fixes a critical bug in platform initialization.

v0.3.1

01 Dec 10:44
Compare
Choose a tag to compare

This release contains some loadbalancing improvements + initial support for arm32v6 and arm64v8

v0.3.0

27 Nov 12:57
Compare
Choose a tag to compare

This is a major release and has made some incompatible changes.

The important ones are:

  • frunner and templates now require client authentication
  • k8s deployment support (!)
  • some UI/UX changes especially when it comes to using multiple environments

v0.2.2

23 Nov 11:47
Compare
Choose a tag to compare

This is a bugfix and performance release. There are also some minor modifications to the cli.

The performance increase is about factor 10 :)

v0.2.1

21 Nov 12:54
Compare
Choose a tag to compare

This is mainly a documentation update release. One minor fix in fui is included, so that it will use TLS secured communication to the gateway.

v0.2.0

21 Nov 11:25
Compare
Choose a tag to compare

This is a breaking release which introduces TLS encryption by default for all communication.

v0.2.0 release candidate

21 Nov 10:49
Compare
Choose a tag to compare
Pre-release

This is the first RC of v0.2.0

It contains an upgrade to encrypt every communication by default.

v0.1.1

17 Nov 12:35
Compare
Choose a tag to compare

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 and build 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

17 Nov 09:41
Compare
Choose a tag to compare

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