Skip to content

Commit 775786f

Browse files
chore(release): 0.83.0
# [0.83.0](0.82.0...0.83.0) (2022-08-26) ### Bug Fixes * add missing statement elements needed for the policy definitions ([f09656b](f09656b)) * **apiGatewayDomainName:** use ISO string in conversion ([04866de](04866de)) * **deps:** update sdk dep ([bc8f98a](bc8f98a)) * **iamRole:** added iamBoundaryPermissionPolicy relation and inline policies json documents ([3a713f6](3a713f6)) * **iamRole:** iamPermissionsBoundary and inlinePolicies bug fixes ([9923ba3](9923ba3)) * **iamRole:** replace inlinePolicies id gen method from cuid to generateUniqueId ([15de961](15de961)) * Optional chaining for last used details ([751a86b](751a86b)) * **performance:** improve tags processing time ([def9b1f](def9b1f)) * Released memory usage fix ([1674215](1674215)) * Released memory usage fix ([b6d242b](b6d242b)) * **services:** Added encryption rules data to s3 service ([dde6694](dde6694)) * **services:** fix for rds db instance ([5052362](5052362)) ### Features * **iamRole:** Add lastUsedDate ([9c7bd36](9c7bd36)) * Replaced cuid library for generateUniqueId util ([aca3e8f](aca3e8f)) * Replaced cuid with unique ids for policies ([30ad96c](30ad96c)) * **service:** Added default encryption kms connection ([a999cf7](a999cf7)) * Solved duplication issues ([896e813](896e813))
1 parent 77c0cae commit 775786f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [0.83.0](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.82.0...0.83.0) (2022-08-26)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing statement elements needed for the policy definitions ([f09656b](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/f09656bac77b65e76a5896f024be88e5d3105fbf))
7+
* **apiGatewayDomainName:** use ISO string in conversion ([04866de](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/04866deb8a74827b1f855cea0dab71c7e30ef5bc))
8+
* **deps:** update sdk dep ([bc8f98a](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/bc8f98a17f32103ed88ecf1e4e0505f30caff87e))
9+
* **iamRole:** added iamBoundaryPermissionPolicy relation and inline policies json documents ([3a713f6](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/3a713f66327610f0ae2f3b2200b82f62a6754a08))
10+
* **iamRole:** iamPermissionsBoundary and inlinePolicies bug fixes ([9923ba3](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/9923ba3ab2da93477a05a689b7db34fdb08b71f5))
11+
* **iamRole:** replace inlinePolicies id gen method from cuid to generateUniqueId ([15de961](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/15de96133012fc9a8a037f46c1b4cda2627195dc))
12+
* Optional chaining for last used details ([751a86b](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/751a86b9911a67d916aee7b7e36ab6eb4101f5ba))
13+
* **performance:** improve tags processing time ([def9b1f](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/def9b1ff63257508d644f562ba1f9cb24f009d66))
14+
* Released memory usage fix ([1674215](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/16742153c68f37c8ea47548ead3e20fec8586ca6))
15+
* Released memory usage fix ([b6d242b](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/b6d242b20e2ece71e07874466c21277d47ca18fa))
16+
* **services:** Added encryption rules data to s3 service ([dde6694](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/dde6694fcb5af38f8919c291454e736620d4fe89))
17+
* **services:** fix for rds db instance ([5052362](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/5052362387b0ea11a6c6eb842c4b02d904b6b2d9))
18+
19+
20+
### Features
21+
22+
* **iamRole:** Add lastUsedDate ([9c7bd36](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/9c7bd36bac04f83482f967e4ac7e990ccdd49f40))
23+
* Replaced cuid library for generateUniqueId util ([aca3e8f](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/aca3e8f33faf445d71c951a6c327ed9095a76255))
24+
* Replaced cuid with unique ids for policies ([30ad96c](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/30ad96c771b18adf3084a39b0f5eb5ab8954d923))
25+
* **service:** Added default encryption kms connection ([a999cf7](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/a999cf71b6db5ae579ef72051d58ac8e2c85d7b8))
26+
* Solved duplication issues ([896e813](https://github.com/cloudgraphdev/cloudgraph-provider-aws/commit/896e81371780b2b57b630b112dcd2848735fb423))
27+
128
# [0.83.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-aws/compare/0.82.0...0.83.0-beta.1) (2022-08-26)
229

330

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