Skip to content

Releases: carlpett/tfz53

v0.2.1

21 Nov 10:34
01de9d4
Compare
Choose a tag to compare

Bug fixes

  • Handle TXT records longer than 255 characters

v0.2.0

26 Jun 06:29
559a77b
Compare
Choose a tag to compare

Breaking changes

  • This release will generate syntax compatible with Terraform 0.12 by default. If you need to support Terraform 0.11 and earlier, use the new flag -legacy-syntax to generate the older syntax.

Improvements

  • Support Terraform 0.12 syntax (#15)
  • Output is now formatted according to the rules used by terraform fmt (#14)
  • Switched dependency management to use Go modules (#13)

Bugs fixed

  • Hostnames starting with digits are now handled correctly (#12)

0.1.3

21 Oct 10:00
fe367d0
Compare
Choose a tag to compare

Rename to the shorter and more typable tfz53

0.1.2

19 Jul 09:38
Compare
Choose a tag to compare

Enhancements

  • Create binaries for multiple operating systems and architectures
  • Update dependencies

0.1.1

19 Jul 08:17
9f6d474
Compare
Choose a tag to compare

Enhancements

  • CI and release automation

Bug fixes

  • Santize the generated Terraform resource names so records with non-ascii characters work (#2)

0.1

21 Jun 19:10
Compare
Choose a tag to compare
0.1

Initial release