Releases: im2nguyen/rover
Releases · im2nguyen/rover
v0.3.3
v0.3.2
v0.3.1
v0.3.0
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
Update publishDockerImage.yml
v0.2.1
Fix sensitive output error
v0.2.0
Remove .DS_Store
v0.1.6
Merge pull request #7 from im2nguyen/standalone Add standalone mode
v0.1.5
Merge pull request #5 from im2nguyen/tfvarsfile-tfvar-arguments Add tfvarsfile and tfVar arguments
v0.1.4
Merge pull request #3 from im2nguyen/docker-v1.0.1-ui-updates Add Docker quickstart, update UI, fix TF v1.0.1 issue