Skip to content

Releases: jrhouston/tfk8s

v0.1.10

22 Dec 04:53
b51c2d1
Compare
Choose a tag to compare
  • Fix generation field not being stripped when using --strip

v0.1.9

22 Dec 04:53
Compare
Choose a tag to compare
v0.1.9

v0.1.8

13 Oct 06:04
cfc0208
Compare
Choose a tag to compare
  • Support resources using generateName
  • Add option to remove quotes from object/map keys when not needed
  • Match nested interpolation when escaping shell

v0.1.7

30 Aug 20:31
1e9bd4b
Compare
Choose a tag to compare
  • Escape shell vars (${...}) in HCL output so they are not interpolated by Terraform (#28)

v0.1.6

02 Aug 04:23
Compare
Choose a tag to compare
  • Fix crash when trying to use List resources
  • Catch panics and print friendly error message

v0.1.5

14 Jul 04:14
0c470e9
Compare
Choose a tag to compare
Merge pull request #22 from jrhouston/remove-tf-dep

Remove dependency on terraform project

v0.1.4

16 Jun 05:42
9cb5bb2
Compare
Choose a tag to compare
  • Ignore empty YAML documents

v0.1.3

28 Mar 02:18
Compare
Choose a tag to compare
  • Fix bug where empty documents were causing a panic.

v0.1.2

18 Mar 16:32
d4a3040
Compare
Choose a tag to compare
  • Add support for heredoc multi-line strings