Releases: openfaas/of-watchdog
Update Prometheus client
Changelog for 0.8.4:
Commits
bbd2e96 Update prometheus client version by @alexellis
Generated by Derek
Publish to GHCR via GitHub Actions
Changelog for 0.8.3:
- PR #114 Migration to Github Actions and multiarch builds by @LucasRoesler
Commits
a49fcb4 Fix golang version during build flow by @LucasRoesler
d293eb7 Use dynamic repo owner for docker tags by @LucasRoesler
5527465 Duplicate classic-watchdog make and docker files by @LucasRoesler
c00d590 Migration to Github Actions and multiarch builds by @LucasRoesler
c72f1f9 Add separator to message by @alexellis
f99b6dd Make prefix string explcit by @alexellis
Generated by Derek
Enable log prefix trimming for pass-through of logs from functions.
Changelog for 0.8.2:
- PR #121 Add mechanism to disable prefixes to function logs by @alexellis
- PR #120 Log some additional internal messages to stderr by @alexellis
- PR #119 Add docs in EnvVar section for
modeby @Waterdrips
Commits
e338b8a Update Go version to 1.15 by @alexellis
664c2df Document prefix_logs feature by @alexellis
51ea0d6 Add mechanism to disable prefixes to function logs by @alexellis
6b710fb Log internal messages to stderr by @alexellis
6bee3ec Add docs in EnvVar section for mode by @Waterdrips
Generated by Derek
Update to using go modules
Changelog for 0.8.1:
- PR #112 Switch to go modules by @alexellis
- PR #109 Remove duplicated line from Dockerfile by @itsksaurabh
Commits
9f89d2b Switch to go modules by @alexellis
9550ec0 Remove duplicated line from Dockerfile by @itsksaurabh
ec85b31 Reorganise image placement by @alexellis
Generated by Derek
Move of-watchdog to its new home in the main org
Changelog for 0.8.0:
Commits
6b6441c Update README by @alexellis
8cce858 Move namespace to openfaas by @alexellis
Generated by Derek
Propagate context in HTTP mode
Changelog for 0.7.7:
- PR #93 Forward original request's context by @spawn2kill
Commits
c796e1b forward original request's context by Hilário Coelho
Generated by Derek
Allow integers to be used instead of Golang durations for timeouts
Changelog for 0.7.6:
- PR #90 Allow Int values and parse as Seconds for Durations by @Waterdrips
Generated by Derek
Add Http_Transfer_Encoding for serializing/streaming modes
Release built with Go 1.13
Changelog for 0.7.4:
Generated by Derek
Add -run-healthcheck option
Changelog for 0.7.3:
- PR #87 Add
healthchecksubcommand. by @reitermarkus - PR #88 Add .idea to the .gitignore file by @coolbeevip
Note: This change is only useful for exec healthchecks and not for http probes. Wherever possible users should only use http healthchecks since exec is very resource intensive.
Generated by Derek