You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(template): optimize and deprecate sprig functions
Pre-compute Sprig template functions during package init.
Avoids repeated map allocation and string concatenation
for Sprig functions on every template execution, addressing
performance overhead reported in #2031.
In addition, use HermeticTxtFuncMap which only imports
repeatable functions. This is primarily to avoid potentially
malicious input.
Signed-off-by: Ville Vesilehto <[email protected]>
0 commit comments