Skip to content

Releases: cuchi/jinja2-action

1.2.2

09 Nov 17:45
6d31ec7
Compare
Choose a tag to compare
  • Fix: Pin image base to python3.11

1.2.1

24 Jan 18:53
3fa06ac
Compare
Choose a tag to compare
  • Perf: Improve Dockerfile layers.

1.2.0

09 Jul 00:08
1149b92
Compare
Choose a tag to compare
  • Inject environment variables inside an env object to be used with the {{ env['VAR'] }} style.
  • Add a data_format input option to force the data_file format when the action can't detect it.

1.1.0

14 Apr 17:56
70b631c
Compare
Choose a tag to compare
  • Add the data_file input, to support setting variables from a file instead of from the action itself.
  • Fix: if jinja2 has non-zero exit then the action will properly fail.

1.0.1

08 Feb 03:51
b9280e9
Compare
Choose a tag to compare
  • Migrate from Shell to Python
  • Fix multi-line variable issues

1.0.0

07 Feb 19:25
6b7599b
Compare
Choose a tag to compare

Initial Release

  • Execute the Jinja2 template engine and output a file.