helm/pkg/release
Matt Farina ca8eae9361
Reproducible chart archive builds
Building the same chart into an archive multiple times will have
the same sha256 hash.

Perviously, the time in the headers for a file was time.Now() which
changed each time. The time is now collected from the operating
system when the file is loaded and this time is used.

Fixes: #3612

Signed-off-by: Matt Farina <matt.farina@suse.com>
2025-10-29 11:49:22 -04:00
..
common Moved release objects to enable versioning 2025-10-10 11:49:08 -04:00
v1 Reproducible chart archive builds 2025-10-29 11:49:22 -04:00
common.go Moving new default accessor functions to internal per feedback 2025-10-10 13:16:49 -04:00
common_test.go Moving new default accessor functions to internal per feedback 2025-10-10 13:16:49 -04:00
interfaces.go Moved release objects to enable versioning 2025-10-10 11:49:08 -04:00
responses.go Making uninstall response generic 2025-10-10 11:49:08 -04:00