Releases: cartography-cncf/cartography
0.108.0rc1
What's Changed
-
chore: Refactor EC2 Security Groups to new model by @achantavy in #1692
-
feat: AWS GuardDuty Ingestion by @shyammukund in #1684
-
feat: Add ALLOWS_TRAFFIC_FROM between EC2 security groups (#67) by @achantavy in #1696
-
feat: Support for ingesting GitHub Dependencies and Manifests using GraphQL API (Issue #1348) by @shyammukund in #1670
-
fix: refactor EBS snapshots module (issue #665, #1414) by @achantavy in #1623
Full Changelog: 0.107.0...0.108.0rc1
0.107.0
What's Changed
-
feat: Ingest SentinelOne account nodes by @serge-wq in #1661
-
feat: Add SNSTopicSubscription Resource by @d-aggarwal in #1677
-
feat: Support for Cloudtrail Management events by @shyammukund in #1662
-
feat: Add CloudWatch Log MetricFilter as resource by @d-aggarwal in #1688
-
feat: Attach ECS tasks to NetworkInterfaces by @kunaals in #1686
-
feat: SentinelOne Applications Ingestion by @serge-wq in #1690
-
fix: subnetid vs subnet_id inconsistency (#1687) by @achantavy in #1691
-
fix: AWSInspector finding to package rel and missed properties by @heryxpc in #1682
Full Changelog: 0.106.0...0.107.0
0.107.0rc3
What's Changed
- feat: Add CloudWatch Log MetricFilter as resource by @d-aggarwal in #1688
- fix: subnetid vs subnet_id inconsistency (#1687) by @achantavy in #1691
- feat: Attach ECS tasks to NetworkInterfaces by @kunaals in #1686
- feat: SentinelOne Applications Ingestion by @serge-wq in #1690
Full Changelog: 0.107.0rc2...0.107.0rc3
0.107.0rc2
What's Changed
Full Changelog: 0.107.0rc1...0.107.0rc2
0.107.0rc1
What's Changed
- feat: Ingest SentinelOne account nodes by @serge-wq in #1661
- feat: Add SNSTopicSubscription Resource by @d-aggarwal in #1677
- feat: SentinelOne: Ingest agents by @serge-wq in #1681
- feat: Support for Cloudtrail Management events by @shyammukund in #1662
Full Changelog: 0.106.0...0.107.0rc1
0.106.0
What's Changed
- feat: add seed for demo DB by @jychp in #1564
- fix: docker-compose run error on fresh clone #1632 by @jychp in #1638
- fix #1640: check_nodes is used without
assertinstruction in some tests by @jychp in #1641 - chore: Refactor ECS module to new data model by @achantavy in #1620
- Fix: azure schema cypher blocks by @kunaals in #1646
- feat: #1552 Add EfsMountTarget and EfsFileSystem as resource (also fixes #1609) by @d-aggarwal in #1628
- feat: Use new data model for Kubernetes intel module by @ishaanverma in #1536
- fix: kubernetes docs and relation label by @ishaanverma in #1655
- feat: Support for Microsoft Entra Applications as Nodes (Issue #1650) by @shyammukund in #1652
- chore: Refactor AWS Inspector: reduce memory and add parallel ingestion by @heryxpc in #1654
- feat: Add EfsAccessPoint as Resource by @d-aggarwal in #1656
- fix: Sync inspector findings sequentially by @heryxpc in #1672
- feat: Add MatchLinks by @achantavy in #1671
- feat: Add department and manager ingestion for Entra users by @kunaals in #1664
- feat: Attach ECS assets to task role, execution role, and ECR image by @achantavy in #1673
- feat: Add Airbyte intel by @jychp in #1601
- feat: Add Scaleway module by @jychp in #1645
- feat: Add CodeBuild Project by @d-aggarwal in #1647
- chore: Move Neo4j credential note from README to install.rst option 3 section by @cowboy-sun in #1545
New Contributors
- @cowboy-sun made their first contribution in #1545
Full Changelog: 0.105.0...0.106.0
0.106.0rc2
What's Changed
- feat: Add EfsAccessPoint as Resource by @d-aggarwal in #1656
- fix: sync inspector findings sequentially by @heryxpc in #1672
- feat: Add MatchLinks by @achantavy in #1671
Full Changelog: 0.106.0rc1...0.106.0rc2
0.106.0rc1
What's Changed
- chore: bump python from
2ee0fb8to034724eby @dependabot in #1636 - chore: bump the minor-and-patch group with 2 updates by @dependabot in #1635
- add seed for demo DB by @jychp in #1564
- fix: docker-compose run error on fresh clone #1632 by @jychp in #1638
- fix #1640: check_nodes is used without
assertinstruction in some tests by @jychp in #1641 - chore: Refactor ECS module to new data model by @achantavy in #1620
- chore: Remove manual ECS indexes by @achantavy in #1648
- chore: bump the minor-and-patch group with 2 updates by @dependabot in #1649
- Fix azure schema cypher blocks by @kunaals in #1646
- feat: #1552 Add EfsMountTarget and EfsFileSystem as resource (also fixes #1609) by @d-aggarwal in #1628
- Use new data model for Kubernetes intel module by @ishaanverma in #1536
- fix: kubernetes docs and relation label by @ishaanverma in #1655
- chore: bump the minor-and-patch group with 2 updates by @dependabot in #1659
- feat: Support for Microsoft Entra Applications as Nodes (Issue #1650) by @shyammukund in #1652
- Refactor AWS Inspector: reduce memory and add parallel ingestion by @heryxpc in #1654
Full Changelog: 0.105.0...0.106.0rc1
0.105.0
What's Changed
Features
- feat: Add Entra groups intel module by @kunaals in #1614
- feat: Add nested Entra group support by @achantavy in #1618
- feat: #1625 Add object_ownership property to S3 Buckets by @jowenfsq in #1626
- feat: Add support for AWS ACM certificates by @kunaals in #1629
- feat: Add S3 bucket to SNS topic notification relationship by @AdityaPandeyCN in #1607
- feat: add Trivy AWS ECR scan support by @achantavy in #1163
Fixes
- fix: Address config option mismatch in SnipeIT authentication flow by @emmanuel-ferdman in #1612
- fix: Remove unused SQS test variable by @achantavy in #1621
- fix: Standardize AWS STS_ASSUMEROLE_ALLOW #1630 by @jychp in #1634
BREAKING CHANGE: TheSTS_ASSUME_ROLE_ALLOWrelationship is deprecated in favor ofSTS_ASSUMEROLE_ALLOW. The former was a typo.
Chores
- chore: bump python from
49454d2to2ee0fb8by @dependabot in #1615 - chore: bump the minor-and-patch group across 1 directory with 3 updates by @dependabot in #1613
- chore: Add AGENTS.md to make cartography more editable by agents by @achantavy in #1617
- chore: Refactor AWS SQS to new data model by @achantavy in #1619
New Contributors
Full Changelog: 0.104.0...0.105.0
0.104.0
What's Changed
Features
- Add Anthropic intel by @jychp in #1580
- Add Secret manager secret version support by @AdityaPandeyCN in #1571
- Add OpenAI project admin relationship by @jychp in #1581
- Add SSMParameter resource to AWS module by @Khushmagrawal in #1576
- Add Cloudtrail to S3 logging relationship by @rileydakota in #1604
- Core: allow node_schema without sub resources to be cleaned up by @achantavy in https://github.com/cartography-
Fixes
- Don't fail on LB v2 DNSName KeyError by @kunaals in #1592
- #1595: correct wrong client name by @achantavy in #1596
- #1597: list-secret-versions pagination and keyerror by @achantavy in #1602
cncf/cartography/pull/1603 - Entra OU Module: .request() was removed from MS SDK by @shyammukund in #1605
- #1609: Revert "Add EfsMountTarget resource to AWS Module" by @achantavy in #1611
New Contributors
- @Khushmagrawal made their first contribution in #1576
Full Changelog: 0.103.0...0.104.0