Skip to content

Commit 5a60fa0

Browse files
release: v1.15.0 (#1203)
Signed-off-by: Lacework <[email protected]>
1 parent a5acc3c commit 5a60fa0

File tree

4 files changed

+28
-8
lines changed

4 files changed

+28
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v1.15.0
2+
3+
## Features
4+
* feat(cli): new report-definitions update command (#1197) (Darren)([a5acc3cc](https://github.com/lacework/go-sdk/commit/a5acc3cc36c1a443600ce010fddc8b3e57398abc))
5+
* feat(alerts): alert open to use new UI (#1200) (hazedav)([cc4a93f7](https://github.com/lacework/go-sdk/commit/cc4a93f70d61a94ed70f50598e28a708c084d61c))
6+
* feat(cli): Addition of generation of gcp pub sub audit log (#1192) (djmctavish)([f6c6394a](https://github.com/lacework/go-sdk/commit/f6c6394a521fb40060da8e6bb8d8db3268fa9a8f))
7+
* feat(cli): new report-definitions create command (#1188) (Darren)([75c5d964](https://github.com/lacework/go-sdk/commit/75c5d96461a06c7a0c09d5b4486078399197d354))
8+
* feat(cli): support fetching AWS compliance reports by 'report_name' (#1165) (Darren)([d31201d5](https://github.com/lacework/go-sdk/commit/d31201d54f89dcfd0c1bb22437bb4fba8781b938))
9+
## Bug Fixes
10+
* fix(api): avoid sending empty GCP private_key_id (#1202) (Salim Afiune)([b2eebe84](https://github.com/lacework/go-sdk/commit/b2eebe84ec95c106186630860ebe7309d44223c4))
11+
* fix: report definition types (#1196) (Darren)([ee5c777f](https://github.com/lacework/go-sdk/commit/ee5c777fd82a914e2f501689975687fd5c1c6248))
12+
## Other Changes
13+
* ci: disable report_definitions windows ci (#1199) (djmctavish)([c6a6480f](https://github.com/lacework/go-sdk/commit/c6a6480fc3ae437e3a1e24d51dfb1886ee06aacd))
14+
* ci: version bump to v1.14.1-dev (Lacework)([16d80226](https://github.com/lacework/go-sdk/commit/16d80226b8173593e5d82ae764a137d327830692))
15+
---
116
# v1.14.0
217

318
## Features

RELEASE_NOTES.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Release Notes
2-
Another day, another release. These are the release notes for the version `v1.14.0`.
2+
Another day, another release. These are the release notes for the version `v1.15.0`.
33

44
## Features
5-
* feat: Add retrying to component listing (#1190) (Edoardo Pirovano)([317f204a](https://github.com/lacework/go-sdk/commit/317f204abe34036809cfcb3c1a1e31bd7785dc25))
5+
* feat(cli): new report-definitions update command (#1197) (Darren)([a5acc3cc](https://github.com/lacework/go-sdk/commit/a5acc3cc36c1a443600ce010fddc8b3e57398abc))
6+
* feat(alerts): alert open to use new UI (#1200) (hazedav)([cc4a93f7](https://github.com/lacework/go-sdk/commit/cc4a93f70d61a94ed70f50598e28a708c084d61c))
7+
* feat(cli): Addition of generation of gcp pub sub audit log (#1192) (djmctavish)([f6c6394a](https://github.com/lacework/go-sdk/commit/f6c6394a521fb40060da8e6bb8d8db3268fa9a8f))
8+
* feat(cli): new report-definitions create command (#1188) (Darren)([75c5d964](https://github.com/lacework/go-sdk/commit/75c5d96461a06c7a0c09d5b4486078399197d354))
9+
* feat(cli): support fetching AWS compliance reports by 'report_name' (#1165) (Darren)([d31201d5](https://github.com/lacework/go-sdk/commit/d31201d54f89dcfd0c1bb22437bb4fba8781b938))
610
## Bug Fixes
7-
* fix(cli): filter 'Fixed' host vulnerabilities (#1194) (Salim Afiune)([76066a24](https://github.com/lacework/go-sdk/commit/76066a24033d82136192ec8cdf744d38e5d10ca9))
8-
* fix(cli): vuln host scan-pkg-manifest only show 'VULNERABLE' results (#1191) (Darren)([59170b4b](https://github.com/lacework/go-sdk/commit/59170b4b43d717f10d128b83ba638d2a700d8a03))
11+
* fix(api): avoid sending empty GCP private_key_id (#1202) (Salim Afiune)([b2eebe84](https://github.com/lacework/go-sdk/commit/b2eebe84ec95c106186630860ebe7309d44223c4))
12+
* fix: report definition types (#1196) (Darren)([ee5c777f](https://github.com/lacework/go-sdk/commit/ee5c777fd82a914e2f501689975687fd5c1c6248))
913
## Other Changes
10-
* ci: version bump to v1.13.5-dev (Lacework)([1f4798f5](https://github.com/lacework/go-sdk/commit/1f4798f500d25a44fab485f776c944d9fe67139c))
14+
* ci: disable report_definitions windows ci (#1199) (djmctavish)([c6a6480f](https://github.com/lacework/go-sdk/commit/c6a6480fc3ae437e3a1e24d51dfb1886ee06aacd))
15+
* ci: version bump to v1.14.1-dev (Lacework)([16d80226](https://github.com/lacework/go-sdk/commit/16d80226b8173593e5d82ae764a137d327830692))
1116

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.1-dev
1+
1.15.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.

0 commit comments

Comments
 (0)