Releases: openfaas/faasd
Security fix for authenticated REST API
Changelog for 0.8.2:
- PR #72 Remove output fields from the logs test case by @LucasRoesler
- PR #71 Fix vulnerability in authenticated secrets API by @alexellis
- PR #62 Use an unbuffered log msg channel by @LucasRoesler
Commits
35e017b Remove output fields from the logs test case by @LucasRoesler
e54da61 Use quote for test failure output by @alexellis
84353d0 Format buildCmd test output by @alexellis
e33a608 Fix vulnerability in authenticated secrets API by @alexellis
7b67ff2 Update README.md by @alexellis
19abc9f Use an unbuffered log msg channel by @LucasRoesler
480f566 Update to 0.8.1 faasd by @alexellis
Generated by Derek
Read logs from journal and fix display issue when deleting functions
Changelog for 0.8.1:
- PR #60 Initial journald log provider attempt by @LucasRoesler
- PR #61 Skip adding function if GetFunction returns error by @carlosedp
Commits
cece6cf Improve journalctl version compat by @LucasRoesler
22882e2 Initial journald log provider attempt by @LucasRoesler
667d74a Skip adding function if GetFunction returns error by @carlosedp
9dcdbfb Update DEV.md by @alexellis
3a9b812 Promote to 0.8.0 with pull policy of always by @alexellis
734425d Update the dev workflow by @alexellis
Generated by Derek
Always pull images by default
Changelog for 0.8.0:
- PR #57 Always pull images by default by @alexellis
- PR #56 Makefile: added labels to test-e2e by @kadern0
Commits
70e7e0d Apply gofmt by @alexellis
be8574e Always pull images by default by @alexellis
a0110b3 Makefile: added labels to test-e2e by @kadern0
Generated by Derek
Label support
Changelog for 0.7.9:
- PR #55 Add label for single function query by @martindekov
Commits
87c71b0 Add label for single function query by @martindekov
dc8667d Return not implemented for logs by @alexellis
Generated by Derek
Return not implemented for logs
Changelog for 0.7.8:
Commits
dc8667d Return not implemented for logs by @alexellis
137d199 Update to 0.7.7 by @alexellis
560c295 Enable labeling containers by @martindekov
Generated by Derek
Add label support for containers
Changelog for 0.7.7:
- PR #45 Enable labeling containers by @martindekov
- PR #49 Enable containerd on reboot by @gabeduke
Commits
560c295 Enable labeling containers by @martindekov
93325b7 Enable containerd on reboot by @gabeduke
2307fc7 Add log shim and collect command by @alexellis
853830c Add shim for collecting logs by @alexellis
Generated by Derek
Add shim for collecting logs
Changelog for 0.7.6:
- PR #50 Add shim for collecting logs by @alexellis
The collect command redirects function logs to the journal for
viewing on journalctl. faas-cli logs is not implemented as of
yet. View logs with journalctl -t openfaas-fn:FN_NAME_HERE.
Tested on Dell XPS with Ubuntu Linux. The approach takes
inspiration from the Stellar project.
See the README for more
Commits
2307fc7 Add log shim and collect command by @alexellis
853830c Add shim for collecting logs by @alexellis
262770a Add note for credentials helper by @alexellis
0efb6d4 Update developer docs by @alexellis
27cfe46 Update context on DO by @alexellis
d6c4eba Add help & support by @alexellis
e9d1423 Add terraform sample by @alexellis
4bca5c3 Use 0.7.5 for auth support by @alexellis
10e7a2f Add tutorial for private registry by @alexellis
4775a9a service: support /var/lib/faasd/.docker/config.json by @AkihiroSuda
e07186e deploy: use reference.ParseNormalizedNamed() by @AkihiroSuda
Generated by Derek
Support private auth for registries
Changelog for 0.7.5:
- PR #41 Support private repo by @AkihiroSuda
Commits
4775a9a service: support /var/lib/faasd/.docker/config.json by @AkihiroSuda
e07186e deploy: use reference.ParseNormalizedNamed() by @AkihiroSuda
2454c2a Update README.md by @alexellis
8bd2ba5 Clarify faasd purpose by @alexellis
c379b0e Lift out developer instructions by @alexellis
226a20c Update README.md by @alexellis
02c9dcf Increase e2e sleep by @alexellis
0b88fc2 Update to 0.7.4 of faasd by @alexellis
fcd1c9a Fix cloud-config script to use new openfaas org by @alexellis
592f3d3 Move to openfaas org by @alexellis
Generated by Derek
Move to openfaas org
Changelog for 0.7.4:
Generated by Derek