Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 21:00
· 13 commits to main since this release
a501202

Changelog

7eb34a0 Create LICENSE
34400fa Fixed up typos in README: missing comma in IAM Policy and AWS CLI command is 's3api' and not 's3'
50bffe4 Merge pull request #12 from expel-io/expanding-unit-testing
9f15281 Merge pull request #13 from expel-io/expanding-unit-testing
4e93bc1 Merge pull request #14 from expel-io/command-line-option-changes
6f1e63c Merge pull request #15 from expel-io/modify-instance-counting
a501202 Merge pull request #16 from expel-io/s3-count-warning
30906ca feat: Added --no-output flag to not save results anywhere. Removed --append and made it default. Fixed Sid of IAM Policy in README.md. Updated unit tests for command line changes. Added Region name and time stamp to CSV file.
2a0d95d feat: Count only EC2 and Spot instances that are running
a79e00f feat: Modified RDS counts to only include those whose DBInstanceStatus is 'available'
1ccab75 feat: Modified how we count Lightsail instance to only count those running.
7ff855c feat: Show warning for S3 counts when single region is selected.
8064ebe fix: Corrected unit test that used old syntax to disable output file creation. Minor fix in command line processing.
610738b fix: Did not handle case properly when --no-output was specified.