Skip to content

Releases: lyft/cartography

0.2.2

02 Apr 21:55
c134503
Compare
Choose a tag to compare
0.2.2 is now stable (#37)

0.2.2rc1

28 Mar 22:43
a4e8a61
Compare
Choose a tag to compare
0.2.2rc1 Pre-release
Pre-release
#26 - Fix IAM sync crash due to "Action" not being defined on a polic…

…y Statement (#27)

* #26 - Fix IAM sync crash due to "Action" not being defined on a policy Statement

* Pre-release version to 0.2.2rc1

0.2.1

26 Mar 22:09
3ba71b0
Compare
Choose a tag to compare
0.2.1

0.2.0

26 Mar 21:28
Compare
Choose a tag to compare

0.2.0rc2 is now stable.

0.2.0rc2

14 Mar 21:52
6763580
Compare
Choose a tag to compare
0.2.0rc2 Pre-release
Pre-release
Attach read replicas, EC2 subnets, and EC2 security groups to RDS ins…

…tances (#20)

* Add RDS DNS endpoint ingestion (#6)

* Add RDS DNS endpoint ingestion
* Update schema for RDS endpoint fields
* Added logging if endpoint is missing

* Add flake8 linter to default unit tests. (#8)

* Add flake8 lint tests.

* add newline

* fix flake errors in rds

* Attach RDS read replicas to each other (#7)

* Attach read replicas

* Update schema doc for IS_READ_REPLICA_OF

* Fix format strings

* Add lastupdated field to rds instance

* Add docs on extending with Analysis Jobs (#14)

* Add link to analysis job documentation, add link to angrypuppy (just for completeness sake:))

* Tabs to spaces

* PR comments

* Attach EC2 Security Groups to RDS Instances (#9)

* Add EC2 security group relationship to RDS

* Update schema illustration

* Fix format strings

* Add lastupdated field to rds instance

* Denote indexed fields with bolded notation in the schema docs

* Fix cleanup job to handle orphaned relationships. Fix EC2 sec group query to use indexed field (id).

* Attach EC2Subnets to RDSInstances (#10)

* Attach DBSubnetGroup to RDSInstance.  Attach EC2Subnets to DBSubnetGroups.

* Add lastupdated field to rds instance

* Add docs on DBSubnetGroups

* Clean up orphaned rels between DBSubnetGroups and EC2Subnets

* Add arn to db subnet group

* MERGE subnets and security groups instead of MATCHing them. Refactor DB Subnet Group ARN out to a function.

* ARN fix. Indent fix. Make it more obvious where failures come from by removing extra if-elses.

* Increment prerelease version to 0.2.0rc1 (#17)

* rc2 (#19)

0.1.2

05 Mar 00:33
405f866
Compare
Choose a tag to compare
Add botocore and neobolt as explicit package requirements since they …

…are used for exception handling. (#5)

* Add explicit requirements for botocore and neobolt

* Bump patch version number.

* fix botocore

0.1.1

02 Mar 00:26
9c32ea7
Compare
Choose a tag to compare
Update package description and maintainer email address. (#4)

0.1.0

01 Mar 23:54
15cd9eb
Compare
Choose a tag to compare
Add configuration for PyPI deploy. (#1)

* Add configuration for PyPI deploy.

* Add comment