Skip to content

Commit 1e450de

Browse files
chore(release): 0.86.0
# [0.86.0](0.85.1...0.86.0) (2023-03-08) ### Bug Fixes * **CG-1328:** add account level s3 public access block for the rule check ([0ab5f21](0ab5f21)) * **services:** expose scope on wafv2 ([82f044a](82f044a)) * **services:** update format file for new schema ([2a3333f](2a3333f)) * **services:** update route53 to have setIdentifier and name in the schema ([904ba79](904ba79)) ### Features * **CG-1339:** add aws ebs snapshot ([376551a](376551a)) * **CG-1339:** add kms connection to ebs snapshot ([beac5fd](beac5fd)) * **CG-1339:** update README ([38a9d5e](38a9d5e))
1 parent 0dbc17f commit 1e450de

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [0.86.0](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.85.1...0.86.0) (2023-03-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **CG-1328:** add account level s3 public access block for the rule check ([0ab5f21](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/0ab5f21c2d6dfd8d4697e731bd659c8b26101114))
7+
* **services:** expose scope on wafv2 ([82f044a](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/82f044a715795171414c87753ab5d81ffc15cbc5))
8+
* **services:** update format file for new schema ([2a3333f](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/2a3333fb4d3384564f24206384d3b0e8ae1f131b))
9+
* **services:** update route53 to have setIdentifier and name in the schema ([904ba79](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/904ba7969be00078ee33bc7890bf35dc6fb7ce1c))
10+
11+
12+
### Features
13+
14+
* **CG-1339:** add aws ebs snapshot ([376551a](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/376551ad7bdd0de51833351c24c13c99a974df93))
15+
* **CG-1339:** add kms connection to ebs snapshot ([beac5fd](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/beac5fd6bf78e29dac14cbbd4ae58f70dfe19cb0))
16+
* **CG-1339:** update README ([38a9d5e](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/38a9d5e43c75734c73505bcc074fe2c61517617a))
17+
118
# [0.86.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.85.1...0.86.0-beta.1) (2023-03-08)
219

320

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.86.0-beta.1",
3+
"version": "0.86.0",
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)