v0.3.0
Changelog
38a4e77 Added build badge
b1e3b80 Changed location of badge in readme
8d27a2a Changes to run the 'release' workflow on MacOS
b921739 Finished EC2 unit test. Now at 22.8% code coverage! Modify all counters to return int instead of string.
3101428 Initial stab at signing and notarizing cloud-resource-counter as part of CI/CD process.
3f94202 Initial version of unit test integration. The accountId.go file is the example.
6e9552a Integrated Service Factory into Lambda counts, implemented allRegions property and implemented unit tests.
f73c2e4 Merge branch 'spot-support-for-all-regions-and-unit-tests' of https://github.com/expel-io/cloud-resource-counter into spot-support-for-all-regions-and-unit-tests
f29940d Merge pull request #1 from expel-io/unit-test-integration
5e9581e Merge pull request #2 from expel-io/command-line-refactoring-and-ec2-unit-test
812360b Merge pull request #3 from expel-io/spot-support-for-all-regions-and-unit-tests
6e0babd Merge pull request #4 from expel-io/rds-all-regions-and-unit-testing
50fb01a Merge pull request #5 from expel-io/s3-unit-test-integration
fb9c3f8 Merge pull request #6 from expel-io/lambda-all-regions-and-unit-testing
64b669a Refactored the Command Line code and introduced generic API Service for EC2 discovery
c9ce6cd Updated the Github Actions workflow to include the GON binary in the MacOS PATH
cc76ec0 feat: support all region collection of RDS instances
99874bf fix: Added documentation for --all-regions. Added check for --all-regions and --region. Augmented EC2 Unit Testing to support instance filtering. Added --all-regions support for Spot instances and unit testing.
36304d9 fix: Added documentation for --all-regions. Added check for --all-regions and --region. Augmented EC2 Unit Testing to support instance filtering. Added --all-regions support for Spot instances and unit testing.
d808734 fix: fully integrated ActivityMonitor into the application, completed first round of unit testing for accountId.go