Skip to content

Releases: cycloidio/inframap

v0.5.1

22 Jan 10:43
d16e4cb
Compare
Choose a tag to compare

Changed

  • Terraform version from 0.14.4 to 0.14.5
    (PR #92)

v0.5.0

13 Jan 15:30
d6f3abc
Compare
Choose a tag to compare

Added

  • Validation for Terraform State version, we only support 4
    (Issue #72)

Changed

  • Terraform version from 0.14.3 to 0.14.4
    (PR #88)

v0.4.0

09 Dec 14:50
b252ee2
Compare
Choose a tag to compare

Added

  • Support incoming connection without source node for AWS
    (Issue #5)

Changed

  • tfdocs version upgraded
    (PR #69)
  • Terraform version from 0.13.5 to 0.14.2
    (PR #75)

Fixed

  • Azure not generating a correct tfstate due to renamed method
    (PR #71)

v0.3.3

22 Oct 07:53
bc91467
Compare
Choose a tag to compare

Changed

  • Terraform version from 0.13.4 to 0.13.5
    (Issue #58)

v0.3.2

01 Oct 08:20
9b716de
Compare
Choose a tag to compare

Changed

  • Terraform version from 0.13.3 to 0.13.4
    (Issue #58)

v0.3.1

21 Sep 07:50
a8eb59b
Compare
Choose a tag to compare

Changed

  • Terraform version from 0.13.0 to 0.13.3
    (Issue #58)
  • CONTRIBUTING to include Architecture description
    (Issue #52)

v0.3.0

21 Aug 10:38
35b0cf6
Compare
Choose a tag to compare

Added

  • Capability to have 2 Nodes connected with 2 edges of different directions
    (PR #38)
  • Azure support
    (Issue #8)
  • Flexible Engine icons
    (PR #45)

Changed

  • Terraform version from 0.12.28 to 0.13
    (Issue #47)

Fixed

  • Google graph generation from HCL
    (PR #34)
  • Generation error when multiple Edges hanging (not merged)
    (PR #33)
  • Padding between the image and the label for the dot printer
    (PR #42)

v0.2.0

27 Jul 13:35
a57179c
Compare
Choose a tag to compare

Added

  • New flag to generate, --connections to apply or not the Provider logic of merging Edges between Nodes
    (PR #23)
  • Graph generation with Icons
    (Issue #13)
  • Google graph generation from TFState
    (Issue #7)
  • Google graph generation from HCL
    (Issue #27)

Fixed

v0.1.1

16 Jul 16:34
c930956
Compare
Choose a tag to compare

Added

  • Difference between terraform graph and InfraMap to the README
    (PR #14)
  • CI/CD configuration and Dockerfile
    (PR #15)