Releases: chuhlomin/render-template
v1.12
v1
chore: bump action to v1.12
v1.11
Changelog
- 4a12ddb fix: pass action context via env vars, drop latest fallback in binary action
- 0fb0187 fix: use flags instead of goflags in goreleaser config
- daa89c1 chore: bump action to v1.11
- 7caa712 feat: add binary action and GoReleaser config
- 6e20b39 feat: push Docker image to GHCR alongside Docker Hub
- 5b41186 chore(deps): bump golang.org/x/text from 0.15.0 to 0.18.0 (#27)
- 27303cc chore(deps): bump golangci/golangci-lint-action in /.github/workflows (#23)
- 93e2d90 chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 (#22)
- 0968b86 chore(deps): bump golangci/golangci-lint-action in /.github/workflows (#21)
- dfad1d4 chore(deps): bump guyarb/golang-test-annotations in /.github/workflows (#20)
- ff6e929 docs: add
splitandtoJSONfunctions to README [skip ci]
v1.10
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.9
v1.8
Added multi-achitecture Docker image support.
Supported architectures are linux/amd64, linux/arm/v7, linux/arm64.
Full Changelog: v1.7...v1.8
v1.7
Added template functions: date, mdlink, number and base64.
Full Changelog: v1.6...v1.7
v1.6
Switch from set-output to GITHUB_OUTPUT (GitHub Actions: Deprecating save-state and set-output commands)
Full Changelog: v1.5...v1.6
v1.5
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
Switch from html/template to text/template to avoid escaping certain characters