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

Sonobuoy library v0.57.1 has wrong version in pkg/buildinfo/version.go #1961

Open
mtulio opened this issue Mar 7, 2024 · 0 comments
Open

Comments

@mtulio
Copy link

mtulio commented Mar 7, 2024

What steps did you take and what happened:

The library version[1] mismatch from the CLI[2] in the release v0.57.1

[1]

// Version is the current version of Sonobuoy, set by the go linker's -X flag at build time.
// Ensure that this is bumped manually as well so that Sonobuoy, as a library, also has the right version.
var Version = "v0.56.17"

[2]

$ wget -qO ./sonobuoy.tgz https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.57.1/sonobuoy_0.57.1_linux_amd64.tar.gz; tar xvfz sonobuoy.tgz
LICENSE
sonobuoy

$ ./sonobuoy version
Sonobuoy Version: v0.57.1

What did you expect to happen:

The library version updated when new release is created.

Anything else you would like to add:

Environment:

  • Sonobuoy version: v0.57.1
@mtulio mtulio changed the title Sonobuoy library v0.57.1 has wrong version on pkg/buildinfo/version.go Sonobuoy library v0.57.1 has wrong version in pkg/buildinfo/version.go Mar 7, 2024
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

1 participant