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

Bump fortio.org/fortio from 1.21.0 to 1.52.0 #373

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps fortio.org/fortio from 1.21.0 to 1.52.0.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.52.0

See also 1.51.0 notes for recent major changes

  • Mutual TLS (-mtls flag) support in fortio/fortio#720, also:
    • uses log.LogRequest and log.TLSInfo updated in fortio.org/log 1.3.0 for showing peer cert in debug endpoint and log (these functions are now removed from fhttp package)
    • Fixed fortio/fortio#695: potential incompatible change: you can't reuse and HTTPOptions and change the scheme in the URL anymore.
    • fix fortio server -h continuing instead of showing flags.

Full Changelog: fortio/fortio@v1.51.0...v1.52.0

Fortio 1.51.0

What's Changed

Notable changes/effect

  • -config flag is now called -config-dir - please update your deployments (though default Dockerfile args are updated already).
  • fortio version is now older version -s and fortio buildinfo gives what version used to return (full build info).
  • In the Web UI (port 8080 /fortio/)
    • Set standard (slower) client by default because of/for fortiotel
    • also lower initial/demo qps and increase connections as people tend to forget to change that

Full Changelog: fortio/fortio@v1.50.1...v1.51.0

Fortio 1.50.1

(See release notes of 1.50.0 for API changes in 1.50)

What's Changed

  • Use go 1.19.6 and security patched x.net

Full Changelog: fortio/fortio@v1.50.0...v1.50.1

Fortio 1.50.0 - API changes

This is a big change (thus the jump to 1.50) in the library/api code. Packages have moved for better re-usabilty and letting projects reuse more of fortio components without pulling in everything.

The log, dflag, and version packages have moved out for fortio.org/fortio into their own toplevel.

Change summary for callers/users of fortio log / dflag / version:

  • Remove /fortio in the imports. eg fortio.org/fortio/log becomes fortio.org/log
  • Replace log.SetFlagDefaultsForClientTools() by log.SetDefaultsForClientTools() (for cli)
  • Replace log.ChangeFlagsDefault() by dynloglevel.ChangeFlagsDefault()
  • fhttp.LogRequest is now in the top level log package.
  • Add either log.LoggerStaticFlagSetup() (cli) or dynloglevel.LoggerFlagSetup() (servers/dflag users, the package is fortio.org/dflag/dynloglevel)

You will also notice the flags are cleaner now, not showing up by just using some library code (in fnet or fhttp). Conversly if you want to assign a flag to these parameter use the new dflag.Flag("flagname", fnet.ConfigVar) in your main

What's Changed

  • moved logger to toplevel fortio.org/log, dflag and version - avoid flags in library modules (fortio/fortio#706)
  • Dependabot and other dependency updates

... (truncated)

Commits

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)

Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.21.0 to 1.52.0.
- [Release notes](https://github.com/fortio/fortio/releases)
- [Commits](fortio/fortio@v1.21.0...v1.52.0)

---
updated-dependencies:
- dependency-name: fortio.org/fortio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2023

The following labels could not be found: pr/dependencies, kind/chore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants