Skip to content

Commit 70884b0

Browse files
release: v1.5.3 (#1114)
1 parent 5e21b5f commit 70884b0

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v1.5.3
2+
3+
## Bug Fixes
4+
* fix(cli): use request id to fetch scan results (#1110) (Salim Afiune)([f8d633b6](https://github.com/lacework/go-sdk/commit/f8d633b665155611f0ecf512ad3194079eedb679))
5+
## Other Changes
6+
* style(cdk): better error message for unsupported env (#1086) (Salim Afiune)([5e21b5f3](https://github.com/lacework/go-sdk/commit/5e21b5f387ee4f3620508e19b88d04ebe5f160d8))
7+
* chore: Update lacework compliance <csp> help text (#1112) (Ross)([685a4908](https://github.com/lacework/go-sdk/commit/685a49087fe6987ff75939ed20145bd660375593))
8+
* ci: version bump to v1.5.3-dev (Lacework)([72d4c443](https://github.com/lacework/go-sdk/commit/72d4c4430dcd9ce6a44799313a518d2a12b1f7d6))
9+
* test(lwupdater): fix windows test (#1113) (Salim Afiune)([0635b838](https://github.com/lacework/go-sdk/commit/0635b8388efb769dc827ca69e6b8c2eb70000938))
10+
---
111
# v1.5.2
212

313
## Other Changes

RELEASE_NOTES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Release Notes
2-
Another day, another release. These are the release notes for the version `v1.5.2`.
2+
Another day, another release. These are the release notes for the version `v1.5.3`.
33

4+
## Bug Fixes
5+
* fix(cli): use request id to fetch scan results (#1110) (Salim Afiune)([f8d633b6](https://github.com/lacework/go-sdk/commit/f8d633b665155611f0ecf512ad3194079eedb679))
46
## Other Changes
5-
* chore: re-add compliance enable/disable commands (#1106) (Ross)([f25c72c9](https://github.com/lacework/go-sdk/commit/f25c72c9902bbdcdb22ccf98d28f9e39c57c9dc5))
6-
* ci: version bump to v1.5.2-dev (Lacework)([9571b913](https://github.com/lacework/go-sdk/commit/9571b91369161598dcb88e8dad22835ea723976e))
7+
* style(cdk): better error message for unsupported env (#1086) (Salim Afiune)([5e21b5f3](https://github.com/lacework/go-sdk/commit/5e21b5f387ee4f3620508e19b88d04ebe5f160d8))
8+
* chore: Update lacework compliance <csp> help text (#1112) (Ross)([685a4908](https://github.com/lacework/go-sdk/commit/685a49087fe6987ff75939ed20145bd660375593))
9+
* ci: version bump to v1.5.3-dev (Lacework)([72d4c443](https://github.com/lacework/go-sdk/commit/72d4c4430dcd9ce6a44799313a518d2a12b1f7d6))
10+
* test(lwupdater): fix windows test (#1113) (Salim Afiune)([0635b838](https://github.com/lacework/go-sdk/commit/0635b8388efb769dc827ca69e6b8c2eb70000938))
711

812
## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli)
913
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.3-dev
1+
1.5.3

api/version.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/docs/lacework_compliance_aws.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ To get the latest AWS compliance assessment report:
2222

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

25-
To run an ad-hoc compliance assessment:
26-
27-
lacework compliance aws run-assessment <account_id>
28-
2925

3026
### Options
3127

cli/docs/lacework_compliance_azure.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ To get the latest Azure compliance assessment report, use the command:
2626

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

29-
To run an ad-hoc compliance assessment use the command:
30-
31-
lacework compliance azure run-assessment <tenant_id>
32-
3329

3430
### Options
3531

cli/docs/lacework_compliance_google.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ To get the latest GCP compliance assessment report, use the command:
2626

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

29-
To run an ad-hoc compliance assessment use the command:
30-
31-
lacework compliance gcp run-assessment <org_or_project_id>
32-
3329

3430
### Options
3531

0 commit comments

Comments
 (0)