Skip to content

Commit 63f35e3

Browse files
release: v1.19.0 (#1272)
Signed-off-by: Lacework <[email protected]>
1 parent 0ab2d2a commit 63f35e3

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v1.19.0
2+
3+
## Features
4+
* feat: host vuln time range flags (#1270) (jonathan stewart)([6154c81b](https://github.com/lacework/go-sdk/commit/6154c81bbc805b49ca76af5cd35d176dbe653576))
5+
* feat: CloudTrail S3 bucket notifications (#1269) (jonathan stewart)([ff326af2](https://github.com/lacework/go-sdk/commit/ff326af23f9cc55921b4938e9e859d2435a5ead1))
6+
## Other Changes
7+
* ci: version bump to v1.18.5-dev (Lacework)([fd9d33a5](https://github.com/lacework/go-sdk/commit/fd9d33a57bc3057d33ac3c037a4f7ed9dce1f086))
8+
---
19
# v1.18.4
210

311
## Bug Fixes

RELEASE_NOTES.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Release Notes
2-
Another day, another release. These are the release notes for the version `v1.18.4`.
3-
4-
## Bug Fixes
5-
* fix: add correct terraform attribute for Pub Sub Audit log generation (#1265) (David McTavish([e2775cf](https://github.com/lacework/go-sdk/commit/e2775cf390accb6e38a0b1acfcf61859e23997f0))
6-
* fix: set list-hosts end time to utc (#1252) (Darren)([3475b5f](https://github.com/lacework/go-sdk/commit/3475b5f67ee5755ebd29df027dbb8bdcc017d4f8))
2+
Another day, another release. These are the release notes for the version `v1.19.0`.
73

4+
## Features
5+
* feat: host vuln time range flags (#1270) (jonathan stewart)([6154c81b](https://github.com/lacework/go-sdk/commit/6154c81bbc805b49ca76af5cd35d176dbe653576))
6+
* feat: CloudTrail S3 bucket notifications (#1269) (jonathan stewart)([ff326af2](https://github.com/lacework/go-sdk/commit/ff326af23f9cc55921b4938e9e859d2435a5ead1))
87
## Other Changes
9-
* ci: version bump to v1.18.4-dev (Lacework)([cbbf26ac](https://github.com/lacework/go-sdk/commit/cbbf26ac3473fbc15463a2e08404703b1090fd45))
8+
* ci: version bump to v1.18.5-dev (Lacework)([fd9d33a5](https://github.com/lacework/go-sdk/commit/fd9d33a57bc3057d33ac3c037a4f7ed9dce1f086))
109

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.5-dev
1+
1.19.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_vulnerability_host_list-hosts.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ lacework vulnerability host list-hosts <cve_id> [flags]
2323
### Options
2424

2525
```
26-
--csv output vulnerability assessment in CSV format
27-
-h, --help help for list-hosts
26+
--csv output vulnerability assessment in CSV format
27+
--end string end of the time range (default "now")
28+
-h, --help help for list-hosts
29+
--range string natural time range for query
30+
--start string start of the time range (default "-24h")
2831
```
2932

3033
### Options inherited from parent commands

0 commit comments

Comments
 (0)