From 54e8b7cd474be1a5d85f3317e4ddc8076e5b8d5f Mon Sep 17 00:00:00 2001 From: autocloud-deploy-bot Date: Thu, 8 Dec 2022 18:13:09 +0000 Subject: [PATCH 1/3] chore(release): 0.25.0 # [0.25.0](https://github.com/cloudgraphdev/cli/compare/0.24.0...0.25.0) (2022-12-08) ### Features * **cli:** convert ASTNode to string since now providers return raw schemas instead of strings ([55e6468](https://github.com/cloudgraphdev/cli/commit/55e646870e222c90a6218e2701d53ffe864a5c99)) * **cli:** handle provider schema type ([074b03e](https://github.com/cloudgraphdev/cli/commit/074b03ef1d1d7e23ccb01c234050741311aee9d6)) * **cli:** Updated sdk version ([1f02b6c](https://github.com/cloudgraphdev/cli/commit/1f02b6c743bca6cbbdba982c5980b174ca2624be)) --- CHANGELOG.md | 9 +++++++++ README.md | 18 +++++++++--------- package.json | 2 +- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0531774..d74e08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.25.0](https://github.com/cloudgraphdev/cli/compare/0.24.0...0.25.0) (2022-12-08) + + +### Features + +* **cli:** convert ASTNode to string since now providers return raw schemas instead of strings ([55e6468](https://github.com/cloudgraphdev/cli/commit/55e646870e222c90a6218e2701d53ffe864a5c99)) +* **cli:** handle provider schema type ([074b03e](https://github.com/cloudgraphdev/cli/commit/074b03ef1d1d7e23ccb01c234050741311aee9d6)) +* **cli:** Updated sdk version ([1f02b6c](https://github.com/cloudgraphdev/cli/commit/1f02b6c743bca6cbbdba982c5980b174ca2624be)) + # [0.25.0-beta.1](https://github.com/cloudgraphdev/cli/compare/0.24.0...0.25.0-beta.1) (2022-12-08) diff --git a/README.md b/README.md index 6e2ded1..8b89432 100644 --- a/README.md +++ b/README.md @@ -1450,7 +1450,7 @@ EXAMPLES $ cg init aws -r [Specify resources to crawl] ``` -_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0-beta.1/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/init.ts)_ ## `cg launch [PROVIDER]` @@ -1482,7 +1482,7 @@ EXAMPLES $ cg launch ``` -_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0-beta.1/src/commands/launch.ts)_ +_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/launch.ts)_ ## `cg load [PROVIDER]` @@ -1516,7 +1516,7 @@ EXAMPLES $ cg load aws [Load data for AWS] ``` -_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0-beta.1/src/commands/load.ts)_ +_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/load.ts)_ ## `cg policy [PROVIDER]` @@ -1545,7 +1545,7 @@ DESCRIPTION Commands to manage policy pack modules, run $ cg policy for more info. ``` -_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0-beta.1/src/commands/policy/index.ts)_ +_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/policy/index.ts)_ ## `cg policy add [PROVIDER]` @@ -1758,7 +1758,7 @@ DESCRIPTION Commands to manage provider modules, run $ cg provider for more info. ``` -_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0-beta.1/src/commands/provider/index.ts)_ +_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/provider/index.ts)_ ## `cg provider add [PROVIDER]` @@ -1980,7 +1980,7 @@ EXAMPLES $ cg scan aws --no-serve [Do not start the query engine] ``` -_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0-beta.1/src/commands/scan.ts)_ +_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/scan.ts)_ ## `cg serve [PROVIDER]` @@ -2012,7 +2012,7 @@ EXAMPLES $ cg serve ``` -_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0-beta.1/src/commands/serve.ts)_ +_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/serve.ts)_ ## `cg teardown [PROVIDER]` @@ -2034,7 +2034,7 @@ EXAMPLES $ cg teardown --delete-image ``` -_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0-beta.1/src/commands/teardown.ts)_ +_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/teardown.ts)_ ## `cg update [PROVIDER]` @@ -2070,5 +2070,5 @@ EXAMPLES $ cg update ``` -_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0-beta.1/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/update.ts)_ diff --git a/package.json b/package.json index 2dc9ef0..c61d727 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cloudgraph/cli", "description": "Scan your cloud infrastructure data and query it with GraphQL", - "version": "0.25.0-beta.1", + "version": "0.25.0", "author": "AutoCloud", "license": "MPL-2.0", "publishConfig": { From 6f75da704169418b88ef1bca13692cc066235a76 Mon Sep 17 00:00:00 2001 From: Tyler Dunkel Date: Tue, 13 Dec 2022 11:18:03 -0600 Subject: [PATCH 2/3] fix(dgraph): update dgraph version to latest --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 21aa196..403144d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -13,7 +13,7 @@ export const DEFAULT_CONFIG = { } export const DGRAPH_CONTAINER_LABEL = 'cloudgraph-cli-dgraph-standalone' -export const DGRAPH_DOCKER_IMAGE_NAME = 'dgraph/standalone:v21.03.1' +export const DGRAPH_DOCKER_IMAGE_NAME = 'dgraph/standalone:v22.0.1' export const messages = { [PluginType.PolicyPack]: { From ecc5bf774639b5b16198e753c8ca38eef409af2e Mon Sep 17 00:00:00 2001 From: autocloud-deploy-bot Date: Tue, 13 Dec 2022 17:20:06 +0000 Subject: [PATCH 3/3] chore(release): 0.25.1-alpha.1 ## [0.25.1-alpha.1](https://github.com/cloudgraphdev/cli/compare/0.25.0...0.25.1-alpha.1) (2022-12-13) ### Bug Fixes * **dgraph:** update dgraph version to latest ([6f75da7](https://github.com/cloudgraphdev/cli/commit/6f75da704169418b88ef1bca13692cc066235a76)) --- CHANGELOG.md | 7 +++++++ README.md | 18 +++++++++--------- package.json | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74e08a..91c1421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.25.1-alpha.1](https://github.com/cloudgraphdev/cli/compare/0.25.0...0.25.1-alpha.1) (2022-12-13) + + +### Bug Fixes + +* **dgraph:** update dgraph version to latest ([6f75da7](https://github.com/cloudgraphdev/cli/commit/6f75da704169418b88ef1bca13692cc066235a76)) + # [0.25.0](https://github.com/cloudgraphdev/cli/compare/0.24.0...0.25.0) (2022-12-08) diff --git a/README.md b/README.md index 8b89432..4a68bb6 100644 --- a/README.md +++ b/README.md @@ -1450,7 +1450,7 @@ EXAMPLES $ cg init aws -r [Specify resources to crawl] ``` -_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.1-alpha.1/src/commands/init.ts)_ ## `cg launch [PROVIDER]` @@ -1482,7 +1482,7 @@ EXAMPLES $ cg launch ``` -_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/launch.ts)_ +_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.1-alpha.1/src/commands/launch.ts)_ ## `cg load [PROVIDER]` @@ -1516,7 +1516,7 @@ EXAMPLES $ cg load aws [Load data for AWS] ``` -_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/load.ts)_ +_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.1-alpha.1/src/commands/load.ts)_ ## `cg policy [PROVIDER]` @@ -1545,7 +1545,7 @@ DESCRIPTION Commands to manage policy pack modules, run $ cg policy for more info. ``` -_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/policy/index.ts)_ +_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.1-alpha.1/src/commands/policy/index.ts)_ ## `cg policy add [PROVIDER]` @@ -1758,7 +1758,7 @@ DESCRIPTION Commands to manage provider modules, run $ cg provider for more info. ``` -_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/provider/index.ts)_ +_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.1-alpha.1/src/commands/provider/index.ts)_ ## `cg provider add [PROVIDER]` @@ -1980,7 +1980,7 @@ EXAMPLES $ cg scan aws --no-serve [Do not start the query engine] ``` -_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/scan.ts)_ +_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.1-alpha.1/src/commands/scan.ts)_ ## `cg serve [PROVIDER]` @@ -2012,7 +2012,7 @@ EXAMPLES $ cg serve ``` -_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/serve.ts)_ +_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.1-alpha.1/src/commands/serve.ts)_ ## `cg teardown [PROVIDER]` @@ -2034,7 +2034,7 @@ EXAMPLES $ cg teardown --delete-image ``` -_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/teardown.ts)_ +_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.1-alpha.1/src/commands/teardown.ts)_ ## `cg update [PROVIDER]` @@ -2070,5 +2070,5 @@ EXAMPLES $ cg update ``` -_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.0/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.25.1-alpha.1/src/commands/update.ts)_ diff --git a/package.json b/package.json index c61d727..b8e814c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cloudgraph/cli", "description": "Scan your cloud infrastructure data and query it with GraphQL", - "version": "0.25.0", + "version": "0.25.1-alpha.1", "author": "AutoCloud", "license": "MPL-2.0", "publishConfig": {