-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
kubernetes-helm: 3.0.1 -> 3.0.3 and improve build meta #78796
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks good to me
@GrahamcOfBorg build helm |
The package is actually called @GrahamcOfBorg build kubernetes-helm |
@kalbasit thx for the review. Fixed title and dropped |
@Frostman looks good. Do you mind updating the commit message of e25233cd23f0c73a0e4b7d934bff19c13afe993f as well. |
Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com>
@kalbasit done, thx for reviews |
@GrahamcOfBorg build kubernetes-helm |
kubernetes-helm: 3.0.1 -> 3.0.3 and improve build meta
Motivation for this change
Update K8s Helm to the latest version. Both 3.0.2 and 3.0.3 are patch releases with some important fixes. Additionally, I'd like to add myself to maintainers as I'm using it quite extensively and can help to keep its package up to date and supported.
https://github.com/helm/helm/releases/tag/v3.0.2
https://github.com/helm/helm/releases/tag/v3.0.3
Fix to
ldflags
is needed to get correcthelm version
output:Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)This change is