-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Salim Afiune Maya <[email protected]>
- Loading branch information
Showing
4 changed files
with
34 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,23 @@ | ||
# Release Notes | ||
Introducing the new Lacework CLI `v0.2.0` | ||
|
||
## What's new? | ||
|
||
### Top-level vulnerability command | ||
The new `lacework vulnerability` command have two new sub-commands: | ||
* `container`: for container vulnerability assessments | ||
* `host`: for host vulnerability assessments | ||
|
||
### Container Vulnerability | ||
The new `lacework vulnerability container` command has the following sub-commands: | ||
* `list-assessments`: list container vulnerability assessments (default last 7 days) | ||
* `show-assessment`: show results of a container vulnerability assessment | ||
* `scan`: request an on-demand container vulnerability assessment | ||
* `scan-status`: check the status of an on-demand container vulnerability assessment | ||
|
||
### Host Vulnerability | ||
The new `lacework vulnerability host` command has the following sub-commands: | ||
* `list-cves`: list the CVEs found in the hosts in your environment | ||
* `list-hosts`: list the hosts that contain a specified CVE id in your environment | ||
* `show-assessment`: show results of a host vulnerability assessment | ||
* `scan-pkg-manifest`: request an on-demand host vulnerability assessment from a package-manifest | ||
|
||
### Lacework Events | ||
* The new `lacework event open <event_id>` allows you to quickly open events in the Lacework Console to do further investigation | ||
* The `lacework event show <event_id>` also provides a direct link to the event in the Lacework Console | ||
* The `lacework events list` command can now filter by event severity, as well as filter by a specific number of days (max 7 days) | ||
|
||
## What's deprecated? | ||
The following commands have been deprecated: | ||
|
||
* `lacework vulnerability report` use now `lacework vulnerability container show-assessment` | ||
* `lacework vulnerability scan run` use now `lacework vulnerability container scan` | ||
* `lacework vulnerability scan show` use now `lacework vulnerability container scan-status` | ||
|
||
These commands will continue to work for a number of releases showing a deprecation message similar to: | ||
``` | ||
$ lacework vulnerability report | ||
(DEPRECATED) This command has been moved, use now the following command: | ||
$ lacework vulnerability container show-assessment <sha256:hash> | ||
``` | ||
Another day, another release. These are the release notes for the version `v0.2.1`. | ||
|
||
## Features | ||
* feat(cli): new event open command (#197) (Salim Afiune)([42e0309](https://github.com/lacework/go-sdk/commit/42e03096cf387a55329275c22a787ccf239c1baa)) | ||
* feat(cli): filter events by severity (Salim Afiune Maya)([2d8fdf4](https://github.com/lacework/go-sdk/commit/2d8fdf46b391562205d036a8f866b4e940377f9c)) | ||
* feat(cli): list events from a number of days (Salim Afiune Maya)([0474765](https://github.com/lacework/go-sdk/commit/047476548e6b86dcd249c8f37b0cfb65a49a401d)) | ||
* feat(cli): allow users to pass only --start flag (Salim Afiune Maya)([547dc1d](https://github.com/lacework/go-sdk/commit/547dc1d3a8db23e9d9b411e045b6bbce6b99e161)) | ||
* feat(cli): filter assessments for specific repos (Salim Afiune Maya)([6482d8e](https://github.com/lacework/go-sdk/commit/6482d8ea6ad712077fc595011cbdfee0715c04bc)) | ||
* feat(cli): --active & --fixable flags to container vuln (Salim Afiune Maya)([9f027b9](https://github.com/lacework/go-sdk/commit/9f027b9b56c2b4c110281246971988881f8f1164)) | ||
* feat(cli): --active & --fixable flags to host vuln (Salim Afiune Maya)([27f5197](https://github.com/lacework/go-sdk/commit/27f5197c17488a9575a8ba47f17293590a8cdbbf)) | ||
* feat(cli): add emoji support for windows (Salim Afiune Maya)([0762814](https://github.com/lacework/go-sdk/commit/07628145c9e034bc8492d9e833bf9cef962996da)) | ||
* feat(cli): add an emoji Go package for 🍺 🍕 🌮 (Salim Afiune Maya)([cafb8d8](https://github.com/lacework/go-sdk/commit/cafb8d8cf721e7d3259f7de5f06613d3136c28f0)) | ||
* feat(cli): order vulnerabilities by total of hosts (Salim Afiune Maya)([5cfe695](https://github.com/lacework/go-sdk/commit/5cfe69538cb1c869909e4b4f321eeab7c3ac1b19)) | ||
* feat(cli): new vulnerability list-assessments command (Salim Afiune Maya)([7e7191a](https://github.com/lacework/go-sdk/commit/7e7191ab1aa4b765081c91573df307d5c9113f9c)) | ||
## Refactor | ||
* refactor(cli): container and host vulnerability cmds (Salim Afiune Maya)([c5c0117](https://github.com/lacework/go-sdk/commit/c5c0117492eec958159b13df36b738af48f5a5e0)) | ||
* refactor: host vulnerability feature (Salim Afiune Maya)([5e9f770](https://github.com/lacework/go-sdk/commit/5e9f7700acd422f5bf0b79d3faf58ffc6ed0034b)) | ||
* refactor: container vulnerability feature (Salim Afiune Maya)([bdaf126](https://github.com/lacework/go-sdk/commit/bdaf12641851b3a3bb514617ca3ae61e062bbb07)) | ||
## Performance Improvements | ||
* perf(cli): retry polling on-demand container scan statuses (Salim Afiune Maya)([d14ea35](https://github.com/lacework/go-sdk/commit/d14ea3598c2f5d4ea795f3930c0e6b48698e9777)) | ||
* feat(ctr): use new lacework/lacework-cli repository (#206) (Salim Afiune)([fa1e268](https://github.com/lacework/go-sdk/commit/fa1e2682422f03288c53350d4fc6691bea6869c5)) | ||
* feat: add DockerV2, ECR and GCR container registries (#205) (Salim Afiune)([18a8c8b](https://github.com/lacework/go-sdk/commit/18a8c8b60ef6c869bcb3a72b870d4bcfd66ee794)) | ||
* feat: add decoder for jira custom_template_file (#201) (Salim Afiune)([2630ab5](https://github.com/lacework/go-sdk/commit/2630ab5fb746a8a3b4995734a79489554ff4f682)) | ||
* feat(cli): ask for JIRA Custom Template file 🚨 (Salim Afiune Maya)([5a4eb17](https://github.com/lacework/go-sdk/commit/5a4eb173b26eaff1845a33b586f9b87bbb59f449)) | ||
* feat(api): encode custom_template_file for Jira int (Salim Afiune Maya)([887ca15](https://github.com/lacework/go-sdk/commit/887ca157f8484cfc971b83f1d4e65f0fa2f10382)) | ||
## Documentation Updates | ||
* docs(typo) fix spelling of visualize for compliance help command (#204) (Scott Ford)([75e0348](https://github.com/lacework/go-sdk/commit/75e03488a01704837498f630c4c0323d6a3ee6ef)) | ||
## Other Changes | ||
* chore(cli): update help messages (Salim Afiune Maya)([f1c164c](https://github.com/lacework/go-sdk/commit/f1c164c14703e6dc1faecbd566ff7be3aae822ae)) | ||
* chore(cli): consistent help message for vuln cmds (Salim Afiune Maya)([f796c58](https://github.com/lacework/go-sdk/commit/f796c5835f91c5224701e60f8236fc55e663b83e)) | ||
* chore(cli): leave breadcrumbs for host vuln cmds (Salim Afiune Maya)([45d8427](https://github.com/lacework/go-sdk/commit/45d8427554a9a74f40f3e97c2e0f8c0251a8450f)) | ||
* ci(integration): run full tests on windows (#190) (Salim Afiune)([c5c8cf4](https://github.com/lacework/go-sdk/commit/c5c8cf4c80a2fcb40e84dcefbec4f733c5d8bc52)) | ||
* test(integration): add host vulnerability tests (Salim Afiune Maya)([a5cb795](https://github.com/lacework/go-sdk/commit/a5cb7951832c4c95c64b24c80f73e06293920283)) | ||
* test(integration): add container vulnerability tests (Salim Afiune Maya)([9b2c49d](https://github.com/lacework/go-sdk/commit/9b2c49d88ca962274e145028eaebb58f88ff417b)) | ||
* chore(api): remove MinAlertSeverity field from examples/ (Salim Afiune Maya)([274b8e9](https://github.com/lacework/go-sdk/commit/274b8e927b62d395074ba79628ba4ad8abdd5905)) | ||
* ci(cli): fix event time range test (Salim Afiune Maya)([9c2336b](https://github.com/lacework/go-sdk/commit/9c2336b9d7b2f96e3b8f8e22d57ba2d4fa77583b)) | ||
|
||
## Docker Images | ||
* `docker pull techallylw/lacework-cli:latest` | ||
* `docker pull techallylw/lacework-cli:scratch` | ||
* `docker pull techallylw/lacework-cli:ubi-8` | ||
* `docker pull techallylw/lacework-cli:centos-8` | ||
* `docker pull techallylw/lacework-cli:debian-10` | ||
* `docker pull techallylw/lacework-cli:ubuntu-1804` | ||
* `docker pull techallylw/lacework-cli:amazonlinux-2` | ||
* `docker pull lacework/lacework-cli:latest` | ||
* `docker pull lacework/lacework-cli:scratch` | ||
* `docker pull lacework/lacework-cli:ubi-8` | ||
* `docker pull lacework/lacework-cli:centos-8` | ||
* `docker pull lacework/lacework-cli:debian-10` | ||
* `docker pull lacework/lacework-cli:ubuntu-1804` | ||
* `docker pull lacework/lacework-cli:amazonlinux-2` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.1-dev | ||
0.2.1-release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.