This release of Kontemplate comes with the following improvements:
-
Add an
insertTemplate
function that works similarly toinsertFile
, but applies templating against the file before inserting it.Thanks to @judev for contributing this feature.
-
Ensure
insertFile
andinsertTemplate
act relative to resource set locations.Previously these functions acted relative to the working directory, which broke the ability to call kontemplate on a cluster file independent of the location.
-
Dependencies have been updated
This includes sprig and any new functions that might have been added in it, as well as the base tooling for the publicly available container image.
Release binaries are signed with GPG key 66F505681DB8F43B
which is verified on my Github profile. They are built repeatably and reproducibly using Nix.