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.97k stars 234 forks source link

[BUG] kube-linter-linux.tar.gz.sig is missing #380

Open hikoma opened 2 years ago

hikoma commented 2 years ago

There is no kube-linter-linux.tar.gz.sig file in assets of v0.4.0.

dhaus67 commented 2 years ago

Hey! Thanks for filing this.

To give more context to this: the reason for the file being removed temporarily is due to an issue with the kube-linter-action that occurred with the introduction of the additional kube-linter-linux.tar.gz.sig.

Once we have a proper fix for this in, we'll re-add the missing sig file.

dhaus67 commented 2 years ago

I've got an update regarding this: Starting with the current release (0.5.0), we have changed the release assets. This included removing all archives as release assets. The kube-linter-linux.tar.gz is kept for one release and afterwards will be removed (we will have an additional release for kube-linter-action which will rely on the new release assets).

Once we've dealt with all the releasing and asset changing ordeal, I'll close this one.