Skip to content

Releases: chuhlomin/render-template

v1.10

21 Apr 01:42
Compare
Choose a tag to compare

Added template functions: split, toJSON.
Example: {{ "1,2,3" | split "," | toJSON }} in template will result in ["1","2","3"].

Updated from github.com/caarlos0/env/v6 to github.com/caarlos0/env/v10.
Fixed golangci-lint warnings.

Full Changelog: v1.9...v1.10

v1

18 Feb 04:12
Compare
Choose a tag to compare
Update image to v1.10

v1.9

10 Dec 22:11
v1.9
a473db6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8...v1.9

v1.8

04 Oct 02:24
v1.8
Compare
Choose a tag to compare

Added multi-achitecture Docker image support.
Supported architectures are linux/amd64, linux/arm/v7, linux/arm64.

Full Changelog: v1.7...v1.8

v1.7

11 May 01:59
v1.7
b5c1c08
Compare
Choose a tag to compare

Added template functions: date, mdlink, number and base64.

Full Changelog: v1.6...v1.7

v1.6

23 Oct 21:05
v1.6
204ce62
Compare
Choose a tag to compare

v1.5

27 May 04:11
v1.5
6946209
Compare
Choose a tag to compare

Added vars_path input.
You must set either vars or vars_path, or you may set both of them (vars values will take precedence over vars_path).

Updated dependencies.

v1.4

05 Jan 20:53
v1.4
f828bb5
Compare
Choose a tag to compare

Switch from html/template to text/template to avoid escaping certain characters

v1.3

28 Dec 08:25
v1.3
aac8074
Compare
Choose a tag to compare

Add result_path input argument. If set, action will write result output to that file.
Update to Go 1.17

v1.2

08 Apr 03:38
7aca6a3
Compare
Choose a tag to compare

GitHub actions pulls action image from Docker Hub