Skip to content

v3.9.0

Compare
Choose a tag to compare
@hairyhenderson hairyhenderson released this 26 Jan 01:10
v3.9.0
9d11ac0

This is largely a bug-fix and stability release, but also contains some fairly
major internal refactoring, specifically to better support some future changes
that will make gomplate easier to use as a library!

Be sure to check out the multi-platform Docker images available at hairyhenderson/gomplate.

If you've gained value out of gomplate and want to find a way to encourage development, please consider sponsoring gomplate!

v3.9.0 (2021-01-24)

Full Changelog

Release Notes

New features and changes

Bug fixes

  • #1051 Fixing potential data race in signal handling code (possible when gomplate is used as a library)
  • #1027 & #1043 Fix ignored left/right delim env vars (fixes #1018)
  • #1029 & #1041 Only extra print newline with console output (fixes #996)
  • #956 Properly support Windows file modes (fixes #948)

Documentation fixes/updates

  • #981 Fixing docker image tag reference (fixes #996)