Skip to content

Releases: chuhlomin/render-template

v1.12

17 Apr 03:41

Choose a tag to compare

Changelog

  • a7c644e chore: bump action to v1.12
  • a84ca15 fix: resolve floating tag to latest matching release for binary download

v1

18 Feb 04:12

Choose a tag to compare

chore: bump action to v1.12

v1.11

15 Apr 03:31

Choose a tag to compare

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 split and toJSON functions to README [skip ci]

v1.10

21 Apr 01:42

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.9

10 Dec 22:11
v1.9
a473db6

Choose a tag to compare

What's Changed

New Contributors

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

v1.8

04 Oct 02:24
v1.8

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

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

Choose a tag to compare

v1.5

27 May 04:11
v1.5
6946209

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

Choose a tag to compare

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