Skip to content

Releases: scopely-devops/skew

0.14.1

08 Jan 19:56
Compare
Choose a tag to compare

Changed the botocore dependency to the latest released version.

0.14.0

08 Jan 19:48
Compare
Choose a tag to compare

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

12 Nov 16:39
Compare
Choose a tag to compare

Fixed a bug in enumeration S3 buckets. See #72

0.13.0

04 Nov 15:45
Compare
Choose a tag to compare

Added support for CloudFormation stacks. Also some bug fixes and gentle refactoring.

0.12.0

28 Oct 17:24
Compare
Choose a tag to compare

Mainly bug fixes but also added support for more resource types.

0.11.0

30 Aug 17:57
Compare
Choose a tag to compare

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

17 Jan 15:20
Compare
Choose a tag to compare

This release is a bug fix release. I fixes issue #43 which was causing incorrect results when skew was used with multiple accounts.