Skip to content

Commit 4665494

Browse files
chore(release): 0.82.0-beta.1
# [0.82.0-beta.1](0.81.0...0.82.0-beta.1) (2022-06-02) ### Bug Fixes * **services:** add additional data to rdsCluster ([cd2d8d5](cd2d8d5)) * **services:** fix dynamodb wrong property name ([e7f67c8](e7f67c8)) * **services:** fix nat gateway service data ([1d0303e](1d0303e)) * **services:** fix route table service mainRouteTable property ([e99287b](e99287b)) * **services:** Fixed cloudtrail bug where no data was returned ([4d0c5ac](4d0c5ac)) ### Features * Add service transitGatewayRouteTable ([519d968](519d968)) * Add transit gateway routes ([4090630](4090630)) * Add vpcEndpoint service ([a33a61f](a33a61f)) * **services:** Add managedPrefixList service ([da49a74](da49a74)) * **services:** Add service vpcPeeringConnection ([b5bda76](b5bda76)) * Updated README file ([0b4f774](0b4f774))
1 parent d96de16 commit 4665494

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [0.82.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.81.0...0.82.0-beta.1) (2022-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **services:** add additional data to rdsCluster ([cd2d8d5](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/cd2d8d5f547d39fefc1d87d589f66c7ed664b4d3))
7+
* **services:** fix dynamodb wrong property name ([e7f67c8](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/e7f67c80a708d74e7318b2a59e468ea538937735))
8+
* **services:** fix nat gateway service data ([1d0303e](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/1d0303ef27ec55a91eb27e015d877fbc428c211d))
9+
* **services:** fix route table service mainRouteTable property ([e99287b](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/e99287b91828e57715d240f23a5cc0276799da12))
10+
* **services:** Fixed cloudtrail bug where no data was returned ([4d0c5ac](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/4d0c5ac1ee70f2bf80dcbc59e6c8643fc6b5d30e))
11+
12+
13+
### Features
14+
15+
* Add service transitGatewayRouteTable ([519d968](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/519d968766e8c141453bcba7a4a02f137bf35be1))
16+
* Add transit gateway routes ([4090630](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/40906306d906e97aa9fd4c988a3185f2448b49d7))
17+
* Add vpcEndpoint service ([a33a61f](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/a33a61f1b5cd9f0a4bc49682f0ef44e4d2880283))
18+
* **services:** Add managedPrefixList service ([da49a74](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/da49a7431224b498873ce0ecf224c8e49860be78))
19+
* **services:** Add service vpcPeeringConnection ([b5bda76](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/b5bda76de47268f12390b4f554067e6347187da3))
20+
* Updated README file ([0b4f774](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/0b4f7740f56d34c47a87bff0316c104169a246f8))
21+
122
# [0.82.0-alpha.8](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.82.0-alpha.7...0.82.0-alpha.8) (2022-06-02)
223

324

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.82.0-alpha.8",
3+
"version": "0.82.0-beta.1",
44
"description": "cloud-graph provider plugin for AWS used to fetch AWS cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)