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

binary from helm-v3.15.0-linux-amd64.tar.gz reports wrong version #13061

Closed
den-is opened this issue May 23, 2024 · 1 comment
Closed

binary from helm-v3.15.0-linux-amd64.tar.gz reports wrong version #13061

den-is opened this issue May 23, 2024 · 1 comment

Comments

@den-is
Copy link

den-is commented May 23, 2024

curl -OL https://get.helm.sh/helm-v3.15.0-linux-amd64.tar.gz
tar xzf ...; cd linux-amd64
./helm version
version.BuildInfo{Version:"v3.15.0-rc.2", GitCommit:"c4e37b39dbb341cb3f716220df9f9d306d123a58", GitTreeState:"clean", GoVersion:"go1.22.3"}

./helm version --short
v3.15.0-rc.2+gc4e37b3
@mattfarina
Copy link
Collaborator

There was a bug in the build process where it injects the version. Both the RC and the final release point to the same commit. For the first time we are aware of, the detection of the version picked up the wrong one. We fixed this and just released 3.15.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants