Skip to content

Releases: hairyhenderson/gomplate

1.2.1

19 Nov 19:41
Compare
Choose a tag to compare

v1.2.1 (2016-11-19)

Full Changelog

Fixed bugs:

  • Removing vestigial newline addition #77 (hairyhenderson)
  • Handle redirects from vault server versions earlier than v0.6.2 #76 (drmdrew)

Closed issues:

  • Handle vault HTTP redirects #75

1.2.0

15 Nov 03:39
Compare
Choose a tag to compare

Big new feature - Vault datasources!

✨ New! Install on macOS with Homebrew:

brew tap hairyhenderson/tap
brew install gomplate

v1.2.0 (2016-11-15)

Full Changelog

Implemented enhancements:

Merged pull requests:

1.1.2

06 Sep 23:07
Compare
Choose a tag to compare

Critical bug fix in this one! Thanks to @marcboudreau for finding and fixing it!

v1.1.2 (2016-09-06)

Full Changelog

Fixed bugs:

1.1.1

04 Sep 17:54
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Just a bugfix...

Fixed bugs:

0.5.0

26 May 20:12
Compare
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
Compare
Choose a tag to compare

Some new functions in this one related to string manipulation.

Additions