Skip to content

Commit

Permalink
Bump the hashicorp group with 1 update (#4710)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Sep 4, 2023
1 parent 0daccea commit 4d8fd15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-plugin v1.4.10
github.com/hashicorp/go-plugin v1.5.0
github.com/kr/pretty v0.3.1
github.com/olivere/elastic v6.2.37+incompatible
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.84.0
Expand Down
7 changes: 4 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4Yn
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4=
github.com/bsm/sarama-cluster v2.1.13+incompatible h1:bqU3gMJbWZVxLZ9PGWVKP05yOmFXUlfw61RBwuE3PYU=
github.com/bsm/sarama-cluster v2.1.13+incompatible/go.mod h1:r7ao+4tTNXvWm+VRpRJchr2kQhqxgmAp2iEX5W96gMM=
github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down Expand Up @@ -370,8 +371,8 @@ github.com/hashicorp/go-multierror v1.1.0/go.mod h1:spPvp8C1qA32ftKqdAHm4hHTbPw+
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
github.com/hashicorp/go-plugin v1.0.1/go.mod h1:++UyYGoz3o5w9ZzAdZxtQKrWWP+iqPBn3cQptSMzBuY=
github.com/hashicorp/go-plugin v1.4.10 h1:xUbmA4jC6Dq163/fWcp8P3JuHilrHHMLNRxzGQJ9hNk=
github.com/hashicorp/go-plugin v1.4.10/go.mod h1:6/1TEzT0eQznvI/gV2CM29DLSkAK/e58mUWKVsPaph0=
github.com/hashicorp/go-plugin v1.5.0 h1:g6Lj3USwF5LaB8HlvCxPjN2X4nFE08ko2BJNVpl7TIE=
github.com/hashicorp/go-plugin v1.5.0/go.mod h1:w1sAEES3g3PuV/RzUrgow20W2uErMly84hhD3um1WL4=
github.com/hashicorp/go-retryablehttp v0.5.4/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs=
github.com/hashicorp/go-rootcerts v1.0.1/go.mod h1:pqUvnprVnM5bf7AOirdbb01K4ccR319Vf4pU3K5EGc8=
github.com/hashicorp/go-rootcerts v1.0.2/go.mod h1:pqUvnprVnM5bf7AOirdbb01K4ccR319Vf4pU3K5EGc8=
Expand Down Expand Up @@ -419,7 +420,7 @@ github.com/jcmturner/gokrb5/v8 v8.4.3 h1:iTonLeSJOn7MVUtyMT+arAn5AKAPrkilzhGw8wE
github.com/jcmturner/gokrb5/v8 v8.4.3/go.mod h1:dqRwJGXznQrzw6cWmyo6kH+E7jksEQG/CyVWsJEsJO0=
github.com/jcmturner/rpc/v2 v2.0.3 h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=
github.com/jcmturner/rpc/v2 v2.0.3/go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc=
github.com/jhump/protoreflect v1.6.0 h1:h5jfMVslIg6l29nsMs0D8Wj17RDVdNYti0vDN/PZZoE=
github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg=
Expand Down

0 comments on commit 4d8fd15

Please sign in to comment.