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
Repackage goenvtemplator to use more recent sprig library
Currently goenvtemplator uses quite old sprig library, it would be great to move to more recent version to support advanced functions like regexReplaceAll.
$ goenvtemplator2 -version
2017/08/15 14:28:46 Version: -2.0.0-rc2
$ goenvtemplator2 -template $PWD/index.html.tmpl:$PWD/index.htmL
2017/08/15 14:28:14 Error while generating '/home/freznicek/prjs/szn/sources/Sklik-DevOps/helm-registry.git/docs/index.html.tmpl' ->'/home/freznicek/prjs/szn/sources/Sklik-DevOps/helm-registry.git/docs/index.htmL'. template: index.html.tmpl:8: function"regexReplaceAll" not defined
I say let's upgrade it now in v2 when we have the chance to introduce breaking changes.
Otherwise we would wait next 2 years for another major release :)
Repackage goenvtemplator to use more recent sprig library
Currently goenvtemplator uses quite old sprig library, it would be great to move to more recent version to support advanced functions like
regexReplaceAll
.It looks that goenvtemplator2 uses this particular revision https://github.com/Masterminds/sprig/tree/69011c0cd9b4d2e0733c4d9e2c8e2a5a0d0a2f2f which is from Dec 2016.
The text was updated successfully, but these errors were encountered: