Skip to content

Releases: cartography-cncf/cartography

0.36.2

12 May 20:01
d1ebe55
Compare
Choose a tag to compare
  • Patch: AWS KMS policy - log and skip get_policy failures

0.36.1

29 Apr 20:28
44aa4b4
Compare
Choose a tag to compare
  • #605: AWS APIGateway: fixed bad placement of policy regexp

0.36.0

28 Apr 16:07
3829a97
Compare
Choose a tag to compare
  • Modify statsclient so that incr works
  • #559: Update AWS docs on using environment vars for retry behavior
  • Fix for an Azure authentication bug when using a service principal
  • Added support or Azure CosmosDB
  • Add basic docker-compose support for development
  • Fix #605: AWS APIGateway json parsing bug

0.35.0

13 Apr 19:13
4a9da57
Compare
Choose a tag to compare
  • Simplify AWS ECR loader
  • Azure fixes
  • Added lastupdated field to GCP DNS zones and record sets
  • Add module level get stats
  • Adjust IAM log levels and add msgs

0.34.1

30 Mar 19:15
05a7a5d
Compare
Choose a tag to compare
  • Handle #574: S3 EndpointConnectionError
  • Fix #588: AWS EMR describe-cluster InvalidRequestException
  • #587, #503: Run AWS cleanup jobs only for current account
  • Fix AWS post ingestion principal cleanup to only delete stale AWS principals not attached to accounts
  • Add missing index on ECRRepositoryImage(uri)

0.34.0

25 Mar 18:23
ac47f51
Compare
Choose a tag to compare
  • AWS VPC peerings implemented as nodes
  • Fix statsd timer import
  • GitHub sync: raise exc on API failure instead of continuing with incomplete data
  • Add support for Azure SQL, Azure Storage
  • Fix #581: AWS Elasticache handle None topic ARNs

0.33.3

19 Mar 17:13
4595898
Compare
Choose a tag to compare
  • Fix incorrect AWS Internet Gateway cleanup job filename
  • Add ScopedStatsClient

0.33.2

18 Mar 20:28
880e761
Compare
Choose a tag to compare
  • Fixes azure.util ModuleNotFound error

0.33.1

17 Mar 16:24
32461df
Compare
Choose a tag to compare

See release notes for 0.33.0, except this time the PyPI publish step should now work.

0.33.0

17 Mar 06:03
30aa840
Compare
Choose a tag to compare

Notes

Bigger release than normal as it took us a while to get to fixing our PyPI connection. Please report issues (things might be unstable) - help fixing is greatly appreciated!

Highlights

New data

  • Add initial support for Microsoft Azure
  • Add initial support for DigitalOcean
  • Add support for AWS Elasticache, Elastic Map Reduce, API Gateway, Internet Gateway

Perf and reliability

  • Add --aws-requested-syncs param: allow users to run subset of AWS syncs; enforce standard sync function params
  • Add --neo4j-max-connection-lifetime param: essential for running on NLBs and k8s
  • Improve GraphStatement cleanup job logic
  • Typehints for all modules
  • Test coverage enforcement