github hairyhenderson/gomplate v3.2.0

latest releases: v4.0.0-pre-2, v3.11.7, v3.11.6...
5 years ago

There's lots of ✨ in this first release of 2019! 🎉🎊

Now, you can ignore files, merge datasources, and use .env files as datasoures. Also, you can do a whole pile of new things with lists and maps with the functions in the new coll namespace! See below for details...

v3.2.0 (2019-02-07)

Full Changelog

Release Notes

New features and changes

  • #450 Documented newline suppression (@carlosonunez)
  • #225 Add .gomplateignore support (@zealic)
    • An extension to the --exclude flag, allows ignoring certain files when processing directories with the --input-dir argument. Works just like the .gitignore file
  • #477 New merge: datasource, for merging multiple datasources
  • #481 Adding support for .env files
    • Parses files containing lines like KEY=value as key-value pairs
    • See the docs for details

New functions

Bug fixes

  • #442 Support subpaths for http datasources
  • #465 AWS region detection for SSM param store datasources
  • #468 Sort YAML objects alphabetically by key
  • #473 Propagate signals to post-run processes

Don't miss a new gomplate release

NewReleases is sending notifications on new releases.