diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e391063..8604dbc9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.33.0 + +## Features +* feat: CDK component install telemetry (#1384) (jonathan stewart)([1a787e0b](https://github.com/lacework/go-sdk/commit/1a787e0bf0984896b5e0c5c8bc956dd87f86cd9a)) +* feat(cli): add 'Expected Behavior' alert close reason (#1380) (Darren)([336c1b93](https://github.com/lacework/go-sdk/commit/336c1b93aa360ae16cf4dea32bdf791c03f01064)) +## Other Changes +* ci: version bump to v1.32.3-dev (Lacework)([fa0484ab](https://github.com/lacework/go-sdk/commit/fa0484ab9b5c93eba1e5d85ed4bb23a076d03ea9)) +* test: enable 'cloud_account' test for 'make integration-only' (#1381) (Darren)([bd278a08](https://github.com/lacework/go-sdk/commit/bd278a0818dac7e581debdb14a2a110c4b6337df)) +--- # v1.32.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6459a44bb..8344b5697 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,12 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.32.2`. +Another day, another release. These are the release notes for the version `v1.33.0`. -## Bug Fixes -* fix(GROW-2435): change alert source Gcp to GCP (#1378) (Pengyuan Zhao)([f657bad4](https://github.com/lacework/go-sdk/commit/f657bad476bab5453d4bd579e2c8f76ce405d462)) +## Features +* feat: CDK component install telemetry (#1384) (jonathan stewart)([1a787e0b](https://github.com/lacework/go-sdk/commit/1a787e0bf0984896b5e0c5c8bc956dd87f86cd9a)) +* feat(cli): add 'Expected Behavior' alert close reason (#1380) (Darren)([336c1b93](https://github.com/lacework/go-sdk/commit/336c1b93aa360ae16cf4dea32bdf791c03f01064)) ## Other Changes -* ci: version bump to v1.32.2-dev (Lacework)([8f1041c6](https://github.com/lacework/go-sdk/commit/8f1041c698d8b7036b1bd575605f6b1890d30ee1)) +* ci: version bump to v1.32.3-dev (Lacework)([fa0484ab](https://github.com/lacework/go-sdk/commit/fa0484ab9b5c93eba1e5d85ed4bb23a076d03ea9)) +* test: enable 'cloud_account' test for 'make integration-only' (#1381) (Darren)([bd278a08](https://github.com/lacework/go-sdk/commit/bd278a0818dac7e581debdb14a2a110c4b6337df)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index d9b69dd75..f0fed9186 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.32.3-dev \ No newline at end of file +1.33.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 91251268a..3d71424c2 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230913213319 +// File generated at: 20230925083636 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.32.3-dev" +const Version = "1.33.0" diff --git a/cli/docs/lacework_alert_close.md b/cli/docs/lacework_alert_close.md index f0d766f9f..35afaf512 100644 --- a/cli/docs/lacework_alert_close.md +++ b/cli/docs/lacework_alert_close.md @@ -19,7 +19,6 @@ The reason for closing the alert must be provided from the following options: * 2 - Not enough information * 3 - Malicious and have resolution in place * 4 - Expected because of routine testing. - * 5 - Expected Behavior. Reasons may be provided inline or via prompt.