diff --git a/CHANGELOG.md b/CHANGELOG.md index 80976bd63..01c26caf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v1.42.0 + +## Features +* feat(cli): Add time filter to vulnerability host list-cve command (#1481) (kendall-choy-lw)([19a61c8d](https://github.com/lacework/go-sdk/commit/19a61c8d939578e0a1b9809ec7825cad28915bad)) +* feat(cli): show query language in policies when available (#1475) (Kun Chen)([b754b4ee](https://github.com/lacework/go-sdk/commit/b754b4ee59624af7d4b1f33eb44bc148a4d9f3d8)) +* feat(RAIN-91461): support Rego in query validate (#1472) (Kun Chen)([6ed380ec](https://github.com/lacework/go-sdk/commit/6ed380ecb97c4f8771d893e23dcd00e23de406e3)) +* feat(cli): Select query language only on query creation (#1467) (Kun Chen)([89986135](https://github.com/lacework/go-sdk/commit/899861358b76f4ced74c3518d5c0d71016d936da)) +## Bug Fixes +* fix: improve error message when token generate fails in cli (#1482) (Matt Cadorette)([8814db38](https://github.com/lacework/go-sdk/commit/8814db38d054650fe9c76f28de83f1ac7e70978b)) +* fix: temporarily install Semgrep to fix SAST (#1485) (Jeremy Dubreil)([38149934](https://github.com/lacework/go-sdk/commit/3814993407121d084834d592dc4596f5092adae0)) +* fix: always set alias "main" for the main profile (#1483) (Pengyuan Zhao)([985c9e04](https://github.com/lacework/go-sdk/commit/985c9e040957acb3f9d84f4fb8035adaeaaa17a1)) +## Other Changes +* chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.56.3 (#1486) (dependabot[bot])([28b3debb](https://github.com/lacework/go-sdk/commit/28b3debbdb29739cafcdc2ce49f45bcd660714f8)) +* ci: fix TestContainerVulnerabilityCommandsEndToEnd (#1484) (Salim Afiune)([0f1e35d4](https://github.com/lacework/go-sdk/commit/0f1e35d4ba62134b0c4582b07ddaea2863b0cb2d)) +* ci: add GitHub workflow for SCA (#1478) (Pengyuan Zhao)([904f51cf](https://github.com/lacework/go-sdk/commit/904f51cfbce4905c418fbb3d9c4a851445b845c0)) +* ci: version bump to v1.41.2-dev (Lacework)([f37368c9](https://github.com/lacework/go-sdk/commit/f37368c96a42f5830e62d9943a982a4fd556eedd)) +--- # v1.41.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5313d2ce5..a12714ea9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,20 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.41.1`. +Another day, another release. These are the release notes for the version `v1.42.0`. +## Features +* feat(cli): Add time filter to vulnerability host list-cve command (#1481) (kendall-choy-lw)([19a61c8d](https://github.com/lacework/go-sdk/commit/19a61c8d939578e0a1b9809ec7825cad28915bad)) +* feat(cli): show query language in policies when available (#1475) (Kun Chen)([b754b4ee](https://github.com/lacework/go-sdk/commit/b754b4ee59624af7d4b1f33eb44bc148a4d9f3d8)) +* feat(RAIN-91461): support Rego in query validate (#1472) (Kun Chen)([6ed380ec](https://github.com/lacework/go-sdk/commit/6ed380ecb97c4f8771d893e23dcd00e23de406e3)) +* feat(cli): Select query language only on query creation (#1467) (Kun Chen)([89986135](https://github.com/lacework/go-sdk/commit/899861358b76f4ced74c3518d5c0d71016d936da)) ## Bug Fixes -* fix: component download segv (#1476) (jonathan stewart)([2a11eecc](https://github.com/lacework/go-sdk/commit/2a11eeccc2bf3ab7f42e87c23fc26ceb54a97ef8)) +* fix: improve error message when token generate fails in cli (#1482) (Matt Cadorette)([8814db38](https://github.com/lacework/go-sdk/commit/8814db38d054650fe9c76f28de83f1ac7e70978b)) +* fix: temporarily install Semgrep to fix SAST (#1485) (Jeremy Dubreil)([38149934](https://github.com/lacework/go-sdk/commit/3814993407121d084834d592dc4596f5092adae0)) +* fix: always set alias "main" for the main profile (#1483) (Pengyuan Zhao)([985c9e04](https://github.com/lacework/go-sdk/commit/985c9e040957acb3f9d84f4fb8035adaeaaa17a1)) ## Other Changes -* ci: version bump to v1.41.1-dev (Lacework)([f9c47d03](https://github.com/lacework/go-sdk/commit/f9c47d03efd1aaae3073de0f7d89fb1c5659ff9d)) +* chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.56.3 (#1486) (dependabot[bot])([28b3debb](https://github.com/lacework/go-sdk/commit/28b3debbdb29739cafcdc2ce49f45bcd660714f8)) +* ci: fix TestContainerVulnerabilityCommandsEndToEnd (#1484) (Salim Afiune)([0f1e35d4](https://github.com/lacework/go-sdk/commit/0f1e35d4ba62134b0c4582b07ddaea2863b0cb2d)) +* ci: add GitHub workflow for SCA (#1478) (Pengyuan Zhao)([904f51cf](https://github.com/lacework/go-sdk/commit/904f51cfbce4905c418fbb3d9c4a851445b845c0)) +* ci: version bump to v1.41.2-dev (Lacework)([f37368c9](https://github.com/lacework/go-sdk/commit/f37368c96a42f5830e62d9943a982a4fd556eedd)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 78dcaf6d4..1933dfa14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.41.2-dev \ No newline at end of file +1.42.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index e65ad79ed..e4ba0738f 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20231207142723 +// File generated at: 20231213231001 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.41.2-dev" +const Version = "1.42.0" diff --git a/cli/docs/lacework_vulnerability_host_list-cves.md b/cli/docs/lacework_vulnerability_host_list-cves.md index c245cda33..1787f60c0 100644 --- a/cli/docs/lacework_vulnerability_host_list-cves.md +++ b/cli/docs/lacework_vulnerability_host_list-cves.md @@ -26,10 +26,13 @@ lacework vulnerability host list-cves [flags] ``` --active only show vulnerabilities of packages actively running in your environment --csv output vulnerability assessment in CSV format + --end string end of the time range (default "now") --fixable only show fixable vulnerabilities -h, --help help for list-cves --packages show a list of packages with CVE count + --range string natural time range for query --severity string filter vulnerability assessment by severity threshold (critical, high, medium, low, info) + --start string start of the time range (default "-24h") ``` ### Options inherited from parent commands