github openfaas/faasd 0.9.5
Expose ports from compose, log to core services to journal and restart stopped tasks

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

In this release:

  • Expose ports from docker-compose.yaml - a big one!

    You can now access the built-in Prometheus and NATS instances via their APIs and add in additional services like Caddy to the docker-compose.yaml file. Expose to localhost or the whole network. Use 8080:8080 to expose on all interfaces or 127.0.0.1:9090:9090 to expose to only the local adapter for use with inlets, an SSH tunnel or a reverse proxy.

  • Move core services logs to the journal for clarity - a small fix, but a big win.

    The logs of the gateway and all core services are now moved into journalctl, so that faasd just does its thing and shows you what you need to look at in one place.

  • Restart tasks that excited or were in a stopped state

    Ideal when your function crashes or hits a memory limit

Changelog for 0.9.5:

Commits
b20e561 Return out of scale handler when hitting an error by @alexellis
40829bb Restart stopped tasks by @alexellis
87f49b0 Add upgrade instructions by @alexellis
b817479 Document logs redirection by @alexellis
faae82a Move core services logs to the journal by @alexellis
cddc10a Document APIs by @alexellis
1c8e8bb Fix proxy test by @alexellis
6e537d1 Add docs for compose file by @alexellis
c314af4 Add local resolver for system containers by @alexellis
4189cfe Expose ports for core services by @alexellis
9e2f571 Update README.md by @alexellis

Generated by Derek

Don't miss a new faasd release

NewReleases is sending notifications on new releases.