helmfile icon indicating copy to clipboard operation
helmfile copied to clipboard

Provide sha256sum.txt per release

Open varac opened this issue 6 years ago • 4 comments

Please provide a checksum file with sha256 checksums for all released binaries, like i.e. rke is doing it.

varac avatar Jun 05 '19 12:06 varac

I compare helmfile binary checksum from quay.io/roboll/helmfile:v0.116.0 docker image

docker run --rm -ti quay.io/roboll/helmfile:v0.116.0 sha256sum /usr/local/bin/helmfile
ef111ff2f15719e65128b31f49c10790f9cf9be567ecf7f227d1ec96112b71f3  /usr/local/bin/helmfile

with downloaded helmfile binary from https://github.com/roboll/helmfile/releases/download/v0.116.0/helmfile_linux_amd64

/tmp/helmfile_linux_amd64 -version
helmfile version v0.116.0

sha256sum /tmp/helmfile_linux_amd64 
0d45e0d57a46134c7a0342e184f43aaa420b1ed6479052ef89152a56b30b45ef  /tmp/helmfile_linux_amd64

and they are different. This seems strange...

loktionovam avatar May 22 '20 16:05 loktionovam

Anything holding this up? And is https://github.com/roboll/helmfile/issues/1648 a dupe?

Does https://github.com/roboll/helmfile/blob/master/.circleci/config.yml#L121 just need to be enhanced?

nhomble avatar Jul 16 '21 15:07 nhomble

Is this still a thing?

githubsands avatar Jul 28 '21 21:07 githubsands

https://github.com/helm/helm/releases/tag/v3.8.1 - Something like this would be great

tonsV2 avatar Mar 24 '22 03:03 tonsV2