Skip to content

Releases: openfaas/of-watchdog

Update for flag aliases

01 Sep 14:26

Choose a tag to compare

Changelog:

  • Clarify buffer_http option and set new aliases #81

See changeset for more.

Restore prefix of stderr

29 Aug 22:05

Choose a tag to compare

Changelog:

  • Adds a prefix of the file of origin to log lines from the fprocess #80

Implement line-scanning to support structured logging

29 Aug 20:34

Choose a tag to compare

Changelog:

  • Use bufio.Scanner for reading stderr and stdout #73 - thanks to @cconger for adding this change to better enable structured logging.

This is a breaking change and stdout / stderr prefixes are removed.

Move to Go 1.11

22 Aug 13:51

Choose a tag to compare

Changelog:

Add a new static mode for serving static websites

13 Aug 08:21

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

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

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

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

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

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.