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 or127.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:
- PR #110 Restart stopped tasks by @alexellis
- PR #107 Move core services logs to the journal for clarity by @alexellis
- PR #105 Expose ports from docker-compose.yaml by @alexellis
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