Open antoninferrand opened 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
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