LucasRoesler / openfaas-loki

Loki log provider for OpenFaaS
MIT License
27 stars 4 forks source link

chore: bump github.com/openfaas/faas-provider from 0.18.9 to 0.19.1 #43

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps github.com/openfaas/faas-provider from 0.18.9 to 0.19.1.

Release notes

Sourced from github.com/openfaas/faas-provider's releases.

Fix for 0 status code in metrics

Changelog for v0.19.1:

Commits 97d35d2841b56d5fc41644d5d5b8a432afb2c741 fix: ensure WriteInterceptor always sets a valid status code by @​LucasRoesler

Changes: https://github.com/openfaas/faas-provider/compare/v0.19.0...v0.19.1

Generated by Derek

Add HTTP instrumentation to the system API endpoints

Changelog for v0.19.0:

Commits 9b2cd43cf3fee26a2952990cbfc33eb8511fd2b8 Instrument provider endpoints by @​alexellis

Changes: https://github.com/openfaas/faas-provider/compare/v0.18.10...v0.19.0

Generated by Derek

Updates to internal dependencies, refactoring HTTP mux

Changelog for v0.18.10:

Commits 620b3c8d48ee0f28a914a02a25a823df50c62404 Migrate from consts to the http package for muxes by @​alexellis

Changes: https://github.com/openfaas/faas-provider/compare/v0.18.9...v0.18.10

Generated by Derek

Commits
  • 97d35d2 fix: ensure WriteInterceptor always sets a valid status code
  • 9b2cd43 Instrument provider endpoints
  • 620b3c8 Migrate from consts to the http package for muxes
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #51.