Skip to content

Releases: gruntwork-io/boilerplate

v0.3.7: Support for not_path in skip

21 Sep 21:31
51b047b
Compare
Choose a tag to compare

#77: Implemented support for not_path configuration for skip directive. You can now specify which files should be kept when the skip condition is true. All files that do NOT match the not_path configuration will be skipped.

v0.3.6: var_files for dependencies

08 Dec 06:20
1683033
Compare
Choose a tag to compare

#73: You can now specify var_files to render dependencies with.

#74: You can now marshal the BoilerplateConfig struct to YAML.

v0.3.6-alpha.1

07 Dec 20:04
b45266e
Compare
Choose a tag to compare
v0.3.6-alpha.1 Pre-release
Pre-release

DO NOT USE: integration testing release

v0.3.5: jsonnet support

02 Dec 14:48
71c7d15
Compare
Choose a tag to compare

#72: We now support rendering jsonnet files as an alternative to go templating. See the updated README for more details.

v0.3.4: skip_files for conditionally skipping files

16 Nov 22:18
335c3b6
Compare
Choose a tag to compare

#71: This release introduces skip_files in the configuration, which can be used to conditionally skip files in the template folder. Refer to the relevant section in the README for more info.

v0.3.3: Add `toYaml` function

04 Nov 17:50
e0a87fc
Compare
Choose a tag to compare

This release adds a new helper function called toYaml that will render a given input variable to a YAML string. This is similar to the toJson sprig function.

v0.3.2: Support rendering variable inputs to json

30 Oct 18:21
c274f0f
Compare
Choose a tag to compare

This release fixes an issue with using toJson and related sprig functions within Boilerplate templates. It's now possible to read variable inputs from Boilerplate YML files and render those to JSON.

See related PR.

v0.3.1: Add partials feature

26 Oct 20:59
3bee92b
Compare
Choose a tag to compare

Adds the new partials feature for better template reuse.

v0.3.0

31 Aug 15:14
c6198a5
Compare
Choose a tag to compare

#59 : We now support remote template sources. Note that this includes a configuration change from template-folder to template-url in dependencies, as well as renaming the CLI arg.

v0.2.26

17 Dec 02:06
1f402c1
Compare
Choose a tag to compare

#54: Introduce include, a helper function that will render another file through the templating engine and output the contents.