Skip to content

Releases: zerok/tpl

v2.6.0

30 Sep 11:35
a2a4adf

Choose a tag to compare

Changelog

a2a4adf Remove azure-pipelines integration
461671c Fix typo in CI workflow
b8d22f1 Add CI pipeline
a98f729 Remove Gopkg files
6ecd40c Move to Go modules
9c44c30 Merge pull request #16 from kautsig/read-from-stdin
c2a259e Do not wrap in buffered reader
fa2d613 Read from stdin when "-" is passed as input file

v2.5.1

17 Nov 11:50
a9153aa

Choose a tag to compare

Changelog

a9153aa Make left/right delimiters actually work
5506ad7 Correct link to pipeline
4a87c75 Add build status to README
715b65a Set up CI with Azure Pipelines

v2.5.0

04 Oct 19:12
b66182c

Choose a tag to compare

Changelog

b66182c Add sprig to README
20d6c23 Vendor sprig
cd4263f Merge pull request #15 from luxifer/sprig-funcmap
e99fb03 fix funcmap type
3d66542 sprig funcmap first
7908eb8 add sprig to available funcmap

v2.4.0

05 Apr 16:54
0cd13d0

Choose a tag to compare

Changelog

0cd13d0 Add .FS.Exists function. Closes #13


Automated with GoReleaser
Built with go version go1.10.1 darwin/amd64

v2.3.0

16 Jan 09:20

Choose a tag to compare

Changelog

34ad043 Use the environment reader provided by the Vault SDK


Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64

v2.2.0

11 Jan 19:57

Choose a tag to compare

Changelog

81bd8c5 Add .System.ShellOutput. Closes #11.


Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64

v2.1.0

16 Nov 20:35

Choose a tag to compare

Changelog

4bffd7f Add .System.OS and .System.Arch. Closes #10.
f9e95d9 Make template delimiters configurable. Closes #4.


Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64

v2.0.0

03 Nov 07:15

Choose a tag to compare

Changelog

8d38688 Use text/template instead of html/template
809cc2a Add installation instructions to the README. Closes #9.


Automated with GoReleaser
Built with go version go1.9.2 darwin/amd64

v1.0.0

26 Oct 07:30

Choose a tag to compare

Welcome to v1.0.0 of tpl :) This includes just the very basics like accessing secrets from Vault and exposing the host's external IP address.