Skip to content

Commit

Permalink
Release v0.2.21 (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
dmurray-lacework and afiune authored Mar 9, 2021
1 parent 792e458 commit 78e43d8
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 23 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v0.2.21

## Features
* feat(cli): load account from new UI API JSON file (#331) (Salim Afiune)([e841210](https://github.com/lacework/go-sdk/commit/e841210501eaa25620e102fad1e1ecf7a8c3bd3b))
* feat(cli): filtering flags for compliance report recommendations (#330) (Darren)([d04f09f](https://github.com/lacework/go-sdk/commit/d04f09f7cebaf278aaf22085cdb0f0a9f54b0b85))
* feat: Add support for ServiceNow Alert custom JSON template (#327) (Darren)([129bc28](https://github.com/lacework/go-sdk/commit/129bc2861f7ba7a807cb35c9d001b7ae575d97ab))
## Bug Fixes
* fix: Generate a new token upon a request with an expired token (#332) (Darren)([2bbc8b3](https://github.com/lacework/go-sdk/commit/2bbc8b38d7f5332174eb2f7266e300763054bdce))
## Documentation Updates
* docs: update go version batch in README (#329) (Salim Afiune)([161753e](https://github.com/lacework/go-sdk/commit/161753e35eac1990f69cc58d24c2b8afc5a5364d))
* docs: Add Homebrew installation to README (#328) (Darren)([e4ad780](https://github.com/lacework/go-sdk/commit/e4ad7803de81ed330b1a6eb9e5f61c0e3353c5e2))
## Other Changes
* ci: delete 'master' branch (#334) (Salim Afiune)([792e458](https://github.com/lacework/go-sdk/commit/792e458aed01012d2c665998a3e1e09f4a7facbb))
---
# v0.2.20

## Features
Expand Down
14 changes: 10 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.2.20`.
Another day, another release. These are the release notes for the version `v0.2.21`.

## Features
* feat(cli): New IBM QRadar alert channel (#325) (Darren)([0e9f6f5](https://github.com/lacework/go-sdk/commit/0e9f6f57e16e96ccfb84b9bd618e595378cf0fb3))
* feat(cli): New Relic Insights alert channel (#323) (Darren)([d7242b8](https://github.com/lacework/go-sdk/commit/d7242b84a525a4b9484324f2dfb49b172528302b))
* feat(cli): load account from new UI API JSON file (#331) (Salim Afiune)([e841210](https://github.com/lacework/go-sdk/commit/e841210501eaa25620e102fad1e1ecf7a8c3bd3b))
* feat(cli): filtering flags for compliance report recommendations (#330) (Darren)([d04f09f](https://github.com/lacework/go-sdk/commit/d04f09f7cebaf278aaf22085cdb0f0a9f54b0b85))
* feat: Add support for ServiceNow Alert custom JSON template (#327) (Darren)([129bc28](https://github.com/lacework/go-sdk/commit/129bc2861f7ba7a807cb35c9d001b7ae575d97ab))
## Bug Fixes
* fix: Generate a new token upon a request with an expired token (#332) (Darren)([2bbc8b3](https://github.com/lacework/go-sdk/commit/2bbc8b38d7f5332174eb2f7266e300763054bdce))
## Documentation Updates
* doc(cli): update scan-pkg-manifest help to 10k pkgs (#324) (Salim Afiune)([0348800](https://github.com/lacework/go-sdk/commit/03488001d7c0aab308adf00ec6d8ac4a73aec78c))
* docs: update go version batch in README (#329) (Salim Afiune)([161753e](https://github.com/lacework/go-sdk/commit/161753e35eac1990f69cc58d24c2b8afc5a5364d))
* docs: Add Homebrew installation to README (#328) (Darren)([e4ad780](https://github.com/lacework/go-sdk/commit/e4ad7803de81ed330b1a6eb9e5f61c0e3353c5e2))
## Other Changes
* ci: delete 'master' branch (#334) (Salim Afiune)([792e458](https://github.com/lacework/go-sdk/commit/792e458aed01012d2c665998a3e1e09f4a7facbb))

## Docker Images
* `docker pull lacework/lacework-cli:latest`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.21-dev
0.2.21
4 changes: 2 additions & 2 deletions api/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions cli/docs/lacework_compliance_aws_get-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ lacework compliance aws get-report <account_id> [flags]
### Options

```
--details increase details about the compliance report
-h, --help help for get-report
--pdf download report in PDF format
--pdf-file string (DEPRECATED) use --pdf
--type string report type to display, supported types: CIS, NIST_800-53_Rev4, ISO_2700, HIPAA, SOC, or PCI (default "CIS")
--category strings filter report details by category (identity-and-access-management, s3, logging...)
--details increase details about the compliance report
-h, --help help for get-report
--pdf download report in PDF format
--pdf-file string (DEPRECATED) use --pdf
--service strings filter report details by service (aws:s3, aws:iam, aws:cloudtrail, ...)
--severity string filter report details by severity threshold (critical, high, medium, low, info)
--status string filter report details by status (non-compliant, requires-manual-assessment, suppressed, compliant, could-not-assess)
--type string report type to display, supported types: CIS, NIST_800-53_Rev4, ISO_2700, HIPAA, SOC, or PCI (default "CIS")
```

### Options inherited from parent commands
Expand Down
14 changes: 9 additions & 5 deletions cli/docs/lacework_compliance_azure_get-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ lacework compliance azure get-report <tenant_id> <subscriptions_id> [flags]
### Options

```
--details increase details about the compliance report
-h, --help help for get-report
--pdf download report in PDF format
--pdf-file string (DEPRECATED) use --pdf
--type string report type to display, supported types: CIS, SOC, or PCI (default "CIS")
--category strings filter report details by category (networking, storage, ...)
--details increase details about the compliance report
-h, --help help for get-report
--pdf download report in PDF format
--pdf-file string (DEPRECATED) use --pdf
--service strings filter report details by service (azure:ms:storage, azure:ms:sql, azure:ms:network, ...)
--severity string filter report details by severity threshold (critical, high, medium, low, info)
--status string filter report details by status (non-compliant, requires-manual-assessment, suppressed, compliant, could-not-assess)
--type string report type to display, supported types: CIS, SOC, or PCI (default "CIS")
```

### Options inherited from parent commands
Expand Down
14 changes: 9 additions & 5 deletions cli/docs/lacework_compliance_google_get-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ lacework compliance google get-report <organization_id> <project_id> [flags]
### Options

```
--details increase details about the compliance report
-h, --help help for get-report
--pdf download report in PDF format
--pdf-file string (DEPRECATED) use --pdf
--type string report type to display, supported types: CIS, SOC, or PCI (default "CIS")
--category strings filter report details by category (storage, networking, identity-and-access-management, ...)
--details increase details about the compliance report
-h, --help help for get-report
--pdf download report in PDF format
--pdf-file string (DEPRECATED) use --pdf
--service strings filter report details by service (gcp:storage:bucket, gcp:kms:cryptoKey, gcp:project, ...)
--severity string filter report details by severity threshold (critical, high, medium, low, info)
--status string filter report details by status (non-compliant, requires-manual-assessment, suppressed, compliant, could-not-assess)
--type string report type to display, supported types: CIS, SOC, or PCI (default "CIS")
```

### Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion cli/docs/lacework_configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lacework configure [flags]

```
-h, --help help for configure
-j, --json_file string loads the generated API key JSON file from the WebUI
-j, --json_file string loads the API key JSON file downloaded from the WebUI
```

### Options inherited from parent commands
Expand Down

0 comments on commit 78e43d8

Please sign in to comment.