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

chore(deps): update module github.com/hashicorp/go-plugin to v1.5.2 #33

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/go-plugin require minor v1.4.10 -> v1.5.2

Release Notes

hashicorp/go-plugin (github.com/hashicorp/go-plugin)

v1.5.2

Compare Source

ENHANCEMENTS:

client: New UnixSocketConfig.TempDir option allows setting the directory to use when creating plugin-specific Unix socket directories [GH-282]

v1.5.1

Compare Source

BUGS:

  • server: PLUGIN_UNIX_SOCKET_DIR is consistently used for gRPC broker sockets as well as the initial socket [GH-277]

ENHANCEMENTS:

  • client: New UnixSocketConfig option in ClientConfig to support making the client's Unix sockets group-writable [GH-277]

v1.5.0

Compare Source

ENHANCEMENTS:

  • client: New runner.Runner interface to support clients providing custom plugin command runner implementations [GH-270]
    • Accessible via new ClientConfig field RunnerFunc, which is mutually exclusive with Cmd and Reattach
    • Reattaching support via ReattachConfig field ReattachFunc
  • client: New ClientConfig field SkipHostEnv allows omitting the client process' own environment variables from the plugin command's environment [GH-270]
  • client: Add ID() method to Client for retrieving the pid or other unique ID of a running plugin [GH-272]
  • server: Support setting the directory to create Unix sockets in with the env var PLUGIN_UNIX_SOCKET_DIR [GH-270]
  • server: Support setting group write permission and a custom group name or gid owner with the env var PLUGIN_UNIX_SOCKET_GROUP [GH-270]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2023

Codecov Report

Merging #33 (343ed53) into main (567a2fe) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main      #33   +/-   ##
=======================================
  Coverage   17.16%   17.16%           
=======================================
  Files          13       13           
  Lines         600      600           
=======================================
  Hits          103      103           
  Misses        493      493           
  Partials        4        4           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot changed the title chore(deps): update module github.com/hashicorp/go-plugin to v1.5.0 chore(deps): update module github.com/hashicorp/go-plugin to v1.5.1 Sep 5, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-go-plugin-1.x branch from 5b3eb6b to 5443826 Compare September 5, 2023 22:06
@renovate renovate bot changed the title chore(deps): update module github.com/hashicorp/go-plugin to v1.5.1 chore(deps): update module github.com/hashicorp/go-plugin to v1.5.2 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-go-plugin-1.x branch from 5443826 to 79be25c Compare September 22, 2023 12:54
@renovate renovate bot force-pushed the renovate/git.luolix.top-hashicorp-go-plugin-1.x branch from 79be25c to 343ed53 Compare September 22, 2023 12:55
@corrieriluca corrieriluca merged commit eab27fa into main Sep 22, 2023
@corrieriluca corrieriluca deleted the renovate/git.luolix.top-hashicorp-go-plugin-1.x branch September 22, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants