Releases: cuchi/jinja2-action
Releases · cuchi/jinja2-action
v1.3.0
What's Changed
- Solve poetry requirement for README.md by @OlivierCloudar in #21
- (perf): Convert Python base image to python:3.11-slim by @lasith-kg in #19
New Contributors
- @OlivierCloudar made their first contribution in #21
- @lasith-kg made their first contribution in #19
Full Changelog: v1.2.2...v1.3.0
1.2.2
1.2.1
1.2.0
- Inject environment variables inside an
env
object to be used with the{{ env['VAR'] }}
style. - Add a
data_format
input option to force thedata_file
format when the action can't detect it.
1.1.0
- 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
- Migrate from Shell to Python
- Fix multi-line variable issues
1.0.0
Initial Release
- Execute the Jinja2 template engine and output a file.