vmware-tanzu / sonobuoy

Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of Kubernetes conformance tests and other plugins in an accessible and non-destructive manner.

Home Page:https://sonobuoy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mtulio opened this issue · comments

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