Skip to content

Releases: openfaas/of-watchdog

Add a new static mode for serving static websites

13 Aug 08:21
Compare
Choose a tag to compare

Changelog:

  • Add a new static mode for serving static websites #76 via @matipan

You can now serve static content through OpenFaaS using the of-watchdog. Use mode=static and see the README for more details.

Consolidate start-up messages for watchdog

11 Jul 09:14
Compare
Choose a tag to compare

Changelog:

  • Consolidate start-up messages for watchdog

After:

2019/07/11 10:14:29 OperationalMode: streaming
2019/07/11 10:14:29 Timeouts: read: 10s, write: 10s hard: 10s.
2019/07/11 10:14:29 Listening on port: 8080
2019/07/11 10:14:29 Writing lock-file to: /tmp/.lock
2019/07/11 10:14:29 Metrics listening on port: 8081

Multi-arch Docker images for distribution

04 Jun 18:57
Compare
Choose a tag to compare
Update docker images to use openfaas namespace

Signed-off-by: Burton Rheutan <[email protected]>

Multi-arch Docker images for distribution

04 Jun 18:06
Compare
Choose a tag to compare
Build to create images with binary

Update the build to create images of the binaries for each
of the supported platforms: darwin, armhf, arm64, windows,
and x86_64 (linux)

Also updated the travis file in order to push these images
up to docker hub and create a manifest file for easy
multi-arch image pulls

Signed-off-by: Burton Rheutan <[email protected]>

Add Concurrency Limiter

05 Apr 08:27
Compare
Choose a tag to compare

Changelog

New optional feature allows max_inflight to be set allowing for the of-watchdog to reject incoming concurrent requests beyond a certain amount.

Add custom metrics

04 Apr 08:47
Compare
Choose a tag to compare

Changelog:

  • Add custom metrics #57

This change adds a HTTP server on port 8081 to serve the /metrics route with RED metrics on invocations etc.

Minor fix

29 Mar 07:48
Compare
Choose a tag to compare

Changelog:

  • Fix for #48 for when people misread the instructions and set exec_timeout of 0s vs 0.

Update fprocess parsing to enable key/value arguments

28 Dec 16:32
Compare
Choose a tag to compare

Changelog:

Add http buffering mode

18 Nov 16:50
Compare
Choose a tag to compare

Changelog:

  • Adds http buffering mode as per #41

Release with SHA256 added

15 Nov 17:21
Compare
Choose a tag to compare
Add sha256 has to ci deploy binaries

Signed-off-by: Richard Gee <[email protected]>