Skip to content

Releases: hairyhenderson/gomplate

1.1.1

04 Sep 17:54

Choose a tag to compare

v1.1.1 (2016-09-04)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Slow and repeated network calls during ec2 functions #59

1.1.0

02 Sep 03:10

Choose a tag to compare

v1.1.0 (2016-09-02)

Full Changelog

Implemented enhancements:

  • Provide default when region can't be found #55
  • Adding ability to provide default for ec2region function #58 (hairyhenderson)

Merged pull requests:

1.0.0

14 Jul 03:40

Choose a tag to compare

Finally I think I'm ready to call this 1.0. It's got pretty much all of the features I wanted, and seems to be pretty stable...

🎉

Additions

(since 0.6.0)

  • Now supporting http/https URLs in datasource references (#53)

0.6.0

12 Jul 02:31

Choose a tag to compare

It's YAMLmania time!

Additions

  • New yaml function (#52)
  • New yamlArray function (#52)
  • Added application/yaml support for datasources (#52)

0.5.1

21 Jun 22:40

Choose a tag to compare

Just a bugfix...

Fixed bugs:

0.5.0

26 May 20:12

Choose a tag to compare

New functionality to be able to parse JSON data sources!

Additions

  • datasource - new function to be able to resolve data from JSON files passed through the new -d/--datasource commandline argument

0.4.0

12 Apr 17:42

Choose a tag to compare

Some new functions in this one related to string manipulation.

Additions

0.3.0

11 Apr 17:46

Choose a tag to compare

This adds some convenience functions for creating and dealing with slices (and JSON arrays).

Additions

  • slice
  • jsonArray

0.2.2

04 Apr 14:51

Choose a tag to compare

Another bug-fix release.

Bug Fixes

  • gomplate -v now returns the correct version number! #32 #33

0.2.1

28 Mar 03:21

Choose a tag to compare

A bug-fix release.

Bug Fixes

  • It's 'ec2region', not 'region' #29
  • Using defaults on network errors and timeouts #27 (Fixes #26)