Skip to content

Commit 042efe2

Browse files
release: v1.16.0 (#1226)
1 parent f91c546 commit 042efe2

File tree

4 files changed

+39
-6
lines changed

4 files changed

+39
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v1.16.0
2+
3+
## Features
4+
* feat(cli): enable default query for 'lql run' cmd (#1218) (Salim Afiune)([f91c5463](https://github.com/lacework/go-sdk/commit/f91c5463eab777624e7cf9ab18c50fb006f42a54))
5+
* feat(cli): add `server_url` to `agent install` cmd (#1224) (Nick Schmeller)([475af398](https://github.com/lacework/go-sdk/commit/475af398f180f62736089f26919496c8d49527c3))
6+
* feat(api): Implement feature flagging endpoint (#1212) (Linpeng Zhang)([8a3e4bd6](https://github.com/lacework/go-sdk/commit/8a3e4bd6c37c198b45a90384e8fdd851e3b58375))
7+
* feat(cli): add `server_url` flag for CTF commands (#1219) (Nick Schmeller)([070ce61f](https://github.com/lacework/go-sdk/commit/070ce61fb929ef406b551905ef19f97a7c731c38))
8+
* feat(cli): new report-definitions revert command (#1209) (Darren)([33961d48](https://github.com/lacework/go-sdk/commit/33961d484a66605c6e9fcb74027b4561a0b37624))
9+
## Refactor
10+
* refactor: show valid versions when invalid report definition version is given (#1216) (Darren)([52a0ae4c](https://github.com/lacework/go-sdk/commit/52a0ae4c207e4b0e880cd02b53ed5217ad61c523))
11+
* refactor: move version check output to stderr (#1207) (Darren)([1793885c](https://github.com/lacework/go-sdk/commit/1793885c4af1ee09388d5432d32683bba63813cb))
12+
## Bug Fixes
13+
* fix(cli): custom clock offset, defaults now to -2s (#1222) (Darren)([3b63c959](https://github.com/lacework/go-sdk/commit/3b63c959629b9b0b1a2a28496940a0c9ff15fcc0))
14+
## Other Changes
15+
* chore(cli): run `make go-vendor` to fix release (#1221) (Nick Schmeller)([7553e4bd](https://github.com/lacework/go-sdk/commit/7553e4bde715528a86032206bc5c239570d0f6ab))
16+
* chore(lwgenerate): bump azure modules to 2.0 (#1210) (Salim Afiune)([c4857515](https://github.com/lacework/go-sdk/commit/c485751561196c8c187256d695a8d55d5cbc1811))
17+
* ci: version bump to v1.15.2-dev (Lacework)([1a969222](https://github.com/lacework/go-sdk/commit/1a9692220c8b61074d295340a5045c570aa71149))
18+
* test(cli): fix daily version integration test (#1225) (Salim Afiune)([694a15b3](https://github.com/lacework/go-sdk/commit/694a15b3c8495bda6f3e364d46926acc397da9a2))
19+
* test: update version test to check stderr for version update notifica… (#1211) (Darren)([5f82668b](https://github.com/lacework/go-sdk/commit/5f82668b3950e32374a95b8702dac69f00185f24))
20+
---
121
# v1.15.1
222

323
## Bug Fixes

RELEASE_NOTES.md

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

4+
## Features
5+
* feat(cli): enable default query for 'lql run' cmd (#1218) (Salim Afiune)([f91c5463](https://github.com/lacework/go-sdk/commit/f91c5463eab777624e7cf9ab18c50fb006f42a54))
6+
* feat(cli): add `server_url` to `agent install` cmd (#1224) (Nick Schmeller)([475af398](https://github.com/lacework/go-sdk/commit/475af398f180f62736089f26919496c8d49527c3))
7+
* feat(api): Implement feature flagging endpoint (#1212) (Linpeng Zhang)([8a3e4bd6](https://github.com/lacework/go-sdk/commit/8a3e4bd6c37c198b45a90384e8fdd851e3b58375))
8+
* feat(cli): add `server_url` flag for CTF commands (#1219) (Nick Schmeller)([070ce61f](https://github.com/lacework/go-sdk/commit/070ce61fb929ef406b551905ef19f97a7c731c38))
9+
* feat(cli): new report-definitions revert command (#1209) (Darren)([33961d48](https://github.com/lacework/go-sdk/commit/33961d484a66605c6e9fcb74027b4561a0b37624))
10+
## Refactor
11+
* refactor: show valid versions when invalid report definition version is given (#1216) (Darren)([52a0ae4c](https://github.com/lacework/go-sdk/commit/52a0ae4c207e4b0e880cd02b53ed5217ad61c523))
12+
* refactor: move version check output to stderr (#1207) (Darren)([1793885c](https://github.com/lacework/go-sdk/commit/1793885c4af1ee09388d5432d32683bba63813cb))
413
## Bug Fixes
5-
* fix(cli): HTML generation of vuln assessment (#1204) (Salim Afiune)([83147b8e](https://github.com/lacework/go-sdk/commit/83147b8e79f67ac93c8987ac2a2149ae9435abb3))
14+
* fix(cli): custom clock offset, defaults now to -2s (#1222) (Darren)([3b63c959](https://github.com/lacework/go-sdk/commit/3b63c959629b9b0b1a2a28496940a0c9ff15fcc0))
615
## Other Changes
7-
* ci: version bump to v1.15.1-dev (Lacework)([cc90a5bf](https://github.com/lacework/go-sdk/commit/cc90a5bf38ceb9f8c3ee0374c2aba9c17049fd02))
16+
* chore(cli): run `make go-vendor` to fix release (#1221) (Nick Schmeller)([7553e4bd](https://github.com/lacework/go-sdk/commit/7553e4bde715528a86032206bc5c239570d0f6ab))
17+
* chore(lwgenerate): bump azure modules to 2.0 (#1210) (Salim Afiune)([c4857515](https://github.com/lacework/go-sdk/commit/c485751561196c8c187256d695a8d55d5cbc1811))
18+
* ci: version bump to v1.15.2-dev (Lacework)([1a969222](https://github.com/lacework/go-sdk/commit/1a9692220c8b61074d295340a5045c570aa71149))
19+
* test(cli): fix daily version integration test (#1225) (Salim Afiune)([694a15b3](https://github.com/lacework/go-sdk/commit/694a15b3c8495bda6f3e364d46926acc397da9a2))
20+
* test: update version test to check stderr for version update notifica… (#1211) (Darren)([5f82668b](https://github.com/lacework/go-sdk/commit/5f82668b3950e32374a95b8702dac69f00185f24))
821

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

VERSION

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