Skip to content

Commit

Permalink
release: v1.33.0 (#1385)
Browse files Browse the repository at this point in the history
Signed-off-by: Lacework <tech-ally@lacework.net>
  • Loading branch information
lacework-releng authored Sep 25, 2023
1 parent 1a787e0 commit f09ee5a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 6 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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)
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.32.3-dev
1.33.0
4 changes: 2 additions & 2 deletions api/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion cli/docs/lacework_alert_close.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f09ee5a

Please sign in to comment.