Skip to content

hull-1.34.1

Choose a tag to compare

@gre9ory gre9ory released this 07 Nov 15:53
· 127 commits to main since this release
74c439f

Changelog


[1.34.1]

CHANGES:

  • added optional parameters NOTEMPLATING and SERIALIZATION to hull.util.tools.virtualdata.data.glob transformation. The parameters match the behavior of noTemplating and serialization which are available for processing individual ConfigMap or Secret values. Used with the hull.util.tools.virtualdata.data.glob transformation, templating can be skipped and/or serialization performed on all external files captured via the given glob. Thanks ievgenii-shepeliuk for the feature request.