From 5b92cc58bba63bd94662d7974d642f804b0d1974 Mon Sep 17 00:00:00 2001 From: Salim Afiune Maya Date: Tue, 23 Mar 2021 22:24:59 -0600 Subject: [PATCH] Release v0.3.0 Signed-off-by: Salim Afiune Maya --- CHANGELOG.md | 13 +++++++ RELEASE_NOTES.md | 13 +++++-- VERSION | 2 +- api/version.go | 4 +-- cli/docs/lacework_compliance.md | 2 +- cli/docs/lacework_vulnerability_container.md | 3 +- ...vulnerability_container_list-registries.md | 35 +++++++++++++++++++ .../lacework_vulnerability_container_scan.md | 4 +++ 8 files changed, 68 insertions(+), 8 deletions(-) create mode 100644 cli/docs/lacework_vulnerability_container_list-registries.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f4564a6ca..b3d765fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v0.3.0 + +## Features +* feat(ux): improve container scan error messages (Salim Afiune Maya)([34e6ee7](https://github.com/lacework/go-sdk/commit/34e6ee7df622e47fd29d0845f0abe6158bb6e97d)) +* feat(api): implement account information endpoint (#349) (Salim Afiune)([1392ecb](https://github.com/lacework/go-sdk/commit/1392ecb98c2908ab143ee630f0df4e0453a07767)) +* feat(cli): new list-registries sub-command (Salim Afiune Maya)([7a828fe](https://github.com/lacework/go-sdk/commit/7a828fef4fe728873eb19bf689c892160ecb6a68)) +## Other Changes +* chore: ran make prepare (Salim Afiune Maya)([662b220](https://github.com/lacework/go-sdk/commit/662b220a67f900fe003a0d275462589c1df0eb1b)) +* ci: fix prepare-test-resources job (#348) (Darren)([a071c04](https://github.com/lacework/go-sdk/commit/a071c040a4c14eaa4c5b154361d94b5ffcb7d458)) +* ci: open release pull request automatically (Salim Afiune Maya)([f227182](https://github.com/lacework/go-sdk/commit/f2271824616649f827fcffc5a15c99fdc809dd04)) +* ci: automatic minor version bump (Salim Afiune Maya)([73e2cb9](https://github.com/lacework/go-sdk/commit/73e2cb9cb11f22909f7d698e10aa28a6a961061f)) +* test: change target for container vuln scanning (#343) (Darren)([c348b01](https://github.com/lacework/go-sdk/commit/c348b0156f6846fb999202a29380639f0899c490)) +--- # v0.2.23 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7a57ea26a..70d7d7cb6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,16 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.2.23`. +Another day, another release. These are the release notes for the version `v0.3.0`. ## Features -* feat(cli): add Azure list-tenants sub-command (#341) (Darren)([960a8b7](https://github.com/lacework/go-sdk/commit/960a8b7f53a52febb66e89dce20f28211569a3fb)) -* feat(cli): filter vulnerability assessments by severity (#338) (Darren)([07af9b1](https://github.com/lacework/go-sdk/commit/07af9b1091c8387d5d9e094a0fb5e9024749e4ef)) +* feat(ux): improve container scan error messages (Salim Afiune Maya)([34e6ee7](https://github.com/lacework/go-sdk/commit/34e6ee7df622e47fd29d0845f0abe6158bb6e97d)) +* feat(api): implement account information endpoint (#349) (Salim Afiune)([1392ecb](https://github.com/lacework/go-sdk/commit/1392ecb98c2908ab143ee630f0df4e0453a07767)) +* feat(cli): new list-registries sub-command (Salim Afiune Maya)([7a828fe](https://github.com/lacework/go-sdk/commit/7a828fef4fe728873eb19bf689c892160ecb6a68)) +## Other Changes +* chore: ran make prepare (Salim Afiune Maya)([662b220](https://github.com/lacework/go-sdk/commit/662b220a67f900fe003a0d275462589c1df0eb1b)) +* ci: fix prepare-test-resources job (#348) (Darren)([a071c04](https://github.com/lacework/go-sdk/commit/a071c040a4c14eaa4c5b154361d94b5ffcb7d458)) +* ci: open release pull request automatically (Salim Afiune Maya)([f227182](https://github.com/lacework/go-sdk/commit/f2271824616649f827fcffc5a15c99fdc809dd04)) +* ci: automatic minor version bump (Salim Afiune Maya)([73e2cb9](https://github.com/lacework/go-sdk/commit/73e2cb9cb11f22909f7d698e10aa28a6a961061f)) +* test: change target for container vuln scanning (#343) (Darren)([c348b01](https://github.com/lacework/go-sdk/commit/c348b0156f6846fb999202a29380639f0899c490)) ## Docker Images * `docker pull lacework/lacework-cli:latest` diff --git a/VERSION b/VERSION index 82ca78045..9325c3ccd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.24-dev \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 3523eca2e..e72aa60f6 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20210318160643 +// File generated at: 20210323222454 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.2.24-dev" +const Version = "0.3.0" diff --git a/cli/docs/lacework_compliance.md b/cli/docs/lacework_compliance.md index 7e5e45376..93ee7a601 100644 --- a/cli/docs/lacework_compliance.md +++ b/cli/docs/lacework_compliance.md @@ -14,7 +14,7 @@ Get started by integrating one or more cloud accounts using the command: $ lacework integration create -Or, if you prefer to do it via the WebUI, log in to your account at: +If you prefer to configure the integration via the WebUI, log in to your account at: https://.lacework.net diff --git a/cli/docs/lacework_vulnerability_container.md b/cli/docs/lacework_vulnerability_container.md index 78aec2980..35f70ef40 100644 --- a/cli/docs/lacework_vulnerability_container.md +++ b/cli/docs/lacework_vulnerability_container.md @@ -15,7 +15,7 @@ To create a new integration use the following command: $ lacework integration create -Or, if you prefer to do it via the WebUI, log in to your account at: +If you prefer to configure the integration via the WebUI, log in to your account at: https://.lacework.net @@ -44,6 +44,7 @@ Then navigate to Settings > Integrations > Container Registry. * [lacework vulnerability](lacework_vulnerability.md) - container and host vulnerability assessments * [lacework vulnerability container list-assessments](lacework_vulnerability_container_list-assessments.md) - list container vulnerability assessments (default last 7 days) +* [lacework vulnerability container list-registries](lacework_vulnerability_container_list-registries.md) - list all container registries configured * [lacework vulnerability container scan](lacework_vulnerability_container_scan.md) - request an on-demand container vulnerability assessment * [lacework vulnerability container scan-status](lacework_vulnerability_container_scan-status.md) - check the status of an on-demand container vulnerability assessment * [lacework vulnerability container show-assessment](lacework_vulnerability_container_show-assessment.md) - show results of a container vulnerability assessment diff --git a/cli/docs/lacework_vulnerability_container_list-registries.md b/cli/docs/lacework_vulnerability_container_list-registries.md new file mode 100644 index 000000000..bb6a2a0fe --- /dev/null +++ b/cli/docs/lacework_vulnerability_container_list-registries.md @@ -0,0 +1,35 @@ +## lacework vulnerability container list-registries + +list all container registries configured + +### Synopsis + +List all container registries configured in your account. + +``` +lacework vulnerability container list-registries [flags] +``` + +### Options + +``` + -h, --help help for list-registries +``` + +### Options inherited from parent commands + +``` + -a, --account string account subdomain of URL (i.e. .lacework.net) + -k, --api_key string access key id + -s, --api_secret string secret access key + --debug turn on debug logging + --json switch commands output from human-readable to json format + --nocolor turn off colors + --noninteractive turn off interactive mode (disable spinners, prompts, etc.) + -p, --profile string switch between profiles configured at ~/.lacework.toml +``` + +### SEE ALSO + +* [lacework vulnerability container](lacework_vulnerability_container.md) - vulnerability assessment for containers + diff --git a/cli/docs/lacework_vulnerability_container_scan.md b/cli/docs/lacework_vulnerability_container_scan.md index 836719716..1da56e356 100644 --- a/cli/docs/lacework_vulnerability_container_scan.md +++ b/cli/docs/lacework_vulnerability_container_scan.md @@ -13,6 +13,10 @@ Arguments: repository name that contains the container image either a tag or an image digest to scan (digest format: sha256:1ee...1d3b) +To list all container registries configured in your account: + + $ lacework vulnerability container list-registries + ``` lacework vulnerability container scan [flags] ```