Skip to content

Releases: openfaas/faasd

Configure core services with a compose file

08 Jun 08:44

Choose a tag to compare

Changelog for 0.9.0:

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

Updates for core components

30 May 18:23

Choose a tag to compare

Changelog for 0.8.3:

  • PR #74 Update OpenFaaS core components for faasd by @Hsiny
  • PR #70 Add instructions for bootstrapping faasd on digitalocean by @mehyedes

Commits
d64edeb Update OpenFaaS core components for faasd by @Hsiny
42b9cc6 Update suffix approach for dev guide by @alexellis
25c553a Reorganise docs/ folder by @mehyedes
8bc39f7 Update README.md by @mehyedes
cbff6fa Include instructions for bootstrapping faasd on digitalocean by @mehyedes
3e29408 Update README.md by @alexellis
04f1807 Bump instructions to latest patch release by @alexellis

Generated by Derek

Security fix for authenticated REST API

29 Apr 13:49

Choose a tag to compare

Changelog for 0.8.2:

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

07 Mar 10:12

Choose a tag to compare

Changelog for 0.8.1:

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

01 Mar 20:13

Choose a tag to compare

Changelog for 0.8.0:

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

26 Feb 08:18

Choose a tag to compare

Changelog for 0.7.9:

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

23 Feb 20:51

Choose a tag to compare

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

23 Feb 20:07

Choose a tag to compare

Changelog for 0.7.7:

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

23 Feb 19:55

Choose a tag to compare

Changelog for 0.7.6:


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

11 Feb 12:47

Choose a tag to compare

Changelog for 0.7.5:

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