Add Cryptographic Digests to GitHub Releases Body #850
Labels
area/release-eng
Issues or PRs related to the Release Engineering subproject
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
Milestone
Please consider adding cryptographic digests for the files released in this project. Commonly called SHA256SUMS files they can be easily generated using the common
sha256sum
tool on most systemsAlternatively, there are some release automation tools that can build these files automatically.
Besides being a useful practice for download verification I would also like to use the SHA256SUMS as a way to ensure the releases aren't tampered with and track when they are modified. There is a tool called rget that can do this if you provide SHA256SUMS for your releases.
The rget tool also has a subcommand to make it easy to create SHA256SUMS for existing releases, just run:
Thanks!
Additional tracking issues:
/assign
/cc @philips @kubernetes/sig-release-admins @kubernetes/release-engineering
/milestone v1.16
/priority important-longterm
/kind feature
The text was updated successfully, but these errors were encountered: