From f8c6e64671a8404976baddf6d9191688bd6e440d Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Fri, 30 Jun 2023 21:51:44 +0100 Subject: [PATCH] release: v1.25.0 (#1310) Signed-off-by: Lacework --- CHANGELOG.md | 10 ++++++++++ RELEASE_NOTES.md | 12 +++++++----- VERSION | 2 +- api/version.go | 4 ++-- .../lacework_vulnerability_host_show-assessment.md | 1 + 5 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb1e8af1..6b09fd0f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.25.0 + +## Features +* feat: vuln host show-assessment filter by collector type (#1302) (Darren)([ea0229c4](https://github.com/lacework/go-sdk/commit/ea0229c4c1808ea732ae8f3865bba1f3fb6d052e)) +## Other Changes +* chore(GROW-1600): lacework component dev preflight check (#1307) (Pengyuan Zhao)([65a27a0c](https://github.com/lacework/go-sdk/commit/65a27a0cc07141fb5cd08279c68f785970f637a5)) +* ci: version bump to v1.24.3-dev (Lacework)([ad75f64a](https://github.com/lacework/go-sdk/commit/ad75f64a1c6c50ef14b529dd9893b5df4ac9a38f)) +* test: fix failing help tests (#1308) (Darren)([e10404d0](https://github.com/lacework/go-sdk/commit/e10404d04e836fa54645ea801ca638e669ac2e92)) +* test: always run help integration tests (#1306) (Darren)([cf08e3d7](https://github.com/lacework/go-sdk/commit/cf08e3d770fa54cd53d6608725a660756dc43d28)) +--- # v1.24.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b4eb82a2d..331e00827 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,13 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.24.2`. +Another day, another release. These are the release notes for the version `v1.25.0`. -## Bug Fixes -* fix(cli): supply OCI integration private key as file to avoid mangling (#1304) (Kolbeinn)([669225e2](https://github.com/lacework/go-sdk/commit/669225e22ec7fdb5aa83cc551cd34d5eca7587a0)) -* fix: azure module versions (#1303) (Darren)([9e1a167c](https://github.com/lacework/go-sdk/commit/9e1a167c752a6e4d40ab01a5abf9258a94d0364d)) +## Features +* feat: vuln host show-assessment filter by collector type (#1302) (Darren)([ea0229c4](https://github.com/lacework/go-sdk/commit/ea0229c4c1808ea732ae8f3865bba1f3fb6d052e)) ## Other Changes -* ci: version bump to v1.24.2-dev (Lacework)([de6aa0b7](https://github.com/lacework/go-sdk/commit/de6aa0b7d05bc1078cee3816684116f6a83cf4c9)) +* chore(GROW-1600): lacework component dev preflight check (#1307) (Pengyuan Zhao)([65a27a0c](https://github.com/lacework/go-sdk/commit/65a27a0cc07141fb5cd08279c68f785970f637a5)) +* ci: version bump to v1.24.3-dev (Lacework)([ad75f64a](https://github.com/lacework/go-sdk/commit/ad75f64a1c6c50ef14b529dd9893b5df4ac9a38f)) +* test: fix failing help tests (#1308) (Darren)([e10404d0](https://github.com/lacework/go-sdk/commit/e10404d04e836fa54645ea801ca638e669ac2e92)) +* test: always run help integration tests (#1306) (Darren)([cf08e3d7](https://github.com/lacework/go-sdk/commit/cf08e3d770fa54cd53d6608725a660756dc43d28)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 8cf760ce2..f2538f8b5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.24.3-dev \ No newline at end of file +1.25.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index d9385248b..1191a11c3 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230628154709 +// File generated at: 20230630203856 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.24.3-dev" +const Version = "1.25.0" diff --git a/cli/docs/lacework_vulnerability_host_show-assessment.md b/cli/docs/lacework_vulnerability_host_show-assessment.md index fe15a6490..3dc0d03c9 100644 --- a/cli/docs/lacework_vulnerability_host_show-assessment.md +++ b/cli/docs/lacework_vulnerability_host_show-assessment.md @@ -28,6 +28,7 @@ lacework vulnerability host show-assessment [flags] ``` --active only show vulnerabilities of packages actively running in your environment + --collector_type string filter assessments by collector type (Agent or Agentless) (default "Agentless") --csv output vulnerability assessment in CSV format --details increase details of a vulnerability assessment --fail_on_fixable fail if the assessed container has fixable vulnerabilities