github openfaas/faasd 0.10.0
Move core-services to openfaas namespace and add user support

latest releases: 0.18.8, 0.18.7, 0.18.6...
3 years ago

Notes

The core services now reside in the openfaas namespace, so sudo journalctl -u openfaas:gateway instead of default:gateway.

Containers added to the faasd stack such as InfluxDB can be assigned their own user id and group through the new YAML field user. I.e. user: 1000 - then you can chmod any folders that are bind-mounted for persistent data. See the PR for a full example of adding influxdb for use with functions.

Changelog for 0.10.0:

Commits
294ef0f Fix error handling by @alexellis
32c00f0 Use the openfaas namespace for core services by @alexellis
2533c06 Add user support for custom containers by @alexellis

Generated by Derek

Don't miss a new faasd release

NewReleases is sending notifications on new releases.