Skip to content

Commit f8c6e64

Browse files
release: v1.25.0 (#1310)
Signed-off-by: Lacework <[email protected]>
1 parent ea0229c commit f8c6e64

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v1.25.0
2+
3+
## Features
4+
* feat: vuln host show-assessment filter by collector type (#1302) (Darren)([ea0229c4](https://github.com/lacework/go-sdk/commit/ea0229c4c1808ea732ae8f3865bba1f3fb6d052e))
5+
## Other Changes
6+
* chore(GROW-1600): lacework component dev preflight check (#1307) (Pengyuan Zhao)([65a27a0c](https://github.com/lacework/go-sdk/commit/65a27a0cc07141fb5cd08279c68f785970f637a5))
7+
* ci: version bump to v1.24.3-dev (Lacework)([ad75f64a](https://github.com/lacework/go-sdk/commit/ad75f64a1c6c50ef14b529dd9893b5df4ac9a38f))
8+
* test: fix failing help tests (#1308) (Darren)([e10404d0](https://github.com/lacework/go-sdk/commit/e10404d04e836fa54645ea801ca638e669ac2e92))
9+
* test: always run help integration tests (#1306) (Darren)([cf08e3d7](https://github.com/lacework/go-sdk/commit/cf08e3d770fa54cd53d6608725a660756dc43d28))
10+
---
111
# v1.24.2
212

313
## Bug Fixes

RELEASE_NOTES.md

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

4-
## Bug Fixes
5-
* fix(cli): supply OCI integration private key as file to avoid mangling (#1304) (Kolbeinn)([669225e2](https://github.com/lacework/go-sdk/commit/669225e22ec7fdb5aa83cc551cd34d5eca7587a0))
6-
* fix: azure module versions (#1303) (Darren)([9e1a167c](https://github.com/lacework/go-sdk/commit/9e1a167c752a6e4d40ab01a5abf9258a94d0364d))
4+
## Features
5+
* feat: vuln host show-assessment filter by collector type (#1302) (Darren)([ea0229c4](https://github.com/lacework/go-sdk/commit/ea0229c4c1808ea732ae8f3865bba1f3fb6d052e))
76
## Other Changes
8-
* ci: version bump to v1.24.2-dev (Lacework)([de6aa0b7](https://github.com/lacework/go-sdk/commit/de6aa0b7d05bc1078cee3816684116f6a83cf4c9))
7+
* chore(GROW-1600): lacework component dev preflight check (#1307) (Pengyuan Zhao)([65a27a0c](https://github.com/lacework/go-sdk/commit/65a27a0cc07141fb5cd08279c68f785970f637a5))
8+
* ci: version bump to v1.24.3-dev (Lacework)([ad75f64a](https://github.com/lacework/go-sdk/commit/ad75f64a1c6c50ef14b529dd9893b5df4ac9a38f))
9+
* test: fix failing help tests (#1308) (Darren)([e10404d0](https://github.com/lacework/go-sdk/commit/e10404d04e836fa54645ea801ca638e669ac2e92))
10+
* test: always run help integration tests (#1306) (Darren)([cf08e3d7](https://github.com/lacework/go-sdk/commit/cf08e3d770fa54cd53d6608725a660756dc43d28))
911

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.3-dev
1+
1.25.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_show-assessment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ lacework vulnerability host show-assessment <machine_id> [flags]
2828

2929
```
3030
--active only show vulnerabilities of packages actively running in your environment
31+
--collector_type string filter assessments by collector type (Agent or Agentless) (default "Agentless")
3132
--csv output vulnerability assessment in CSV format
3233
--details increase details of a vulnerability assessment
3334
--fail_on_fixable fail if the assessed container has fixable vulnerabilities

0 commit comments

Comments
 (0)