layer5io / getnighthawk

Putting Nighthawk into the hands of many
https://getnighthawk.dev
Apache License 2.0
127 stars 116 forks source link

Bump fortio.org/fortio from 1.6.8 to 1.55.2 #313

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fortio.org/fortio from 1.6.8 to 1.55.2.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.55.2

What's Changed

fortio/fortio#782

Switch to new log 1.5.0 format where the timestamp is (float64) sec.usec instead of a large (int64) usec since unix epoch {like uber zap}

https://github.com/fortio/log/releases/tag/v1.5.0

Update / use scli with flag (-logger-timestamp=false) for not logging TS (and not doing JSON under a new name, was -json-log=false, now -logger-json=false)

https://github.com/fortio/scli/releases/tag/v1.6.0

Requires logc 1.1.0 or newer to parse the new log format back to colorized text

https://github.com/fortio/logc/releases/tag/v1.1.0

Full Changelog: https://github.com/fortio/fortio/compare/v1.55.1...v1.55.2

Fortio 1.55.1

What's Changed

  • Use fixed log package for log.Printf, remove bogus \n in log.Printf (fortio/fortio#775)
  • Change all the http client logs (info level and up) to structured (fortio/fortio#778)

Full Changelog: https://github.com/fortio/fortio/compare/v1.55.0...v1.55.1

Fortio 1.55.0

What's Changed

  • Big change is to be using JSON structured logging (unless calling -json-log=false) (fortio/fortio#768)
    • Also add log-errors=on option setting to rest api and web UI
    • Also add the runid to the structured logs (run=...) so errors from specific runs can be identified even if more than one are currently running

Structured JSON logging is coming from fortio.org/log 1.4.0 / fortio/log#22 - it includes http request logging in that format too (log.LogRequest)

Other changes:

Full Changelog: https://github.com/fortio/fortio/compare/v1.54.3...v1.55.0

Fortio 1.54.3

What's Changed

Full Changelog: https://github.com/fortio/fortio/compare/v1.54.2...v1.54.3

... (truncated)

Commits
  • c39b74f switch to sec.usec JSON logging format (#782)
  • 7fc1031 Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#779)
  • b80d012 change all the http client logs (info level and up) to structured (#778)
  • f3daaea use fixed log package for log.Printf, remove bogus \n in log.Printf (#775)
  • c8fbd00 Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (#771)
  • 51cff93 Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 (#773)
  • 60c2251 Bump docker/build-push-action from 4.1.0 to 4.1.1 (#772)
  • 2d2e1b3 Bump docker/login-action from 2.1.0 to 2.2.0 (#774)
  • 7d76c8e using json structured logging, add log-errors option setting to rapi and UI...
  • 9e5da81 Bump golang.org/x/net from 0.10.0 to 0.11.0 (#769)
  • Additional commits viewable 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)
abdullah1308 commented 1 year ago

Addressed in #321

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.