gatewayd
gatewayd copied to clipboard
Bump github.com/hashicorp/go-plugin from 1.6.3 to 1.7.0
Bumps github.com/hashicorp/go-plugin from 1.6.3 to 1.7.0.
Release notes
Sourced from github.com/hashicorp/go-plugin's releases.
v1.7.0
What's Changed
- Print panic output on Error log level by
@hanzeiin hashicorp/go-plugin#292- Spend less time preparing to write log lines when the logger is disabled by
@apparentlymartin hashicorp/go-plugin#352- Complete the implementation of moving panics to the Error log level by
@jbardinin hashicorp/go-plugin#353- update changelog for v1.7.0 by
@jbardinin hashicorp/go-plugin#356New Contributors
@KaushikiAnandmade their first contribution in hashicorp/go-plugin#335@hanzeimade their first contribution in hashicorp/go-plugin#292@dduzgun-securitymade their first contribution in hashicorp/go-plugin#337@abhijeetviswamade their first contribution in hashicorp/go-plugin#342@compliance-pr-automation-bot[bot] made their first contribution in hashicorp/go-plugin#350@apparentlymartmade their first contribution in hashicorp/go-plugin#352Full Changelog: https://github.com/hashicorp/go-plugin/compare/v1.6.3...v1.7.0
Changelog
Sourced from github.com/hashicorp/go-plugin's changelog.
v1.7.0
CHANGES:
- When go-plugin encounters a stack trace on the server stderr stream, it now raises output to a log-level of Error instead of Debug. [GH-292]
ENHANCEMENTS:
- Don't spend resources parsing log lines when logging is disabled [GH-352]
v1.6.2
ENHANCEMENTS:
- Added support for gRPC dial options to the
DialAPI [GH-257]BUGS:
- Fixed a bug where reattaching to a plugin that exits could kill an unrelated process [GH-320]
v1.6.1
BUGS:
- Suppress spurious
os.ErrClosedon plugin shutdown [GH-299]ENHANCEMENTS:
- deps: bump google.golang.org/grpc to v1.58.3 [GH-296]
v1.6.0
CHANGES:
- plugin: Plugins written in other languages can optionally start to advertise whether they support gRPC broker multiplexing. If the environment variable
PLUGIN_MULTIPLEX_GRPCis set, it is safe to include a seventh field containing a boolean value in the|-separated protocol negotiation line.ENHANCEMENTS:
- Support muxing gRPC broker connections over a single listener [GH-288]
- client: Configurable buffer size for reading plugin log lines [GH-265]
- Use
buffor proto generation [GH-286]- deps: bump golang.org/x/net to v0.17.0 [GH-285]
- deps: bump golang.org/x/sys to v0.13.0 [GH-285]
- deps: bump golang.org/x/text to v0.13.0 [GH-285]
v1.5.2
ENHANCEMENTS:
... (truncated)
Commits
92fb14eupdate changelog for v1.7.0 (#356)d2a064eComplete the implementation of moving panics to the Error log level (#353)b02adb3Spend less time preparing to write log lines when the logger is disabled (#352)a938e9a[Compliance] - PR Template Changes Required (#350)f4acdfeBump protobuf from 4.24.4 to 4.25.8 in /examples/grpc/plugin-python (#348)ba61a65[chore] : Bump the go group across 2 directories with 7 updates (#346)64b8d76fix additional lint issues and expand linter scope (#344)810097c[chore] : Bump golang.org/x/net (#347)c882484[chore] : Bump the actions group with 3 updates (#345)21b9619IND-3869 enabling dependabot (#343)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.