Releases: openfaas/of-watchdog
Fix issue with log directives in function output
Changelog for 0.9.4:
Commits
92353ab Don't use Printf if we aren't prefixing the logs. by @jcollie
7809452 don't pass output as a format string by @jcollie
46cde10 Mention that WSGI tends to require buffering HTTP body by @alexellis
Changes: 0.9.3...0.9.4
Generated by Derek
Don't log for custom HTTP health checks from kubelet
Changelog for 0.9.3:
- PR #131 Silence logging from custom kubelet probes by @alexellis
Commits
4c5f48f Silence logging from probes by @alexellis
Changes: 0.9.2...0.9.3
Generated by Derek
Add tests for extended buffering from logs
Changelog for 0.9.2:
- PR #127 Add tests for bindLoggingPipe by @alexellis
Commits
a028941 Add tests for bindLoggingPipe by @alexellis
Changes: 0.9.1...0.9.2
Generated by Derek
Allow for very long log lines
Changelog for 0.9.1:
- PR #126 Allow for very long log lines by @alexellis
Commits
1c6daa7 Allow for very long log lines by @alexellis
Changes: 0.9.0...0.9.1
Generated by Derek
Speed up shutdown according to remaining active connections
Changelog for 0.9.0:
- PR #125 Speed up shutdown according to number of connections by @alexellis
Commits
aeccace Add metrics to README by @alexellis
a265b19 Upgrade Prometheus client library to v1.11.0 by @alexellis
31e1d32 Perform graceful shutdown according to number of connections by @alexellis
989ac5f Update README.md by @alexellis
Changes: 0.8.4...0.9.0
Generated by Derek
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
mode
by @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