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

helm: overwriting the LDFLAGS cousing helm binary to show the incorrect version information #2

Closed
bdudelsack opened this issue Sep 1, 2020 · 1 comment

Comments

@bdudelsack
Copy link

Current output:

$ helm version
version.BuildInfo{Version:"v3.3", GitCommit:"", GitTreeState:"", GoVersion:"go1.15"}

Should be:

$ helm version
version.BuildInfo{Version:"v3.3.0", GitCommit:"8a4aeec08d67a7b84472007529e8097ec3742105", GitTreeState:"dirty", GoVersion:"go1.15"}

The Problem: v3.3 is not semver comatible

Related issues:

@Foxboron
Copy link
Owner

Foxboron commented Sep 1, 2020

This is not a bugtracker. Please use https://bugs.archlinux.org/

@Foxboron Foxboron closed this as completed Sep 1, 2020
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

Successfully merging a pull request may close this issue.

2 participants