Skip to content

Releases: cycloidio/inframap

v0.8.1

Choose a tag to compare

@niqt niqt released this 23 Apr 14:07
f02f224

Fixed

  • Strip old-style instance keys from TFState dependencies
    (#245))

v0.8.0

Choose a tag to compare

@cycloid-machine cycloid-machine released this 13 Aug 09:07
d59165c

Added

  • New flag --description-file to generate a description file of the Graph Nodes
    (Issue #178)
  • graphviz is now in the Docker image so no need of external tools to generate the graph by @agalazis
    (PR #221)

Changed

  • Updated the tfdocs version
    (PR #198)
  • The generate command will now print more suitable node names if alternative-node-names flag is used.
    It's turned off by default
    (Issue #230)

v0.7.0

Choose a tag to compare

@cycloid-machine cycloid-machine released this 09 Jun 20:58
dc69133

Added

  • New flag --description-file to generate a description file of the Graph Nodes
    (Issue #178)
  • graphviz is now in the Docker image so no need of external tools to generate the graph by @agalazis
    (PR #221)

Changed

  • Updated the tfdocs version
    (PR #198)
  • The generate command will now print more suitable node names if alternative-node-names flag is used.
    It's turned off by default
    (Issue #230)

v0.6.7

Choose a tag to compare

@cycloid-machine cycloid-machine released this 09 Jul 06:23

Fixed

  • Prune was not working with old TF versions because of the depends_on
    (Issue #144)
  • Repeated/Reused modules on TFState now work properly
    (Issue #103)

v0.6.6

Choose a tag to compare

@cycloid-machine cycloid-machine released this 10 Jun 16:18

Changed

  • Reduced the number of Nodes on Azurerm
    (PR #143)

Fixed

  • Multiple modules connecting between them now works correctly
    (Issue #141)

v0.6.5

Choose a tag to compare

@cycloid-machine cycloid-machine released this 28 May 14:21

Changed

  • Terraform version from 0.15.1 to 0.15.3
    (PR #139)

v0.6.4

Choose a tag to compare

@cycloid-machine cycloid-machine released this 05 May 08:14

Changed

  • Terraform version from 0.14.10 to 0.15.1
    (PR #129)

Fixed

  • When generating code from HCL errors are now displayed properly
    (Issue #120)

v0.6.3

Choose a tag to compare

@cycloid-machine cycloid-machine released this 19 Apr 16:48

Changed

  • Terraform version from 0.14.9 to 0.14.10
    (PR #128)

v0.6.2

Choose a tag to compare

@cycloid-machine cycloid-machine released this 31 Mar 12:01

Added

Changed

  • Terraform version from 0.14.8 to 0.14.9
    (PR #114)

v0.6.1

Choose a tag to compare

@cycloid-machine cycloid-machine released this 12 Mar 14:30

Changed

  • Terraform version from 0.14.6 to 0.14.8
    (PR #114)
  • The flags --hcl and --tfstate are no longer required, the type will be guessed now
    (Issue #101)

Fixed

  • Multiple modules with same resource name now work correctly using full module name module.NAME.aws_instance.NAME2
    (Issue #103)