Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 31, 2023

This PR contains the following updates:

Package Type Update Change
ghcr.io/openfaas/of-watchdog stage minor 0.9.11 -> 0.11.1

Release Notes

openfaas/of-watchdog (ghcr.io/openfaas/of-watchdog)

v0.11.1: Minor bump to go.mod dependencies

Compare Source

Changelog for 0.11.1:

Commits
f25d316 Minor updates to go.mod as requested by user by @​alexellis

Changes: openfaas/of-watchdog@0.11.0...0.11.1

Generated by Derek

v0.11.0: Expose public SDK for "inproc" mode for Golang functions

Compare Source

Changelog for 0.11.0:

Commits
67a6309 Add "inproc" mode for Golang functions by @​alexellis

Changes: openfaas/of-watchdog@0.10.12...0.11.0

Generated by Derek

v0.10.12: Bump CI to Go 1.25

Compare Source

Changelog for 0.10.12:

Commits
ebeef29 Bump CI to Go 1.25 by @​alexellis

Changes: openfaas/of-watchdog@0.10.11...0.10.12

Generated by Derek

v0.10.11: Update build to Go 1.24

Compare Source

Changelog for 0.10.11:

Commits
e55fde6 Correct Go version in build file by @​alexellis
57826c1 Update build to Go 1.24 by @​alexellis

Changes: openfaas/of-watchdog@0.10.10...0.10.11

Generated by Derek

v0.10.10: Support ndjson streams for function invocations

Compare Source

Changelog for 0.10.10:

Commits
467ba06 Support forwarding of ndjson streams by @​welteki
5343a14 Pin workflows by @​alexellis
9440b84 Update go.mod by @​alexellis

Changes: openfaas/of-watchdog@0.10.9...0.10.10

Generated by Derek

v0.10.9: Add X-Auth-Seconds for jwt_auth

Compare Source

Changelog for 0.10.9:

Commits
2a769ba Add X-Auth-Seconds for jwt_auth by @​alexellis

Changes: openfaas/of-watchdog@0.10.8...0.10.9

Generated by Derek

v0.10.8: Support forwarding of websockets

Compare Source

Changelog for 0.10.8:

Commits
1c788c7 Support forwarding of websockets by @​alexellis
3ec7549 Support forwarding of websockets by @​alexellis
1be06a7 Update to Go 1.23 by @​alexellis

Changes: openfaas/of-watchdog@0.10.7...0.10.8

Generated by Derek

v0.10.7: Update to Go 1.23 and updated go.mod packages

Compare Source

Changelog for 0.10.7:

Commits
6504675 Update to Go 1.23 and update vendor by @​alexellis

Changes: openfaas/of-watchdog@0.10.6...0.10.7

Generated by Derek

v0.10.6: Only log about JWT Auth when it is enabled

Compare Source

Changelog for 0.10.6:

Commits
9407412 Only log about JWT Auth when it is enabled by @​alexellis

Changes: openfaas/of-watchdog@0.10.5...0.10.6

Generated by Derek

v0.10.5: Support massive log lines from function handler

Compare Source

Changelog for 0.10.5:

Commits
f9aec5c Offer unlimited log buffer size when scanning handler logs by @​alexellis

Changes: openfaas/of-watchdog@0.10.4...0.10.5

Generated by Derek

v0.10.4: Copy upstream response into http writer

Compare Source

Changelog for 0.10.4:

Commits
ef933c8 Copy upstream response into http writer by @​alexellis

Changes: openfaas/of-watchdog@0.10.3...0.10.4

Generated by Derek

v0.10.3: Add X-OpenFaaS-Internal to internal HTTP errors

Compare Source

Changelog for 0.10.3:

Commits
a6a3f4c Add X-OpenFaaS-Internal to internal HTTP errors by @​alexellis
243c501 Update go.mod by @​alexellis
a28fefc Bump dependencies by @​alexellis

Changes: openfaas/of-watchdog@0.10.2...0.10.3

Generated by Derek

v0.10.2: Provide option to timeout functions earlier than configured

Compare Source

Changelog for 0.10.2:

Commits
ba8716e Provide option to timeout functions earlier than configured by @​alexellis

Changes: openfaas/of-watchdog@0.10.1...0.10.2

Generated by Derek

v0.10.1: Update go.mod dependencies and Go to 1.22

Compare Source

Changelog for 0.10.1:

Commits
3d089de Update go.mod dependencies and CI to Go 1.22 by @​alexellis

Changes: openfaas/of-watchdog@0.10.0...0.10.1

Generated by Derek

v0.10.0: Support function authentication with OpenFaaS IAM

Compare Source

Changelog for 0.10.0:

Commits
a7b8b44 Move JWT auth middleware to faas-middleware package by @​welteki
841d15b Include WWW-Authenticate header in 401 responses by @​welteki
f78ca34 Read function namespace from env variable or service account by @​welteki
f6cb3ed Validate auth permissions in function claims by @​welteki
2bd6101 Fix authority url by @​welteki

Changes: openfaas/of-watchdog@0.9.16...0.10.0

Generated by Derek

v0.9.16: Add log_callid option for HTTP server responses

Compare Source

Changelog for 0.9.16:

Commits
57eb957 Update vendor and mention log_callid by @​alexellis
9f5994d Document prefix_logs in README with an example by @​alexellis
d4ccb9e Initial JWT authentication implementation by @​alexellis

Changes: openfaas/of-watchdog@0.9.15...0.9.16

Generated by Derek

v0.9.15: Fix for passing body from request in text streaming mode

Compare Source

Changelog for 0.9.15:

Commits
bb7b23f Fix for passing body from request in text streaming mode by @​alexellis

Changes: openfaas/of-watchdog@0.9.14...0.9.15

Generated by Derek

v0.9.14: Support streaming responses from functions in HTTP mode

Compare Source

Changelog for 0.9.14:

Commits
f0eb480 Support streaming responses from functions in HTTP mode by @​alexellis

Changes: 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 met

Compare Source

Changelog for 0.9.13:

Commits
485e360 Update faas-middleware and Go version to 1.21 by @​alexellis

Changes: openfaas/of-watchdog@0.9.12...0.9.13

Generated by Derek

v0.9.12: Log to stderr in forking mode

Compare Source

Changelog for 0.9.12:

Commits
5d4cadc Inline if statements and update README order by @​alexellis
a5324bf Stream stderr to logs for streaming fork mode by @​alexellis
ea3bcc4 Update Copyright by @​alexellis
77e0a2e Update client_golang for Prometheus and build with Go 1.20 by @​alexellis
5fa4988 Update README.md by @​alexellis

Changes: 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 - autoclosed May 31, 2023
@renovate renovate bot closed this May 31, 2023
@renovate renovate bot deleted the renovate/ghcr.io-openfaas-of-watchdog-0.x branch May 31, 2023 12:57
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 - autoclosed chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 May 31, 2023
@renovate renovate bot reopened this May 31, 2023
@renovate renovate bot restored the renovate/ghcr.io-openfaas-of-watchdog-0.x branch May 31, 2023 15:02
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from df59941 to 877dd54 Compare May 31, 2023 15:02
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 - autoclosed Jun 1, 2023
@renovate renovate bot closed this Jun 1, 2023
@renovate renovate bot deleted the renovate/ghcr.io-openfaas-of-watchdog-0.x branch June 1, 2023 00:35
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 - autoclosed chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 Jun 1, 2023
@renovate renovate bot reopened this Jun 1, 2023
@renovate renovate bot restored the renovate/ghcr.io-openfaas-of-watchdog-0.x branch June 1, 2023 04:19
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 877dd54 to 963b9a6 Compare June 1, 2023 04:20
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 - autoclosed Jun 1, 2023
@renovate renovate bot closed this Jun 1, 2023
@renovate renovate bot deleted the renovate/ghcr.io-openfaas-of-watchdog-0.x branch June 1, 2023 09:34
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 - autoclosed chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 Jun 1, 2023
@renovate renovate bot reopened this Jun 1, 2023
@renovate renovate bot restored the renovate/ghcr.io-openfaas-of-watchdog-0.x branch June 1, 2023 12:01
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 963b9a6 to 031774d Compare June 1, 2023 12:01
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 - autoclosed Jun 1, 2023
@renovate renovate bot closed this Jun 1, 2023
@renovate renovate bot deleted the renovate/ghcr.io-openfaas-of-watchdog-0.x branch June 1, 2023 15:26
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 - autoclosed chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 Jun 1, 2023
@renovate renovate bot reopened this Jun 1, 2023
@renovate renovate bot restored the renovate/ghcr.io-openfaas-of-watchdog-0.x branch June 1, 2023 19:22
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 031774d to 139cb18 Compare June 1, 2023 19:23
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.12 - autoclosed Jun 2, 2023
@renovate renovate bot closed this Jun 2, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 7fc8b15 to 0c38c09 Compare April 25, 2024 20:19
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.16 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.1 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 0c38c09 to 96eee36 Compare June 17, 2024 12:59
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.1 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.2 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 96eee36 to 9cda8b9 Compare July 11, 2024 11:49
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.2 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.3 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch 2 times, most recently from a83e999 to 45abf3b Compare July 16, 2024 10:37
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.3 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.4 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 45abf3b to 2e0b42e Compare August 26, 2024 17:00
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.4 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.5 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 2e0b42e to f3bc119 Compare September 3, 2024 13:34
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.5 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.6 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from f3bc119 to 20a561a Compare January 18, 2025 00:25
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.6 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.7 Jan 18, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 20a561a to 666ea18 Compare February 27, 2025 11:34
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.7 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.8 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 666ea18 to c373a46 Compare April 18, 2025 11:28
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.8 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.9 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from c373a46 to 694be0c Compare July 16, 2025 17:39
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.9 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.10 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 694be0c to 7c12028 Compare August 12, 2025 12:02
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.10 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.11 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 7c12028 to c3ef5be Compare November 12, 2025 14:55
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.11 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.12 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from c3ef5be to 6e4346a Compare November 14, 2025 14:01
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.12 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.11.0 Nov 14, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 6e4346a to ca9817b Compare November 19, 2025 22:01
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.11.0 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.11.1 Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants