go-sprout / sprout

From sprig to sprout - Useful template functions for Go templates with steroids
https://sprout.atom.codes
MIT License
86 stars 4 forks source link

feat: add sha512sum to checksum registry and add notices #59

Closed 42atomys closed 3 weeks ago

42atomys commented 3 weeks ago

Description

Introduce the sha512Sum function as requested by sprig community and update old functions to new standards (naming convention and notice for deprecation) to checksum registry

Changes

Duplicate of https://github.com/Masterminds/sprig/pull/400, https://github.com/Masterminds/sprig/pull/326

Checklist

Additional Information

Documentation update are embed

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files Coverage Δ
registry/checksum/checksum.go 92.3% <100.0%> (+7.6%) :arrow_up:
registry/checksum/functions.go 100.0% <100.0%> (ø)