Skip to content

Commit 3ea444a

Browse files
release: v1.21.0 (#1282)
Signed-off-by: Lacework <[email protected]>
1 parent 201afa0 commit 3ea444a

File tree

5 files changed

+33
-16
lines changed

5 files changed

+33
-16
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v1.21.0
2+
3+
## Features
4+
* feat(cli): New Report Distributions command (#1215) (Darren)([abb31945](https://github.com/lacework/go-sdk/commit/abb31945f7937778658d6b6bb7fe5e67f16d9e1e))
5+
* feat: Python CDK components (#1253) (jonathan stewart)([04115007](https://github.com/lacework/go-sdk/commit/04115007ce5d02adcbbf2ac17078f9d2e7cf79b0))
6+
## Bug Fixes
7+
* fix: vuln host info counts (jon-stewart)([6740c1be](https://github.com/lacework/go-sdk/commit/6740c1be1e81068855c10aac39423759a1087b14))
8+
* fix(cli): Inconsistent results from host vuln show (#1279) (Salim Afiune)([dd252935](https://github.com/lacework/go-sdk/commit/dd2529354994c1addbeb63c18fd5f938161289ba))
9+
## Documentation Updates
10+
* docs(cli): remove API v1 refs and add examples (#1278) (John)([201afa07](https://github.com/lacework/go-sdk/commit/201afa07d871e5660d0e25313689e1640dcabcaf))
11+
## Other Changes
12+
* ci: version bump to v1.20.1-dev (Lacework)([0a736c62](https://github.com/lacework/go-sdk/commit/0a736c62d0ea605745e988c8dc2ab03728534f26))
13+
---
114
# v1.20.0
215

316
## Features

RELEASE_NOTES.md

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

44
## Features
5-
* feat(aws-install): add `credential_profile` flag (#1274) (Nick Schmeller)([c027b0f3](https://github.com/lacework/go-sdk/commit/c027b0f3a46319fc8ecedbe495a98d326d36c654))
5+
* feat(cli): New Report Distributions command (#1215) (Darren)([abb31945](https://github.com/lacework/go-sdk/commit/abb31945f7937778658d6b6bb7fe5e67f16d9e1e))
6+
* feat: Python CDK components (#1253) (jonathan stewart)([04115007](https://github.com/lacework/go-sdk/commit/04115007ce5d02adcbbf2ac17078f9d2e7cf79b0))
7+
## Bug Fixes
8+
* fix: vuln host info counts (jon-stewart)([6740c1be](https://github.com/lacework/go-sdk/commit/6740c1be1e81068855c10aac39423759a1087b14))
9+
* fix(cli): Inconsistent results from host vuln show (#1279) (Salim Afiune)([dd252935](https://github.com/lacework/go-sdk/commit/dd2529354994c1addbeb63c18fd5f938161289ba))
10+
## Documentation Updates
11+
* docs(cli): remove API v1 refs and add examples (#1278) (John)([201afa07](https://github.com/lacework/go-sdk/commit/201afa07d871e5660d0e25313689e1640dcabcaf))
612
## Other Changes
7-
* ci: version bump to v1.19.1-dev (Lacework)([3d733d57](https://github.com/lacework/go-sdk/commit/3d733d57b6a65a4a6013f51112d3a209a912bfea))
13+
* ci: version bump to v1.20.1-dev (Lacework)([0a736c62](https://github.com/lacework/go-sdk/commit/0a736c62d0ea605745e988c8dc2ab03728534f26))
814

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

VERSION

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

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_api.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,21 @@ Helper to call Lacework's API
1010

1111
### Synopsis
1212

13-
Use this command as a helper to call any available Lacework API v1 & v2 endpoint.
13+
Use this command as a helper to call any available Lacework API v2 endpoint.
1414

15-
### For APIv1
15+
### API v2
1616

17-
To list all integrations configured in your account:
17+
To list all available Lacework schema types:
1818

19-
lacework api get /v1/external/integrations
19+
lacework api get /v2/schemas
2020

21-
For a complete list of available API v1 endpoints visit:
21+
To receive a json response of all machines within the given time window:
2222

23-
https://<ACCOUNT>.lacework.net/api/v1/external/docs
23+
lacework api post /api/v2/Entities/Machines/search -d "{}"
2424

25-
### For APIv2
25+
To receive a json response of all agents within the given time window:
2626

27-
To list all available Lacework schema types:
28-
29-
lacework api get /v2/schemas
27+
lacework api post /api/v2/AgentInfo/search -d "{}"
3028

3129
For a complete list of available API v2 endpoints visit:
3230

0 commit comments

Comments
 (0)