-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
kustomize: 4.5.4 -> 5.0.2 #224075
kustomize: 4.5.4 -> 5.0.2 #224075
Conversation
@@ -15,13 +15,13 @@ buildGoModule rec { | |||
owner = "kubernetes-sigs"; | |||
repo = pname; | |||
rev = "kustomize/v${version}"; | |||
sha256 = "sha256-7Ode+ONgWJRNSbIpvIjhuT+oVvZgJfByFqS/iSUhcXw="; | |||
sha256 = "sha256-0pykj3vgnxjaya9krq5l9wvxrfazgcxq0la7dg60wqnbyksl2my1"; |
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.
While we're at it we could change them to the new convention
sha256 = "sha256-0pykj3vgnxjaya9krq5l9wvxrfazgcxq0la7dg60wqnbyksl2my1"; | |
hash = "sha256-0pykj3vgnxjaya9krq5l9wvxrfazgcxq0la7dg60wqnbyksl2my1"; |
}; | ||
|
||
# avoid finding test and development commands | ||
modRoot = "kustomize"; | ||
|
||
vendorSha256 = "sha256-beIbeY/+k2NgotGw5zQFkYuqMKlwctoxuToZfiFlCm4="; | ||
vendorSha256 = "sha256-wVdB9fTLYg7Ma0dRgDt7X7ncN0+04DyT8kp2+/aQ018="; |
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.
vendorSha256 = "sha256-wVdB9fTLYg7Ma0dRgDt7X7ncN0+04DyT8kp2+/aQ018="; | |
vendorHash = "sha256-wVdB9fTLYg7Ma0dRgDt7X7ncN0+04DyT8kp2+/aQ018="; |
@zaninime I'm struggling to correct the package outputs. And I'm mearly a user of NixOs, not really a developper of nix (if that make any sense). Do you have any help I can check to correct the issue here ? |
The hashes you provided are not in a valid format. It's not enough to prepend Also, this contributions kinda goes towards NixOS itself more than Nix, so you're on a good path to become a power user 😉 |
@zaninime I'm using NixOS... but I always feel like I'm doing blakc magic as an sorcerer's apprentice. Here I just want to update a package version, but how to do it, there is "easy and dump" way to do it. You give insight on So i write And BTW, that how I removed the vendor line, because with it I had:
Removed the vendor line and no more build error...but I feel guilty.. |
For me without
I'll try to have another look later why that error comes up. |
@saschagrunert does it build for you? |
@zaninime does it build for you ? |
No it doesn't. Not in the current state. I was asking @saschagrunert as he approved the PR but I couldn't get it to build it myself. |
I've:
I've no issue to build it. @zaninime could you test it please ? |
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.
Now it builds and run on aarch64-darwin.
Could we merge it ? |
We need to wait for someone with merge permissions. Now it's approved so it can be merged. Pinging @NickCao as you recently merged a couple other PRs with Go packages. |
Description of changes
https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.1
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)