The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| rover_0.3.0_SHA256SUMS | 2022-02-03 | 1.3 kB | |
| rover_0.3.0_darwin_amd64.zip | 2022-02-03 | 6.9 MB | |
| rover_0.3.0_windows_386.zip | 2022-02-03 | 6.4 MB | |
| rover_0.3.0_linux_386.zip | 2022-02-03 | 6.2 MB | |
| rover_0.3.0_linux_amd64.zip | 2022-02-03 | 6.6 MB | |
| rover_0.3.0_freebsd_386.zip | 2022-02-03 | 6.3 MB | |
| rover_0.3.0_freebsd_arm.zip | 2022-02-03 | 6.3 MB | |
| rover_0.3.0_darwin_arm64.zip | 2022-02-03 | 6.8 MB | |
| rover_0.3.0_linux_arm64.zip | 2022-02-03 | 6.2 MB | |
| rover_0.3.0_freebsd_amd64.zip | 2022-02-03 | 6.7 MB | |
| rover_0.3.0_windows_arm64.zip | 2022-02-03 | 6.2 MB | |
| rover_0.3.0_freebsd_arm64.zip | 2022-02-03 | 6.2 MB | |
| rover_0.3.0_linux_arm.zip | 2022-02-03 | 6.3 MB | |
| rover_0.3.0_windows_arm.zip | 2022-02-03 | 6.4 MB | |
| rover_0.3.0_SHA256SUMS.sig | 2022-02-03 | 566 Bytes | |
| rover_0.3.0_windows_amd64.zip | 2022-02-03 | 6.7 MB | |
| README.md | 2022-02-03 | 1.0 kB | |
| v0.3.0.tar.gz | 2022-02-03 | 3.0 MB | |
| v0.3.0.zip | 2022-02-03 | 3.0 MB | |
| Totals: 19 Items | 96.1 MB | 0 | |
Re-releasing this to address the PRs addressing fixes for significant bugs: https://github.com/im2nguyen/rover/pull/86 and https://github.com/im2nguyen/rover/pull/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.