Skip to content

Commit 577738b

Browse files
committed
Merge branch 'alpha' into feature/CG-1198-v2
2 parents da49a74 + d4042df commit 577738b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1457
-101
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# [0.82.0-alpha.4](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.82.0-alpha.3...0.82.0-alpha.4) (2022-05-24)
2+
3+
4+
### Features
5+
6+
* Add service transitGatewayRouteTable ([519d968](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/519d968766e8c141453bcba7a4a02f137bf35be1))
7+
* Add transit gateway routes ([4090630](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/40906306d906e97aa9fd4c988a3185f2448b49d7))
8+
* Updated README file ([0b4f774](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/0b4f7740f56d34c47a87bff0316c104169a246f8))
9+
10+
# [0.82.0-alpha.3](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.82.0-alpha.2...0.82.0-alpha.3) (2022-05-24)
11+
12+
13+
### Features
14+
15+
* **services:** Add service vpcPeeringConnection ([b5bda76](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/b5bda76de47268f12390b4f554067e6347187da3))
16+
17+
# [0.82.0-alpha.2](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.82.0-alpha.1...0.82.0-alpha.2) (2022-05-23)
18+
19+
20+
### Bug Fixes
21+
22+
* **services:** fix nat gateway service data ([1d0303e](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/1d0303ef27ec55a91eb27e015d877fbc428c211d))
23+
24+
# [0.82.0-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.81.1-alpha.1...0.82.0-alpha.1) (2022-05-23)
25+
26+
27+
### Features
28+
29+
* Add vpcEndpoint service ([a33a61f](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/a33a61f1b5cd9f0a4bc49682f0ef44e4d2880283))
30+
31+
## [0.81.1-alpha.1](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.81.0...0.81.1-alpha.1) (2022-05-23)
32+
33+
34+
### Bug Fixes
35+
36+
* **services:** fix route table service mainRouteTable property ([e99287b](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/e99287b91828e57715d240f23a5cc0276799da12))
37+
138
# [0.81.0](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.80.0...0.81.0) (2022-05-19)
239

340

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,30 +139,33 @@ CloudGraph AWS Provider will ask you what regions you would like to crawl and wi
139139
| managedPrefixList | |
140140
| nacl | vpc |
141141
| natGateway | networkInterface, subnet, vpc |
142-
| networkInterface | ec2, eip, efsMountTarget, natGateway, sageMakerNotebookInstance, subnet, vpc, flowLog, securityGroup |
142+
| networkInterface | ec2, eip, efsMountTarget, natGateway, sageMakerNotebookInstance, subnet, vpc, vpcEndpoint, flowLog, securityGroup |
143143
| organization |
144144
| rdsCluster | appSync, rdsClusterSnapshot, rdsDbInstance, route53HostedZone, securityGroup, subnet, iamRole, kms |
145145
| rdsClusterSnapshot | kms, rdsCluster, vpc |
146146
| rdsDbInstance | kms, iamRole, rdsCluster, securityGroup, vpc, subnet, cloudwatchLog |
147147
| redshiftCluster | kms, vpc |
148148
| route53Record | alb, apiGatewayRestApi, elb, route53HostedZone |
149149
| route53HostedZone | rdsCluster, route53Record, vpc |
150-
| routeTable | subnet, transitGateway, transitGatewayAttachment,vpc |
150+
| routeTable | subnet, vpc, vpcEndpoint |
151151
| sageMakerExperiment | |
152152
| sageMakerNotebookInstance | iamRole, kms, networkInterface, subnet, securityGroup |
153153
| sageMakerProject | |
154154
| s3 | cloudfront, cloudtrail, ecsCluster, iamRole, kinesisFirehose, lambda, managedAirflow, sns, sqs |
155155
| secretsManager | kms, lambda |
156-
| securityGroup | alb, asg, clientVpnEndpoint, codebuild, dmsReplicationInstance, ecsService, lambda, ec2, elasticSearchDomain, elb, rdsCluster, rdsDbInstance, eksCluster, elastiCacheCluster, managedAirflow, sageMakerNotebookInstance, networkInterface |
156+
| securityGroup | alb, asg, clientVpnEndpoint, codebuild, dmsReplicationInstance, ecsService, lambda, ec2, elasticSearchDomain, elb, rdsCluster, rdsDbInstance, eksCluster, elastiCacheCluster, managedAirflow, sageMakerNotebookInstance, networkInterface, vpcEndpoint |
157157
| ses | |
158158
| sns | kms, cloudtrail, cloudwatch, s3 |
159159
| sqs | elasticBeanstalkEnv, s3 |
160-
| subnet | alb, asg, codebuild, dmsReplicationInstance, ec2, ecsService, efsMountTarget, elastiCacheCluster, elasticSearchDomain, elb, lambda, managedAirflow, natGateway, networkInterface, rdsCluster, sageMakerNotebookInstance, routeTable, vpc, eksCluster, emrCluster, flowLog |
160+
| subnet | alb, asg, codebuild, dmsReplicationInstance, ec2, ecsService, efsMountTarget, elastiCacheCluster, elasticSearchDomain, elb, lambda, managedAirflow, natGateway, networkInterface, rdsCluster, sageMakerNotebookInstance, routeTable, vpc, vpcEndpoint, eksCluster, emrCluster, flowLog |
161161
| systemsManagerInstance | ec2, iamRole |
162162
| systemsManagerDocument | |
163-
| transitGateway | routeTable, transitGatewayAttachment, vpnConnection |
164-
| transitGatewayAttachment | routeTable, transitGateway, vpc, vpnConnection |
165-
| vpc | alb, codebuild, dmsReplicationInstance, ec2, eip, elb, ecsService, efsMountTarget, eksCluster igw, elastiCacheCluster, elasticSearchDomain, lambda, nacl, natGateway, networkInterface, rdsClusterSnapshot, rdsDbInstance, redshiftCluster, route53HostedZone, routeTable, subnet, flowLog, vpnGateway, transitGatewayAttachment |
163+
| transitGateway | transitGatewayAttachment, transitGatewayRouteTable, vpnConnection |
164+
| transitGatewayAttachment | transitGateway, transitGatewayRouteTable, vpc, vpnConnection |
165+
| transitGatewayRouteTable | transitGateway, transitGatewayAttachment |
166+
| vpc | alb, codebuild, dmsReplicationInstance, ec2, eip, elb, ecsService, efsMountTarget, eksCluster igw, elastiCacheCluster, elasticSearchDomain, lambda, nacl, natGateway, networkInterface, rdsClusterSnapshot, rdsDbInstance, redshiftCluster, route53HostedZone, routeTable, subnet, flowLog, vpnGateway, transitGatewayAttachment, vpcEndpoint, vpcPeeringConnection |
167+
| vpcEndpoint | networkInterface, routeTable, securityGroup, subnet, vpc |
168+
| vpcPeeringConnection | vpc |
166169
| vpnConnection | customerGateway, transitGateway, transitGatewayAttachment, vpnGateway |
167170
| vpnGateway | vpc, vpnConnection |
168171
| wafV2WebAcl | appSync, apiGatewayStage, alb |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-aws",
3-
"version": "0.81.0",
3+
"version": "0.82.0-alpha.4",
44
"description": "cloud-graph provider plugin for AWS used to fetch AWS cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

src/enums/schemasMap.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ export default {
8080
[services.sg]: 'awsSecurityGroup',
8181
[services.subnet]: 'awsSubnet',
8282
[services.vpc]: 'awsVpc',
83+
[services.vpcEndpoint]: 'awsVpcEndpoint',
84+
[services.vpcPeeringConnection]: 'awsVpcPeeringConnection',
8385
[services.vpnGateway]: 'awsVpnGateway',
8486
[services.sqs]: 'awsSqs',
8587
[services.rdsCluster]: 'awsRdsCluster',
@@ -100,6 +102,7 @@ export default {
100102
[services.systemsManagerDocument]: 'awsSystemsManagerDocument',
101103
[services.transitGateway]: 'awsTransitGateway',
102104
[services.transitGatewayAttachment]: 'awsTransitGatewayAttachment',
105+
[services.transitGatewayRouteTable]: 'awsTransitGatewayRouteTable',
103106
[services.vpnConnection]: 'awsVpnConnection',
104107
[services.organization]: 'awsOrganization',
105108
[services.wafV2WebAcl]: 'awsWafV2WebAcl',

src/enums/serviceAliases.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ export default {
7070
[services.subnet]: 'subnets',
7171
[services.systemsManagerDocument]: 'systemsManagerDocuments',
7272
[services.systemsManagerInstance]: 'systemsManagerInstances',
73+
[services.transitGateway]: 'transitGateways',
7374
[services.transitGatewayAttachment]: 'transitGatewayAttachments',
75+
[services.transitGatewayRouteTable]: 'transitGatewayRouteTables',
76+
[services.vpcEndpoint]: 'vpcEndpoints',
7477
[services.vpnConnection]: 'vpnConnections',
78+
[services.vpcPeeringConnection]: 'vpcPeeringConnections',
7579
}

0 commit comments

Comments
 (0)