From f4c27247115a6e715988941044893bc664c7757f Mon Sep 17 00:00:00 2001 From: Lacework Date: Tue, 7 Jun 2022 12:56:36 +0000 Subject: [PATCH] release: v0.35.0 Signed-off-by: Lacework --- CHANGELOG.md | 22 ++++++++++++++++++++++ RELEASE_NOTES.md | 25 +++++++++++++++++-------- VERSION | 2 +- api/version.go | 4 ++-- cli/docs/lacework.md | 1 + 5 files changed, 43 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cefa55943..5dfae0a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# v0.35.0 + +## Features +* feat: show query start time in progress spinner (#798) (Darren)([2179616](https://github.com/lacework/go-sdk/commit/21796160c18f1c7acbf6ece7f2fbc8c3d5526ec0)) +* feat(api): Add S3BucketArn field to allow BYOB for AWS EKS Audit Log (#793) (Ross)([93dbb2d](https://github.com/lacework/go-sdk/commit/93dbb2d74f700fc7c536566c7130d8096ea3febc)) +* feat(cli): alert profiles command (#792) (Darren)([c0bc9a3](https://github.com/lacework/go-sdk/commit/c0bc9a3a694a7ae28f65c10f264dfff6e0042102)) +## Refactor +* refactor(cli): query run progress message (#804) (hazedav)([f64d461](https://github.com/lacework/go-sdk/commit/f64d461b0dc674473122ff29035323b9d5b29dbe)) +* refactor(cli): updated terminology for fail_on (#803) (hazedav)([f5b85f5](https://github.com/lacework/go-sdk/commit/f5b85f587f19ad656aef1095096d613cd5a328d8)) +## Bug Fixes +* fix: allow resource scope to be optional (#807) (Salim Afiune)([6e8e55c](https://github.com/lacework/go-sdk/commit/6e8e55cdd0d3e54b3a8b9d450b36f84e9ceff614)) +* fix(cli): Add MachineDetail tags (hazedav)([8cd1ea0](https://github.com/lacework/go-sdk/commit/8cd1ea0aebdee72d87d7e8faf2a7bae2cd87fe4c)) +* fix(cli): panic while detecting ESM on Ubuntu sys (#799) (Salim Afiune)([dce2d18](https://github.com/lacework/go-sdk/commit/dce2d18ab0e88e1f106d69b352ac041ee7810221)) +## Other Changes +* chore(deps): bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 (#801) (dependabot[bot])([7665edd](https://github.com/lacework/go-sdk/commit/7665edd61c4365d0fc12ce363ba4ff94421f41f8)) +* chore(deps): bump github.com/hashicorp/terraform-exec (#773) (dependabot[bot])([a7915cc](https://github.com/lacework/go-sdk/commit/a7915cc74e2883fa048dff47e7b100a1e976358d)) +* chore(deps): bump github.com/abiosoft/colima from 0.4.1 to 0.4.2 (#795) (dependabot[bot])([6ea8ef3](https://github.com/lacework/go-sdk/commit/6ea8ef30b61474daba5b44fadd0efd06b6a6ccfe)) +* chore(deps): bump github.com/abiosoft/colima from 0.3.4 to 0.4.1 (#791) (dependabot[bot])([cf19e21](https://github.com/lacework/go-sdk/commit/cf19e21eebe9aa1d88dc179a221ee5e427b58e1b)) +* ci: version bump to v0.34.1-dev (Lacework)([8811c84](https://github.com/lacework/go-sdk/commit/8811c84d050aad00f250b35b47ee8422e1907156)) +* test: fix pipeline to check for low vulns (#805) (Salim Afiune)([233c24f](https://github.com/lacework/go-sdk/commit/233c24f372a913f61d64c509183c77323e376982)) +* test: disable file test since CI runs as root (#800) (Salim Afiune)([5b271c6](https://github.com/lacework/go-sdk/commit/5b271c671d058ebe9fc898ec785c5c750e167d65)) +--- # v0.34.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 10a618809..12cf97eaf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,16 +1,25 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.34.0`. +Another day, another release. These are the release notes for the version `v0.35.0`. ## Features -* feat: Add support for APIv2 CloudAccounts List (#784) (Ross)([563d1da](https://github.com/lacework/go-sdk/commit/563d1da63b7eae5f7e7691117787570d2d0e8cfc)) -* feat(cli): add gcp compliance report disable warning (#787) (Ross)([0cc3734](https://github.com/lacework/go-sdk/commit/0cc373442eff0bc970b10d5eabfde0296ba699a1)) -* feat(cli): add azure compliance report disable warning (#786) (Ross)([a028ecb](https://github.com/lacework/go-sdk/commit/a028ecb3b6a5a5e61f82464c9ef83226dd393227)) +* feat: show query start time in progress spinner (#798) (Darren)([2179616](https://github.com/lacework/go-sdk/commit/21796160c18f1c7acbf6ece7f2fbc8c3d5526ec0)) +* feat(api): Add S3BucketArn field to allow BYOB for AWS EKS Audit Log (#793) (Ross)([93dbb2d](https://github.com/lacework/go-sdk/commit/93dbb2d74f700fc7c536566c7130d8096ea3febc)) +* feat(cli): alert profiles command (#792) (Darren)([c0bc9a3](https://github.com/lacework/go-sdk/commit/c0bc9a3a694a7ae28f65c10f264dfff6e0042102)) +## Refactor +* refactor(cli): query run progress message (#804) (hazedav)([f64d461](https://github.com/lacework/go-sdk/commit/f64d461b0dc674473122ff29035323b9d5b29dbe)) +* refactor(cli): updated terminology for fail_on (#803) (hazedav)([f5b85f5](https://github.com/lacework/go-sdk/commit/f5b85f587f19ad656aef1095096d613cd5a328d8)) ## Bug Fixes -* fix(test): Fix TestCloudAccountsListByType unit test failure (#788) (Ross)([48fb4c7](https://github.com/lacework/go-sdk/commit/48fb4c78d6f2d47c353341c0d47978fcefa25651)) -* fix(api): add newResponse for function SearchAllPages (#770) (aircraft-cerier)([474a163](https://github.com/lacework/go-sdk/commit/474a16396b30d70b934a07839891436c3cef6643)) -* fix(cli): Remove Additional Cloudtrail/AuditLog options when Cloudtrail/AuditLog Integration is set to No (#782) (Ross)([c9d7f48](https://github.com/lacework/go-sdk/commit/c9d7f48572e028be691e7b984b52208681cfad5a)) +* fix: allow resource scope to be optional (#807) (Salim Afiune)([6e8e55c](https://github.com/lacework/go-sdk/commit/6e8e55cdd0d3e54b3a8b9d450b36f84e9ceff614)) +* fix(cli): Add MachineDetail tags (hazedav)([8cd1ea0](https://github.com/lacework/go-sdk/commit/8cd1ea0aebdee72d87d7e8faf2a7bae2cd87fe4c)) +* fix(cli): panic while detecting ESM on Ubuntu sys (#799) (Salim Afiune)([dce2d18](https://github.com/lacework/go-sdk/commit/dce2d18ab0e88e1f106d69b352ac041ee7810221)) ## Other Changes -* ci: version bump to v0.33.1-dev (Lacework)([3b3aacf](https://github.com/lacework/go-sdk/commit/3b3aacf9e8075d39532980b063e2083c9e0dc88a)) +* chore(deps): bump github.com/hashicorp/go-version from 1.4.0 to 1.5.0 (#801) (dependabot[bot])([7665edd](https://github.com/lacework/go-sdk/commit/7665edd61c4365d0fc12ce363ba4ff94421f41f8)) +* chore(deps): bump github.com/hashicorp/terraform-exec (#773) (dependabot[bot])([a7915cc](https://github.com/lacework/go-sdk/commit/a7915cc74e2883fa048dff47e7b100a1e976358d)) +* chore(deps): bump github.com/abiosoft/colima from 0.4.1 to 0.4.2 (#795) (dependabot[bot])([6ea8ef3](https://github.com/lacework/go-sdk/commit/6ea8ef30b61474daba5b44fadd0efd06b6a6ccfe)) +* chore(deps): bump github.com/abiosoft/colima from 0.3.4 to 0.4.1 (#791) (dependabot[bot])([cf19e21](https://github.com/lacework/go-sdk/commit/cf19e21eebe9aa1d88dc179a221ee5e427b58e1b)) +* ci: version bump to v0.34.1-dev (Lacework)([8811c84](https://github.com/lacework/go-sdk/commit/8811c84d050aad00f250b35b47ee8422e1907156)) +* test: fix pipeline to check for low vulns (#805) (Salim Afiune)([233c24f](https://github.com/lacework/go-sdk/commit/233c24f372a913f61d64c509183c77323e376982)) +* test: disable file test since CI runs as root (#800) (Salim Afiune)([5b271c6](https://github.com/lacework/go-sdk/commit/5b271c671d058ebe9fc898ec785c5c750e167d65)) ## Docker Images * `docker pull lacework/lacework-cli:latest` diff --git a/VERSION b/VERSION index 8ce1dad9e..4d8ac4d2e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.34.1-dev \ No newline at end of file +0.35.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 68be1c0d3..3089c03b0 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20220511181427 +// File generated at: 20220607125632 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.34.1-dev" +const Version = "0.35.0" diff --git a/cli/docs/lacework.md b/cli/docs/lacework.md index 084959ed3..c4e8bf258 100644 --- a/cli/docs/lacework.md +++ b/cli/docs/lacework.md @@ -43,6 +43,7 @@ This will prompt you for your Lacework account and a set of API access keys. * [lacework access-token](lacework_access-token.md) - Generate temporary API access tokens * [lacework account](lacework_account.md) - Manage accounts in an organization (org admins only) * [lacework agent](lacework_agent.md) - Manage Lacework agents +* [lacework alert-profile](lacework_alert-profile.md) - Manage alert profiles * [lacework alert-rule](lacework_alert-rule.md) - Manage alert rules * [lacework api](lacework_api.md) - Helper to call Lacework's API * [lacework cloud-account](lacework_cloud-account.md) - Manage cloud accounts