Skip to content

Commit

Permalink
release: v0.23.0 (#637)
Browse files Browse the repository at this point in the history
Signed-off-by: Lacework <[email protected]>
  • Loading branch information
lacework-releng authored Dec 10, 2021
1 parent 4153f64 commit 75abba4
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 29 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v0.23.0

## Features
* feat(api): CRUD operations for org team member (#628) (vatasha)([80015b9](https://github.com/lacework/go-sdk/commit/80015b9807e3dc541a6e3e3c1b8c726a84995209))
* feat(cli): generate & execute aws terraform code (#626) (Matt Cadorette)([992bfa6](https://github.com/lacework/go-sdk/commit/992bfa6c3fbd08c302d53bb02a27831278f0a493))
* feat(cli): Manage Report Rules (#625) (Darren)([890350b](https://github.com/lacework/go-sdk/commit/890350b2b34af6380de15df8d665828bb313776a))
* feat(cli): add breadcrums to compliance commands (Salim Afiune Maya)([f133971](https://github.com/lacework/go-sdk/commit/f1339716c91f7cdb7d2a4fd64bac9f457cedb6ab))
* feat(cli): cache compliance reports for 30 minutes (Salim Afiune Maya)([77f82aa](https://github.com/lacework/go-sdk/commit/77f82aad8e39c208afbef6a35ad62e4206fe56ae))
* feat(api): implement crud operations for team members (#614) (vatasha)([4aa40a2](https://github.com/lacework/go-sdk/commit/4aa40a23ed2c53beeea0bc60a851bf47488b4d52))
## Bug Fixes
* fix(cli): make sure progress bar starts with space (#635) (Salim Afiune)([4153f64](https://github.com/lacework/go-sdk/commit/4153f64f071bb85c0718967be4f71a9bd7071e65))
* fix(cli): fix cache directory for azure comp reports (Salim Afiune Maya)([19be146](https://github.com/lacework/go-sdk/commit/19be1465a3f73f6359c32454863312a407318e6b))
* fix: report rule notifications (#621) (Darren)([f37b913](https://github.com/lacework/go-sdk/commit/f37b91349c031cf0d92c79a7f4dfc181446e69e3))
## Other Changes
* ci: fix test resource Terraform pipeline (#634) (Salim Afiune)([c14756e](https://github.com/lacework/go-sdk/commit/c14756e12c0f051e871e0f7a7aeccd1089cdd875))
* ci: version bump to v0.22.1-dev (Lacework)([e12f022](https://github.com/lacework/go-sdk/commit/e12f022356992ae477dbbf211f9439dd4b080dce))
* test(policy): update TestPolicyCreateURL (hazedav)([a89177c](https://github.com/lacework/go-sdk/commit/a89177ce3d82660c8700b555c0596f7a98e53d47))
* test(policy): adds resource for dynamic accnt (hazedav)([b28d290](https://github.com/lacework/go-sdk/commit/b28d2902aa6d1a557af913c60a0be7a68c3b9895))
---
# v0.22.0

## Features
Expand Down
22 changes: 14 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.22.0`.
Another day, another release. These are the release notes for the version `v0.23.0`.

## Features
* feat(cli): cache host vuln assessments for 1 hour (Salim Afiune Maya)([7f50bd2](https://github.com/lacework/go-sdk/commit/7f50bd23654a5566c35ba13e88ad2f4c9c8dafa9))
* feat(cli): logic to store assets with expiration time (Salim Afiune Maya)([ad920ca](https://github.com/lacework/go-sdk/commit/ad920ca5d638adb4f6331a80550381d8d1b3021d))
* feat(lwgenerate): Add initial hcl generation support (#611) (Matt Cadorette)([f9e9e78](https://github.com/lacework/go-sdk/commit/f9e9e781b73c9a92415702e052d10fed19a72ac2))
* feat(api): CRUD operations for org team member (#628) (vatasha)([80015b9](https://github.com/lacework/go-sdk/commit/80015b9807e3dc541a6e3e3c1b8c726a84995209))
* feat(cli): generate & execute aws terraform code (#626) (Matt Cadorette)([992bfa6](https://github.com/lacework/go-sdk/commit/992bfa6c3fbd08c302d53bb02a27831278f0a493))
* feat(cli): Manage Report Rules (#625) (Darren)([890350b](https://github.com/lacework/go-sdk/commit/890350b2b34af6380de15df8d665828bb313776a))
* feat(cli): add breadcrums to compliance commands (Salim Afiune Maya)([f133971](https://github.com/lacework/go-sdk/commit/f1339716c91f7cdb7d2a4fd64bac9f457cedb6ab))
* feat(cli): cache compliance reports for 30 minutes (Salim Afiune Maya)([77f82aa](https://github.com/lacework/go-sdk/commit/77f82aad8e39c208afbef6a35ad62e4206fe56ae))
* feat(api): implement crud operations for team members (#614) (vatasha)([4aa40a2](https://github.com/lacework/go-sdk/commit/4aa40a23ed2c53beeea0bc60a851bf47488b4d52))
## Bug Fixes
* fix(cli): PKG typo in host vuln table (Salim Afiune Maya)([21ff81a](https://github.com/lacework/go-sdk/commit/21ff81a762d8c1dd3335bf88f8598ecebacc5686))
* fix(cli): avoid using "Fixed" host vulnerabilities (Salim Afiune Maya)([49ce7a7](https://github.com/lacework/go-sdk/commit/49ce7a70bca8eb3125c53a22e99c219fa61d3d33))
* fix(cli): make sure progress bar starts with space (#635) (Salim Afiune)([4153f64](https://github.com/lacework/go-sdk/commit/4153f64f071bb85c0718967be4f71a9bd7071e65))
* fix(cli): fix cache directory for azure comp reports (Salim Afiune Maya)([19be146](https://github.com/lacework/go-sdk/commit/19be1465a3f73f6359c32454863312a407318e6b))
* fix: report rule notifications (#621) (Darren)([f37b913](https://github.com/lacework/go-sdk/commit/f37b91349c031cf0d92c79a7f4dfc181446e69e3))
## Other Changes
* ci: version bump to v0.21.1-dev (Lacework)([30637bc](https://github.com/lacework/go-sdk/commit/30637bcce5b7aefb164c1ff3587753dbd4b5844d))
* test(cli): verify host vuln report rendering (Salim Afiune Maya)([b7d72e2](https://github.com/lacework/go-sdk/commit/b7d72e29b14b0987d021ecb03f618bbf3ac779a0))
* ci: fix test resource Terraform pipeline (#634) (Salim Afiune)([c14756e](https://github.com/lacework/go-sdk/commit/c14756e12c0f051e871e0f7a7aeccd1089cdd875))
* ci: version bump to v0.22.1-dev (Lacework)([e12f022](https://github.com/lacework/go-sdk/commit/e12f022356992ae477dbbf211f9439dd4b080dce))
* test(policy): update TestPolicyCreateURL (hazedav)([a89177c](https://github.com/lacework/go-sdk/commit/a89177ce3d82660c8700b555c0596f7a98e53d47))
* test(policy): adds resource for dynamic accnt (hazedav)([b28d290](https://github.com/lacework/go-sdk/commit/b28d2902aa6d1a557af913c60a0be7a68c3b9895))

## 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.22.1-dev
0.23.0
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.

2 changes: 2 additions & 0 deletions cli/docs/lacework.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ This will prompt you for your Lacework account and a set of API access keys.
* [lacework agent](lacework_agent.md) - Manage Lacework agents
* [lacework alert-rule](lacework_alert-rule.md) - Manage alert rules
* [lacework api](lacework_api.md) - Helper to call Lacework's API
* [lacework cloud-account](lacework_cloud-account.md) - Manage cloud accounts
* [lacework compliance](lacework_compliance.md) - Manage compliance reports
* [lacework configure](lacework_configure.md) - Configure the Lacework CLI
* [lacework event](lacework_event.md) - Inspect Lacework events
* [lacework integration](lacework_integration.md) - Manage external integrations
* [lacework policy](lacework_policy.md) - Manage policies
* [lacework query](lacework_query.md) - Run and manage queries
* [lacework report-rule](lacework_report-rule.md) - Manage report rules
* [lacework resource-group](lacework_resource-group.md) - Manage resource groups
* [lacework version](lacework_version.md) - Print the Lacework CLI version
* [lacework vulnerability](lacework_vulnerability.md) - Container and host vulnerability assessments
Expand Down
2 changes: 1 addition & 1 deletion cli/docs/lacework_compliance_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ To run an ad-hoc compliance assessment:
* [lacework compliance](lacework_compliance.md) - Manage compliance reports
* [lacework compliance aws get-report](lacework_compliance_aws_get-report.md) - Get the latest AWS compliance report
* [lacework compliance aws list-accounts](lacework_compliance_aws_list-accounts.md) - List all AWS accounts configured
* [lacework compliance aws run-assessment](lacework_compliance_aws_run-assessment.md) - Run a new AWS compliance report
* [lacework compliance aws run-assessment](lacework_compliance_aws_run-assessment.md) - Run a new AWS compliance assessment

2 changes: 1 addition & 1 deletion cli/docs/lacework_compliance_aws_run-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide_title: true

## lacework compliance aws run-assessment

Run a new AWS compliance report
Run a new AWS compliance assessment

### Synopsis

Expand Down
6 changes: 3 additions & 3 deletions cli/docs/lacework_compliance_azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Compliance for Azure Cloud

Manage compliance reports for Azure Cloud.

To list all Azure Tenants configured in your account:
To list all Azure tenants configured in your account:

lacework compliance azure list-tenants

To list all Azure Subscriptions from a Tenant, use the command:
To list all Azure subscriptions from a tenant, use the command:

lacework compliance azure list-subscriptions <tenant_id>

To get the latest Azure compliance assessment report, use the command:

lacework compliance azure get-report <tenant_id> <subscriptions_id>
lacework compliance azure get-report <tenant_id> <subscription_id>

These reports run on a regular schedule, typically once a day.

Expand Down
20 changes: 7 additions & 13 deletions cli/docs/lacework_compliance_google.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,19 @@ Compliance for Google Cloud

Manage compliance reports for Google Cloud.

To get the latest GCP compliance assessment report, use the command:

lacework compliance gcp get-report <organization_id> <project_id>
To list all GCP organizations and projects configured in your account:

These reports run on a regular schedule, typically once a day.

To find out which GCP organizations/projects are connected to your
Lacework account, use the following command:
lacework compliance gcp list

lacework integrations list --type GCP_CFG
To list all GCP projects from an organization, use the command:

Then, choose one integration, copy the GUID and visualize its details
using the command:
lacework compliance gcp list-projects <organization_id>

lacework integration show <int_guid>
To get the latest GCP compliance assessment report, use the command:

To list all GCP projects from an organization, use the command:
lacework compliance gcp get-report <organization_id> <project_id>

lacework compliance gcp list-projects <organization_id>
These reports run on a regular schedule, typically once a day.

To run an ad-hoc compliance assessment use the command:

Expand Down

0 comments on commit 75abba4

Please sign in to comment.