layer5io / getnighthawk

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

Bump fortio.org/fortio from 1.40.1 to 1.57.4 #322

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fortio.org/fortio from 1.40.1 to 1.57.4.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.57.4

What's Changed

  • Save the async result file even on init error (like invalid host/target) - fixes #796 (fortio/fortio#797)

Also update to fortio.org/log and scli with support for logging goRoutine ID (r= in json logs, [] after timestamp in colorized output)

Full Changelog: https://github.com/fortio/fortio/compare/v1.57.3...v1.57.4

Fortio 1.57.3

What's Changed

  • Rebuilt with go 1.20.6 (security fix)

(1.57.1 and .2 were miss build due to #793 / docker ce upstream image error)

Full Changelog: https://github.com/fortio/fortio/compare/v1.57.0...v1.57.3

Fortio 1.57.0

What's Changed

  • Update to color supporting version of log/cli/scli console/terminal logs are now colorized by default (JSON when redirected unless changed by flags) by @​ldemailly in fortio/fortio#789

Full Changelog: https://github.com/fortio/fortio/compare/v1.56.0...v1.57.0

Fortio 1.56.0

What's Changed

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

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

... (truncated)

Commits
  • 67b7744 Save the async result file even on init error (like invalid host/target) (#797)
  • baf9fac Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#795)
  • c1c5e58 fix #793, ppc64le is back (#794)
  • 157dfd3 fix workflow too (#792)
  • e541e39 update to go1.20.6 - had to drop linux/ppc64le for now as there was some down...
  • abdbd19 Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#790)
  • 6a72267 update to color supporting version of log/cli/scli (#789)
  • f7f02f0 Bump golang.org/x/net from 0.11.0 to 0.12.0 (#788)
  • 8890d97 do abort early even with stdclient on bad urls/hosts. allow most same query a...
  • fc1f4ba add -X to override method. treat content-type in header as ContentType on opt...
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #335.