Skip to content
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

chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.10.6 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 10, 2023

This PR contains the following updates:

Package Type Update Change
ghcr.io/openfaas/of-watchdog stage minor 0.9.12 -> 0.10.6

Release Notes

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

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


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.13 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.14 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from d6260f4 to 0159d40 Compare January 11, 2024 11:44
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.14 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.15 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 0159d40 to a487db3 Compare January 12, 2024 13:06
@renovate renovate bot changed the title chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.15 chore(deps): update ghcr.io/openfaas/of-watchdog docker tag to v0.9.16 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from a487db3 to f52f5f9 Compare April 25, 2024 17:30
@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 f52f5f9 to 9fb5cd9 Compare June 17, 2024 12:08
@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 2 times, most recently from 8c5d1a0 to 3c14291 Compare July 12, 2024 18:47
@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 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 3c14291 to 336fb63 Compare July 16, 2024 11:25
@renovate renovate bot force-pushed the renovate/ghcr.io-openfaas-of-watchdog-0.x branch from 336fb63 to 29f925f Compare August 26, 2024 19:24
@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 29f925f to 55358f3 Compare September 3, 2024 13:08
@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
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