-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.11.1 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-openfaas-of-watchdog-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df59941 to
877dd54
Compare
877dd54 to
963b9a6
Compare
963b9a6 to
031774d
Compare
031774d to
139cb18
Compare
7fc8b15 to
0c38c09
Compare
0c38c09 to
96eee36
Compare
96eee36 to
9cda8b9
Compare
a83e999 to
45abf3b
Compare
45abf3b to
2e0b42e
Compare
2e0b42e to
f3bc119
Compare
f3bc119 to
20a561a
Compare
20a561a to
666ea18
Compare
666ea18 to
c373a46
Compare
c373a46 to
694be0c
Compare
694be0c to
7c12028
Compare
7c12028 to
c3ef5be
Compare
c3ef5be to
6e4346a
Compare
6e4346a to
ca9817b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.11->0.11.1Release Notes
openfaas/of-watchdog (ghcr.io/openfaas/of-watchdog)
v0.11.1: Minor bump to go.mod dependenciesCompare Source
Changelog for 0.11.1:
Commits
f25d316Minor updates to go.mod as requested by user by @alexellisChanges: openfaas/of-watchdog@0.11.0...0.11.1
Generated by Derek
v0.11.0: Expose public SDK for "inproc" mode for Golang functionsCompare Source
Changelog for 0.11.0:
Commits
67a6309Add "inproc" mode for Golang functions by @alexellisChanges: openfaas/of-watchdog@0.10.12...0.11.0
Generated by Derek
v0.10.12: Bump CI to Go 1.25Compare Source
Changelog for 0.10.12:
Commits
ebeef29Bump CI to Go 1.25 by @alexellisChanges: openfaas/of-watchdog@0.10.11...0.10.12
Generated by Derek
v0.10.11: Update build to Go 1.24Compare Source
Changelog for 0.10.11:
Commits
e55fde6Correct Go version in build file by @alexellis57826c1Update build to Go 1.24 by @alexellisChanges: openfaas/of-watchdog@0.10.10...0.10.11
Generated by Derek
v0.10.10: Support ndjson streams for function invocationsCompare Source
Changelog for 0.10.10:
Commits
467ba06Support forwarding of ndjson streams by @welteki5343a14Pin workflows by @alexellis9440b84Update go.mod by @alexellisChanges: openfaas/of-watchdog@0.10.9...0.10.10
Generated by Derek
v0.10.9: Add X-Auth-Seconds for jwt_authCompare Source
Changelog for 0.10.9:
Commits
2a769baAdd X-Auth-Seconds for jwt_auth by @alexellisChanges: openfaas/of-watchdog@0.10.8...0.10.9
Generated by Derek
v0.10.8: Support forwarding of websocketsCompare Source
Changelog for 0.10.8:
Commits
1c788c7Support forwarding of websockets by @alexellis3ec7549Support forwarding of websockets by @alexellis1be06a7Update to Go 1.23 by @alexellisChanges: openfaas/of-watchdog@0.10.7...0.10.8
Generated by Derek
v0.10.7: Update to Go 1.23 and updated go.mod packagesCompare Source
Changelog for 0.10.7:
Commits
6504675Update to Go 1.23 and update vendor by @alexellisChanges: openfaas/of-watchdog@0.10.6...0.10.7
Generated by Derek
v0.10.6: Only log about JWT Auth when it is enabledCompare Source
Changelog for 0.10.6:
Commits
9407412Only log about JWT Auth when it is enabled by @alexellisChanges: openfaas/of-watchdog@0.10.5...0.10.6
Generated by Derek
v0.10.5: Support massive log lines from function handlerCompare Source
Changelog for 0.10.5:
Commits
f9aec5cOffer unlimited log buffer size when scanning handler logs by @alexellisChanges: openfaas/of-watchdog@0.10.4...0.10.5
Generated by Derek
v0.10.4: Copy upstream response into http writerCompare Source
Changelog for 0.10.4:
Commits
ef933c8Copy upstream response into http writer by @alexellisChanges: openfaas/of-watchdog@0.10.3...0.10.4
Generated by Derek
v0.10.3: Add X-OpenFaaS-Internal to internal HTTP errorsCompare Source
Changelog for 0.10.3:
Commits
a6a3f4cAdd X-OpenFaaS-Internal to internal HTTP errors by @alexellis243c501Update go.mod by @alexellisa28fefcBump dependencies by @alexellisChanges: openfaas/of-watchdog@0.10.2...0.10.3
Generated by Derek
v0.10.2: Provide option to timeout functions earlier than configuredCompare Source
Changelog for 0.10.2:
Commits
ba8716eProvide option to timeout functions earlier than configured by @alexellisChanges: openfaas/of-watchdog@0.10.1...0.10.2
Generated by Derek
v0.10.1: Update go.mod dependencies and Go to 1.22Compare Source
Changelog for 0.10.1:
Commits
3d089deUpdate go.mod dependencies and CI to Go 1.22 by @alexellisChanges: openfaas/of-watchdog@0.10.0...0.10.1
Generated by Derek
v0.10.0: Support function authentication with OpenFaaS IAMCompare Source
Changelog for 0.10.0:
Commits
a7b8b44Move JWT auth middleware to faas-middleware package by @welteki841d15bInclude WWW-Authenticate header in 401 responses by @weltekif78ca34Read function namespace from env variable or service account by @weltekif6cb3edValidate auth permissions in function claims by @welteki2bd6101Fix authority url by @weltekiChanges: openfaas/of-watchdog@0.9.16...0.10.0
Generated by Derek
v0.9.16: Add log_callid option for HTTP server responsesCompare Source
Changelog for 0.9.16:
Commits
57eb957Update vendor and mention log_callid by @alexellis9f5994dDocument prefix_logs in README with an example by @alexellisd4ccb9eInitial JWT authentication implementation by @alexellisChanges: openfaas/of-watchdog@0.9.15...0.9.16
Generated by Derek
v0.9.15: Fix for passing body from request in text streaming modeCompare Source
Changelog for 0.9.15:
Commits
bb7b23fFix for passing body from request in text streaming mode by @alexellisChanges: openfaas/of-watchdog@0.9.14...0.9.15
Generated by Derek
v0.9.14: Support streaming responses from functions in HTTP modeCompare Source
Changelog for 0.9.14:
Commits
f0eb480Support streaming responses from functions in HTTP mode by @alexellisChanges: openfaas/of-watchdog@0.9.13...0.9.14
Generated by Derek
v0.9.13: Update faas-middleware, to add X-OpenFaaS-Internal header when max_inflight is metCompare Source
Changelog for 0.9.13:
Commits
485e360Update faas-middleware and Go version to 1.21 by @alexellisChanges: openfaas/of-watchdog@0.9.12...0.9.13
Generated by Derek
v0.9.12: Log to stderr in forking modeCompare Source
Changelog for 0.9.12:
Commits
5d4cadcInline if statements and update README order by @alexellisa5324bfStream stderr to logs for streaming fork mode by @alexellisea3bcc4Update Copyright by @alexellis77e0a2eUpdate client_golang for Prometheus and build with Go 1.20 by @alexellis5fa4988Update README.md by @alexellisChanges: openfaas/of-watchdog@0.9.11...0.9.12
Generated by Derek
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.