Releases: scopely-devops/skew
0.14.1
0.14.0
Added support for Lambda functions and CloudFormation stacks. Also change the way aws_creds
can be passed in for automated use. Rather than use a globalvar the creds are now passed into the scan
function. Also removed the AWS client cache. It offered little benefit and caused significant problems in long-running applications.
0.13.1
0.13.0
0.12.0
0.11.0
The main purpose of this release was to update the botocore dependency. The latest version of botocore no longer supports the dynamic interface skew was using so we had to move to using the client interface.
In addition, we also changed how the account_id's were associated with profiles. Rather than relying on data in the AWS config file, we now use a separate skew config file (by default, ~/.skew) which is a YAML format file. Details on the format can be found in the README file.
We also added support for a number of new resources, mainly VPC-related resources.
Fix issue with enumeration resources in different accounts
This release is a bug fix release. I fixes issue #43 which was causing incorrect results when skew was used with multiple accounts.