stackrox / kube-linter

KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
https://docs.kubelinter.io/
Apache License 2.0
2.96k stars 233 forks source link

[BUG] Some releases are not published on pkg.go.dev #599

Open antoninferrand opened 1 year ago

antoninferrand commented 1 year ago

Describe the bug Some releases of kube-linter are not published : https://pkg.go.dev/golang.stackrox.io/kube-linter?tab=versions (0.5.0, 0.5.1 and 0.6.0 are missing).

To Reproduce Run go get github.com/stackrox/kube-linter@v0.5.0

Sample YAML input //

Expected behavior There should not be gaps in the available releases.

Screenshots

image
janisz commented 1 year ago

Good point. We did not add semantic tags to releases priori to v.6.1 this was fixed with https://github.com/stackrox/kube-linter/pull/497 but we should add v prefixed tags to old releases as well. Double tagging should not break anything