Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#76415 - [helmfile] helmfile reports version 0.0.0-dev
Attached to Project:
Community Packages
Opened by Matthias Blaser (maetthu) - Friday, 04 November 2022, 10:13 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:04 GMT
Opened by Matthias Blaser (maetthu) - Friday, 04 November 2022, 10:13 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:04 GMT
|
DetailsDescription:
Since version helmfile-0.147.0 helmfile reports version 0.0.0-dev. This commit seems to be the culprit: https://github.com/helmfile/helmfile/commit/8f7796b260af0a253c6b63d464816b4e6867e228 (the build flags providing version info changed https://github.com/helmfile/helmfile/commit/8f7796b260af0a253c6b63d464816b4e6867e228#diff-42e26dc67aed8aa3edb2472b4403288c1699fb6dc47419b9a475f0f224fe4689) Additional info: * package version(s) helmfile-0.147.0 Steps to reproduce: $ helmfile -version helmfile version 0.0.0-dev This will result in errors applying charts with lockfile: in ./helmfile.yaml: [unable to resolve 1 deps: the lockfile was created by Helmfile v0.145.2, which is newer than current 0.0.0-dev; Please upgrade to Helmfile v0.145.2 or greater] Earlier versions worked fine: $ helmfile -version helmfile version 0.146.0 |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:04 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/helmfile/issues/1
Saturday, 25 November 2023, 20:04 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/helmfile/issues/1

This should fix it.

It would be great to additionally include `go.szostok.io/version.dirtyBuild=false` to remove the `-dev` Suffix of the reported version.

This is still an issue after updating to helmfile 0.153.1-1