Skip to content

Releases: im2nguyen/rover

v0.3.3

22 Jul 17:19
a8145eb
Compare
Choose a tag to compare
Merge pull request #114 from im2nguyen/update-gh-actions-gpg-rev2

fix gpg gh action

v0.3.2

05 Mar 05:10
513a88a
Compare
Choose a tag to compare

New patch that resolves #93. Thanks @JackFlukinger!

v0.3.1

10 Feb 15:29
ac4a0f6
Compare
Choose a tag to compare

Resolves #90. Thanks @JackFlukinger!

v0.3.0

03 Feb 13:12
28b7dc7
Compare
Choose a tag to compare

Re-releasing this to address the PRs addressing fixes for significant bugs: #86 and #88

Huge shout out to @JackFlukinger for the bulk of this release.

Adds:

  • Full nested module support
  • RSO rewritten to support nested modules and spotty configuration
  • Graph node and edge refactor to generate from resource map instead of going back through plans, states, configs again
    • Can make changes to graph output by modifying map
  • SVG instead of PNG output -- browsers only allow downloaded images up to some unspecified size. I had some trouble with large graphs not exporting due to this. SVG format makes the images much smaller, and infinitely scalable
  • Some map updates, always shows line numbers (even in nested modules) if available
    • Nested resources and modules are indented for general readability
  • Terraform 1.1.2 support
  • SVG export support in CLI with -genImage true. Probably does not work with docker, though.

v0.2.2

02 Oct 00:49
3767d37
Compare
Choose a tag to compare
Update publishDockerImage.yml

v0.2.1

28 Sep 16:28
Compare
Choose a tag to compare
Fix sensitive output error

v0.2.0

28 Sep 11:28
Compare
Choose a tag to compare
Remove .DS_Store

v0.1.6

09 Jul 06:58
c41b06d
Compare
Choose a tag to compare
Merge pull request #7 from im2nguyen/standalone

Add standalone mode

v0.1.5

02 Jul 19:26
ac1b0af
Compare
Choose a tag to compare
Merge pull request #5 from im2nguyen/tfvarsfile-tfvar-arguments

Add tfvarsfile and tfVar arguments

v0.1.4

02 Jul 07:49
a173813
Compare
Choose a tag to compare
Merge pull request #3 from im2nguyen/docker-v1.0.1-ui-updates

Add Docker quickstart, update UI, fix TF v1.0.1 issue