Changelog for 0.9.0:
- PR #80 Print version and reduce verbosity by @alexellis
- PR #76 Load core faasd service definitions from compose by @LucasRoesler
Notes:
This release introduces breaking changes, whereby the core OpenFaaS services are now
defined and loaded from a docker-compose.yaml file instead of being hard-coded within
the up.go
file. You will have to fetch the docker-compose.yaml file from the root of this repository
before upgrading to the 0.9.0 binary.
The benefit is that you can tweak versions and timeouts without rebuilding faasd.
Commits
26debca Print version and reduce verbosity by @alexellis
50de0f3 Load core faasd service definitions from compose by @LucasRoesler
Generated by Derek