-
Notifications
You must be signed in to change notification settings - Fork 314
refactor(plugin.yaml): enhance platform support and update commands #712
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
Merged
yxxhero
merged 15 commits into
master
from
refactor(plugin.yaml)--enhance-platform-support-for-windown-and-update-commands
Sep 7, 2025
Merged
refactor(plugin.yaml): enhance platform support and update commands #712
yxxhero
merged 15 commits into
master
from
refactor(plugin.yaml)--enhance-platform-support-for-windown-and-update-commands
Sep 7, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b923e0c to
41db619
Compare
41db619 to
464e258
Compare
464e258 to
6c5fd47
Compare
459fdd5 to
a0751ea
Compare
a0751ea to
e2157c3
Compare
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
50f8ac8 to
8b6b1ea
Compare
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
Signed-off-by: yxxhero <[email protected]>
y-yagi
added a commit
to y-yagi/helm-diff
that referenced
this pull request
Sep 8, 2025
Since databus23#712, helm-diff uses `platformHooks`, which was added by helm v3.18.0. So helm-diff requires helm v3.18+ now.
yxxhero
pushed a commit
that referenced
this pull request
Sep 8, 2025
Since #712, helm-diff uses `platformHooks`, which was added by helm v3.18.0. So helm-diff requires helm v3.18+ now.
This was referenced Sep 12, 2025
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant updates to the installation process and configuration for the Helm Diff plugin, particularly adding support for Windows.
fix: #316
Installation Script Enhancements:
install-binary.ps1to handle the installation process on Windows. This script includes functions for determining system architecture, fetching the appropriate plugin version, creating a temporary directory, constructing the download URL, downloading the plugin, and installing it.Configuration File Updates:
plugin.yamlto support platform-specific commands and hooks. This includes specifying different commands and hooks for Windows and other operating systems, ensuring compatibility across platforms.