Skip to content

Latest commit

Β 

History

History
379 lines (239 loc) Β· 23.6 KB

CHANGELOG.md

File metadata and controls

379 lines (239 loc) Β· 23.6 KB

Change Log

v1.9.1 (2017-06-22)

Full Changelog

Implemented enhancements:

  • Enhance the indent function #165

Fixed bugs:

  • gomplate v1.9.0 - fails for aws.EC2 calls that take 1s or plus (Windows) #168
  • Adding AWS_TIMEOUT environment variable #169 (hairyhenderson)

Closed issues:

  • Gomplate function to output a gomplate function #167

v1.9.0 (2017-06-14)

Full Changelog

Implemented enhancements:

Closed issues:

  • JSON formatting #163
  • panic: template: template:19:25: executing "template" at <.Env>: map has no entry for key "Env" #160
  • Suggestion: add directory support for loading environment #159

v1.8.0 (2017-06-09)

Full Changelog

Implemented enhancements:

Closed issues:

  • Improve the docs and move to a separate place (not the README) #146

Merged pull requests:

v1.7.0 (2017-05-24)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • toJSON fails to marshal objects with nested objects #138
  • function "has" will panic when used on nested map #134
  • Using github.com/ugorji/go/codec for JSON encoding instead of encoding/json #144 (hairyhenderson)
  • Fixing bug with 'has' and 'datasource' around referencing sub-maps in nested maps #135 (hairyhenderson)

Closed issues:

  • Ability to join list of items into string with separator #143

Merged pull requests:

v1.6.0 (2017-05-01)

Full Changelog

Implemented enhancements:

  • Support for bulk operations #117
  • Authentication for HTTP/HTTPS datasources #113
  • Make all secrets settable via files #106
  • Adding ds alias for datasource function #129 (hairyhenderson)
  • Add --input-dir and --output-dir as options #119 (rhuss)
  • Adding more ways to specify input/output #114 (hairyhenderson)

Fixed bugs:

  • Open datasource file in read-only mode #126 (rhuss)

Merged pull requests:

v1.5.1 (2017-03-23)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Awful performance rendering templates with ec2tag function in non-aws environments #110
  • Performance fixes for running ec2tag in non-aws environments #111 (hairyhenderson)

Merged pull requests:

v1.5.0 (2017-03-07)

Full Changelog

Implemented enhancements:

v1.4.0 (2017-03-03)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.3.0 (2017-02-03)

Full Changelog

Implemented enhancements:

Closed issues:

  • Crash when datasource is not specified #93

v1.2.4 (2017-01-13)

Full Changelog

Merged pull requests:

v1.2.3 (2016-11-24)

Full Changelog

Fixed bugs:

  • gomplate with vault datasource panics when environment variables are unset #83
  • Fixing bug where vault data is incorrectly cached #87 (hairyhenderson)
  • No vault addr dont panic #85 (drmdrew)

Merged pull requests:

  • Mention CLI and datasources support in description #86 (drmdrew)

v1.2.2 (2016-11-20)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • gomplate w/vault error: user: Current not implemented on linux/amd64 #79
  • Avoiding CGO landmine #81 (hairyhenderson)

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

v1.2.0 (2016-11-15)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.1.2 (2016-09-06)

Full Changelog

Fixed bugs:

v1.1.1 (2016-09-04)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Slow and repeated network calls during ec2 functions #59

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:

v1.0.0 (2016-07-14)

Full Changelog

Implemented enhancements:

v0.6.0 (2016-07-12)

Full Changelog

Implemented enhancements:

v0.5.1 (2016-06-21)

Full Changelog

Fixed bugs:

v0.5.0 (2016-05-22)

Full Changelog

Implemented enhancements:

  • It'd be nice to also resolve templates from files #8
  • Switching argument parsing to codegangsta/cli #42 (hairyhenderson)
  • New datasource function - allows use of JSON files as a data source for the template #9 (hairyhenderson)

Fixed bugs:

v0.4.0 (2016-04-12)

Full Changelog

Implemented enhancements:

v0.3.0 (2016-04-11)

Full Changelog

Implemented enhancements:

Closed issues:

  • gomplate -v returns 0.1.0 even for newer releases #33

Merged pull requests:

v0.2.2 (2016-03-28)

Full Changelog

Fixed bugs:

v0.2.1 (2016-03-28)

Full Changelog

Fixed bugs:

  • AWS-dependent functions should fail gracefully when not running in AWS #26
  • It's 'ec2region', not 'region' #29 (hairyhenderson)
  • Using defaults on network errors and timeouts #27 (hairyhenderson)

v0.2.0 (2016-03-28)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.1.1 (2016-03-22)

Full Changelog

Implemented enhancements:

  • Should support default values for environment variables #14

Merged pull requests:

v0.1.0 (2016-02-20)

Full Changelog

Merged pull requests:

v0.0.2 (2016-01-24)

Full Changelog

Merged pull requests:

  • πŸ’„ slight refactoring & adding some vague unit tests... #5 (hairyhenderson)
  • πŸ’„ slight refactoring & adding some vague unit tests... #4 (hairyhenderson)

v0.0.1 (2016-01-23)

* This Change Log was automatically generated by github_changelog_generator