Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the hashicorp group with 1 update (#4710)
Bumps the hashicorp group with 1 update: [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin). <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/go-plugin/releases">github.com/hashicorp/go-plugin's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <p>ENHANCEMENTS</p> <ul> <li>client: New <code>runner.Runner</code> interface to support clients providing custom plugin command runner implementations [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/270">GH-270</a>] <ul> <li>Accessible via new <code>ClientConfig</code> field <code>RunnerFunc</code>, which is mutually exclusive with <code>Cmd</code> and <code>Reattach</code></li> <li>Reattaching support via <code>ReattachConfig</code> field <code>ReattachFunc</code></li> </ul> </li> <li>client: New <code>ClientConfig</code> field <code>SkipHostEnv</code> allows omitting the client process' own environment variables from the plugin command's environment [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/270">GH-270</a>]</li> <li>client: Add <code>ID()</code> method to <code>Client</code> for retrieving the pid or other unique ID of a running plugin [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/272">GH-272</a>]</li> <li>server: Support setting the directory to create Unix sockets in with the env var <code>PLUGIN_UNIX_SOCKET_DIR</code> [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/270">GH-270</a>]</li> <li>server: Support setting group write permission and a custom group name or gid owner with the env var <code>PLUGIN_UNIX_SOCKET_GROUP</code> [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/270">GH-270</a>]</li> </ul> <h2>v1.4.11-rc1</h2> <p>ENHANCEMENTS:</p> <ul> <li>deps: bump protoreflect to v1.15.1 <a href="https://redirect.github.com/hashicorp/go-plugin/pull/264">GH-264</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md">github.com/hashicorp/go-plugin's changelog</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <p>ENHANCEMENTS:</p> <ul> <li>client: New <code>runner.Runner</code> interface to support clients providing custom plugin command runner implementations [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/270">GH-270</a>] <ul> <li>Accessible via new <code>ClientConfig</code> field <code>RunnerFunc</code>, which is mutually exclusive with <code>Cmd</code> and <code>Reattach</code></li> <li>Reattaching support via <code>ReattachConfig</code> field <code>ReattachFunc</code></li> </ul> </li> <li>client: New <code>ClientConfig</code> field <code>SkipHostEnv</code> allows omitting the client process' own environment variables from the plugin command's environment [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/270">GH-270</a>]</li> <li>client: Add <code>ID()</code> method to <code>Client</code> for retrieving the pid or other unique ID of a running plugin [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/272">GH-272</a>]</li> <li>server: Support setting the directory to create Unix sockets in with the env var <code>PLUGIN_UNIX_SOCKET_DIR</code> [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/270">GH-270</a>]</li> <li>server: Support setting group write permission and a custom group name or gid owner with the env var <code>PLUGIN_UNIX_SOCKET_GROUP</code> [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/270">GH-270</a>]</li> </ul> <h2>v1.4.11-rc1</h2> <p>ENHANCEMENTS:</p> <ul> <li>deps: bump protoreflect to v1.15.1 [<a href="https://redirect.github.com/hashicorp/go-plugin/pull/264">GH-264</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/go-plugin/commit/c1fefa808d910c1abd88b80702dfac2bcfb51739"><code>c1fefa8</code></a> Changelog++ for v1.5.0 tag (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/276">#276</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/f73a4982b4e3f499c0cd629998b9243f841822c3"><code>f73a498</code></a> Add Diagnose to runner.Runner interface (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/275">#275</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/80216d7f2c61bd5390bd0b25b610c91623ed1a4d"><code>80216d7</code></a> Add context argument to runner methods that do work (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/273">#273</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/8b178aa46bb3b601362c92b5835ebc94d037bebb"><code>8b178aa</code></a> Make config.Cmd and config.RunnerFunc mutually exclusive (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/272">#272</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/de198199a241be0655ff766560c04c4c29e38fa5"><code>de19819</code></a> Expose Runner interface to allow custom command runner implementations (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/270">#270</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/f31f0fb1960648f10bbbe2f07e41980b75612262"><code>f31f0fb</code></a> Update docs for creating managed clients (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/271">#271</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/c57883964917bfb33721f5c5c5c8eeb98fe933e7"><code>c578839</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/269">#269</a>)</li> <li><a href="https://github.com/hashicorp/go-plugin/commit/d61bc343b787a0f7c90c8789882e3715678a2cf8"><code>d61bc34</code></a> deps: bump protoreflect to v1.15.1 (<a href="https://redirect.github.com/hashicorp/go-plugin/issues/264">#264</a>)</li> <li>See full diff in <a href="https://github.com/hashicorp/go-plugin/compare/v1.4.10...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/go-plugin&package-manager=go_modules&previous-version=1.4.10&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information