Improvements - Add EKS permissions that accept wildcard resource only
1.0.4
Not secure
Improvements - Add `stack_id` to log output when failing to convert a YML template to JSON. - Various minor test improvements - Added CLI args for aws account id and aws principals - Fix an issue in `S3BucketPublicReadAclAndListStatementRule` where it could crash if the model was unresolved - Center logo (thanks lpmi-13) - Run tests in python 3.9
1.0.3
Not secure
Improvements - Downgrade logging severity from exception to warning when there is no stack in AWS
1.0.2
Not secure
Improvements - Handle AWS throttling errors when listing exports for a given account and region - If we get a throttling error, we actually sleep for some time before retrying (before we were sleeping for 0 seconds)
1.0.1
Not secure
Improvements - Decrease logging level when loading external filters - Decrease logging level on known AWS errors such as AccessDenied when listing exports and throttling errors on getting a template from AWS CloudFormation.