From 949087653fdd98781114c1b0ef5a92ed729b4921 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Wed, 11 May 2022 19:05:03 +0100 Subject: [PATCH] release: v0.34.0 (#789) Signed-off-by: Lacework --- CHANGELOG.md | 13 +++++++++++++ RELEASE_NOTES.md | 12 ++++++++---- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e28cbd2..cefa55943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v0.34.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)) +## 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)) +## Other Changes +* ci: version bump to v0.33.1-dev (Lacework)([3b3aacf](https://github.com/lacework/go-sdk/commit/3b3aacf9e8075d39532980b063e2083c9e0dc88a)) +--- # v0.33.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 38adf829e..10a618809 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,16 @@ # Release Notes -Another day, another release. These are the release notes for the version `v0.33.0`. +Another day, another release. These are the release notes for the version `v0.34.0`. ## Features -* feat(cli): add compliance report disable warning (#778) (hazedav)([ae2ffb7](https://github.com/lacework/go-sdk/commit/ae2ffb7cb065b9be2c9dee33985deed0ac7f7e20)) +* 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)) ## Bug Fixes -* fix(cli): Remove aws profile "default" (#777) (Ross)([e47ea55](https://github.com/lacework/go-sdk/commit/e47ea553fce260597d8262288c18d7d913422473)) +* 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)) ## Other Changes -* ci: version bump to v0.32.1-dev (Lacework)([209ec0a](https://github.com/lacework/go-sdk/commit/209ec0ac86cac33b8ecab6998da9b09e10b96b12)) +* ci: version bump to v0.33.1-dev (Lacework)([3b3aacf](https://github.com/lacework/go-sdk/commit/3b3aacf9e8075d39532980b063e2083c9e0dc88a)) ## Docker Images * `docker pull lacework/lacework-cli:latest` diff --git a/VERSION b/VERSION index ddbfb5351..75544d772 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.33.1-dev \ No newline at end of file +0.34.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 9e0f5e5e1..82f90a4e2 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20220425215214 +// File generated at: 20220511161959 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.33.1-dev" +const Version = "0.34.0"