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

feat: Added multi-platform plugin hook support #12962

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

Conversation

stevehipwell
Copy link

@stevehipwell stevehipwell commented Apr 18, 2024

What this PR does / why we need it:

This PR addresses #7117 to allow plugin installation on Windows in a backwards compatible way. It also adds better OS specific hook support and improved platform command logic to support args containing a space.

Special notes for your reviewer:

Is there guidance for updating the documentation as AFAIK it's in a separate repo?

If applicable:

  • this PR contains documentation
  • this PR contains unit tests
  • this PR has been tested for backwards compatibility

@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 18, 2024
@stevehipwell stevehipwell changed the title feat: Added multi-platform plugin hook support WIP: Added multi-platform plugin hook support Apr 19, 2024
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
@stevehipwell stevehipwell changed the title WIP: Added multi-platform plugin hook support feat: Added multi-platform plugin hook support Apr 19, 2024
@stevehipwell stevehipwell marked this pull request as ready for review April 19, 2024 12:29
@stevehipwell
Copy link
Author

@sabre1041 could you or one of the other maintainers please take a look at this?

@sabre1041
Copy link
Contributor

@sabre1041 could you or one of the other maintainers please take a look at this?

I've started to take a look. Will add some further thoughts in the next day or so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows support for Helm plugin installers
2 participants