Releases: hairyhenderson/gomplate
Releases · hairyhenderson/gomplate
1.2.1
1.2.0
Big new feature - Vault datasources!
✨ New! Install on macOS with Homebrew:
brew tap hairyhenderson/tap
brew install gomplate
v1.2.0 (2016-11-15)
Implemented enhancements:
- Support for Vault datasources (app-id & token auth) #74 (hairyhenderson)
- Adding Dockerfile #68 (hairyhenderson)
Merged pull requests:
- Added a read me section about multiple line if/else/end statements. #73 (EtienneDufresne)
- Adding instructions for installing via the homebrew tap #72 (hairyhenderson)
- Updating codegangsta/cli reference to urfave/cli #70 (hairyhenderson)
- Formatting with gofmt -s #66 (hairyhenderson)
1.1.2
Critical bug fix in this one! Thanks to @marcboudreau for finding and fixing it!
v1.1.2 (2016-09-06)
Fixed bugs:
- Fixing a panic in Ec2Info.go #62 (marcboudreau)
1.1.1
v1.1.1 (2016-09-04)
Implemented enhancements:
- Caching responses from EC2 #61 (hairyhenderson)
- Short-circuit ec2 function defaults when not in AWS #60 (hairyhenderson)
Fixed bugs:
- Slow and repeated network calls during ec2 functions #59
1.1.0
v1.1.0 (2016-09-02)
Implemented enhancements:
- Provide default when region can't be found #55
- Adding ability to provide default for ec2region function #58 (hairyhenderson)
Merged pull requests:
- Fixing broken tests #57 (hairyhenderson)
1.0.0
0.6.0
0.5.1
Just a bugfix...
Fixed bugs:
- Gomplate sometimes stalls for 5s #48
- Make things start faster #51 (hairyhenderson)
0.5.0
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
Some new functions in this one related to string manipulation.
Additions
join
- identical tostrings.Join
, except that each element is converted to a string first (i.e.[]interface{}
is supported, not just[]string
)title
- exposedstrings.Title
toLower
- exposedstrings.ToLower
toUpper
- exposedstrings.ToUpper