Skip to content

Latest commit

 

History

History
125 lines (81 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

125 lines (81 loc) · 3.27 KB

[Unreleased]

[0.5.2] 2021-02-09

Changed

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

[0.5.1] 2021-01-22

Changed

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

[0.5.0] 2021-01-13

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)

[0.4.0] 2020-12-09

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)

[0.3.3] 2020-10-22

Changed

  • Terraform version from 0.13.4 to 0.13.5 (PR #65)

[0.3.2] 2020-10-01

Changed

  • Terraform version from 0.13.3 to 0.13.4 (PR #61)

[0.3.1] 2020-09-21

Changed

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

[0.3.0] 2020-08-21

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)

[0.2.0] 2020-07-27

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

[0.1.1] 2020-07-16

Added

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

[0.1.0] 2020-07-16

First version and first implementation