When running cmd "helm version" output is version.BuildInfo{Version:"v3.11", GitCommit:"", GitTreeState:"", GoVersion:"go1.21.6"} Where Version string is in format v%major.%minor version. If helm is installed directly from upstream, Version string also contains %patch version. I can see that LDFLAGS variable is set as "-X helm.sh/helm/v3/version=3.11.1", but that is ignored. Expected LDFLAGS for controlling helm version is "-X helm.sh/helm/v3/internal/version.version=v3.11.1" Would it be possible to modify spec file to get consistent version output? Reproducible: Always Steps to Reproduce: 1.podman run -it --rm fedora:40 2.dnf install helm 3.helm version Actual Results: version.BuildInfo{Version:"v3.11", GitCommit:"", GitTreeState:"", GoVersion:"go1.21.6"} Expected Results: version.BuildInfo{Version:"v3.11.1", GitCommit:"", GitTreeState:"", GoVersion:"go1.21.6"}
FEDORA-2024-1a2ac99e26 (helm-3.15.3-1.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-1a2ac99e26
FEDORA-2024-1a2ac99e26 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-1a2ac99e26` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-1a2ac99e26 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-1a2ac99e26 (helm-3.15.3-1.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.