From 02d03bd6c5e3b4b660df35524c2aace9500775a1 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:23:55 +0100 Subject: [PATCH] release: v0.31.0 (#764) Signed-off-by: Lacework --- CHANGELOG.md | 19 +++++++++++++++++++ RELEASE_NOTES.md | 20 ++++++++++++++------ VERSION | 2 +- api/version.go | 4 ++-- cli/docs/lacework_alert-rule_delete.md | 2 +- cli/docs/lacework_alert-rule_show.md | 2 +- cli/docs/lacework_resource-group_delete.md | 2 +- cli/docs/lacework_resource-group_show.md | 2 +- 8 files changed, 40 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f84f052..4ade764c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# v0.31.0 + +## Features +* feat(cli): disable/enable policies by tag (#758) (Darren)([3a45a01](https://github.com/lacework/go-sdk/commit/3a45a0186ca908920f2383c2eec2c7c7db6e17bf)) +* feat(cli): default template when creating LQL queries (#761) (Salim Afiune)([4bb9c19](https://github.com/lacework/go-sdk/commit/4bb9c1930b64e3e080ee44fc71028276bb44d8d8)) +* feat(cli): disable/enable all compliance command (#755) (Darren)([e694304](https://github.com/lacework/go-sdk/commit/e69430484c93245919b2e48e264dc3c24d6a7297)) +* feat(cli): adds lql datasource relationships (#759) (hazedav)([4b1fc27](https://github.com/lacework/go-sdk/commit/4b1fc271db940d5272cd652f5b65d06e061af874)) +* feat(api): Recommendations v1 Service (#751) (Darren)([253cc38](https://github.com/lacework/go-sdk/commit/253cc38420ec9a6423aec2dc57958255eb1e5cf9)) +## Refactor +* refactor(cli): inefficient policy sort (hazedav)([9a35ff6](https://github.com/lacework/go-sdk/commit/9a35ff665acd795f7a713b470d6603771f060beb)) +## Bug Fixes +* fix(cli): command arguments (#760) (Salim Afiune)([574dfc1](https://github.com/lacework/go-sdk/commit/574dfc1dbb8eb066ca3e8668ed72be58731b0ff3)) +* fix: add missing gcp compliance report types to get-report command (#756) (Darren)([c05a07f](https://github.com/lacework/go-sdk/commit/c05a07ff0664164d8e4d53009c4e2af6e2451c27)) +## Other Changes +* chore(deps): bump github.com/kyokomi/emoji/v2 from 2.2.8 to 2.2.9 (#724) (dependabot[bot])([717a725](https://github.com/lacework/go-sdk/commit/717a725edfdb205701456bd6f960b1b0a3788988)) +* chore(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#733) (dependabot[bot])([d1531ee](https://github.com/lacework/go-sdk/commit/d1531eef51e37966bc39e002d0589d400c548990)) +* ci: add make cmd for output go tests in junit format (#754) (Darren)([f3d0324](https://github.com/lacework/go-sdk/commit/f3d032431bea1770ab8b731a5aefef23ab1c4594)) +* ci: version bump to v0.30.1-dev (Lacework)([5cfe47a](https://github.com/lacework/go-sdk/commit/5cfe47a62c3c650cb35e879528614aa8155f9ac8)) +--- # v0.30.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 585c059f1..31e8cd7af 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,14 +1,22 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.30.0`. +Another day, another release. These are the release notes for the version `v0.31.0`. ## Features -* feat(lql): more suitable default for lql run (hazedav)([73a7132](https://github.com/lacework/go-sdk/commit/73a7132765125f0d2370aef36fa4c8039c1c0cdd)) -* feat(cli/cmd): CLI survey code for azure - ALLY-394 (#720) (djmctavish)([73f8b0c](https://github.com/lacework/go-sdk/commit/73f8b0c83eaf6c67728f871cc3f4e4544c851ba7)) +* feat(cli): disable/enable policies by tag (#758) (Darren)([3a45a01](https://github.com/lacework/go-sdk/commit/3a45a0186ca908920f2383c2eec2c7c7db6e17bf)) +* feat(cli): default template when creating LQL queries (#761) (Salim Afiune)([4bb9c19](https://github.com/lacework/go-sdk/commit/4bb9c1930b64e3e080ee44fc71028276bb44d8d8)) +* feat(cli): disable/enable all compliance command (#755) (Darren)([e694304](https://github.com/lacework/go-sdk/commit/e69430484c93245919b2e48e264dc3c24d6a7297)) +* feat(cli): adds lql datasource relationships (#759) (hazedav)([4b1fc27](https://github.com/lacework/go-sdk/commit/4b1fc271db940d5272cd652f5b65d06e061af874)) +* feat(api): Recommendations v1 Service (#751) (Darren)([253cc38](https://github.com/lacework/go-sdk/commit/253cc38420ec9a6423aec2dc57958255eb1e5cf9)) +## Refactor +* refactor(cli): inefficient policy sort (hazedav)([9a35ff6](https://github.com/lacework/go-sdk/commit/9a35ff665acd795f7a713b470d6603771f060beb)) ## Bug Fixes -* fix: fix fail_on_severity when no vulns are found (#750) (Darren)([479869f](https://github.com/lacework/go-sdk/commit/479869f95ae1c6d15b9108a59fcf36d77d448c4b)) +* fix(cli): command arguments (#760) (Salim Afiune)([574dfc1](https://github.com/lacework/go-sdk/commit/574dfc1dbb8eb066ca3e8668ed72be58731b0ff3)) +* fix: add missing gcp compliance report types to get-report command (#756) (Darren)([c05a07f](https://github.com/lacework/go-sdk/commit/c05a07ff0664164d8e4d53009c4e2af6e2451c27)) ## Other Changes -* chore: deprecate CLI Wiki (#739) (Salim Afiune)([eeb6478](https://github.com/lacework/go-sdk/commit/eeb64783f2224c397e61d5d3fe4fd93523e1fc1f)) -* ci: version bump to v0.29.1-dev (Lacework)([fc74684](https://github.com/lacework/go-sdk/commit/fc74684e5143e7a01158f876d28e8a9773c8d2e6)) +* chore(deps): bump github.com/kyokomi/emoji/v2 from 2.2.8 to 2.2.9 (#724) (dependabot[bot])([717a725](https://github.com/lacework/go-sdk/commit/717a725edfdb205701456bd6f960b1b0a3788988)) +* chore(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#733) (dependabot[bot])([d1531ee](https://github.com/lacework/go-sdk/commit/d1531eef51e37966bc39e002d0589d400c548990)) +* ci: add make cmd for output go tests in junit format (#754) (Darren)([f3d0324](https://github.com/lacework/go-sdk/commit/f3d032431bea1770ab8b731a5aefef23ab1c4594)) +* ci: version bump to v0.30.1-dev (Lacework)([5cfe47a](https://github.com/lacework/go-sdk/commit/5cfe47a62c3c650cb35e879528614aa8155f9ac8)) ## Docker Images * `docker pull lacework/lacework-cli:latest` diff --git a/VERSION b/VERSION index 066e10027..f0e1a438f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.30.1-dev \ No newline at end of file +0.31.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 40fabc09d..5b16672d9 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20220329202044 +// File generated at: 20220412091206 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.30.1-dev" +const Version = "0.31.0" diff --git a/cli/docs/lacework_alert-rule_delete.md b/cli/docs/lacework_alert-rule_delete.md index 7e8f589d1..60bf7a4cb 100644 --- a/cli/docs/lacework_alert-rule_delete.md +++ b/cli/docs/lacework_alert-rule_delete.md @@ -13,7 +13,7 @@ Delete a alert rule Delete a single alert rule by it's ID. ``` -lacework alert-rule delete [flags] +lacework alert-rule delete [flags] ``` ### Options diff --git a/cli/docs/lacework_alert-rule_show.md b/cli/docs/lacework_alert-rule_show.md index 599aba34c..d6b194447 100644 --- a/cli/docs/lacework_alert-rule_show.md +++ b/cli/docs/lacework_alert-rule_show.md @@ -13,7 +13,7 @@ Show an alert rule by ID Show a single alert rule by it's ID. ``` -lacework alert-rule show [flags] +lacework alert-rule show [flags] ``` ### Options diff --git a/cli/docs/lacework_resource-group_delete.md b/cli/docs/lacework_resource-group_delete.md index 5bd0f78ad..aed66b5ff 100644 --- a/cli/docs/lacework_resource-group_delete.md +++ b/cli/docs/lacework_resource-group_delete.md @@ -13,7 +13,7 @@ Delete a resource group Delete a single resource group by it's resource group ID. ``` -lacework resource-group delete [flags] +lacework resource-group delete [flags] ``` ### Options diff --git a/cli/docs/lacework_resource-group_show.md b/cli/docs/lacework_resource-group_show.md index 557b94dcd..cf40ff3fb 100644 --- a/cli/docs/lacework_resource-group_show.md +++ b/cli/docs/lacework_resource-group_show.md @@ -13,7 +13,7 @@ Get resource group by ID Get a single resource group by it's resource group ID. ``` -lacework resource-group show [flags] +lacework resource-group show [flags] ``` ### Options