Skip to content

Commit

Permalink
release: v1.31.0 (#1372)
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 6, 2023
1 parent c54d98d commit 9d77235
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.31.0

## Features
* feat(cli): add lacework generate cloud-account oci subcommand (#1359) (Kolbeinn)([33722fdc](https://github.com/lacework/go-sdk/commit/33722fdc163f3f14fe6eeafa8f67c7cb142f0b80))
## Bug Fixes
* fix(api): fix alert rules source field (#1370) (Pengyuan Zhao)([c54d98d1](https://github.com/lacework/go-sdk/commit/c54d98d162c1b477d1e373e893e9c6226af45604))
## Other Changes
* chore: OCI test build tag (#1371) (jonathan stewart)([5f499c38](https://github.com/lacework/go-sdk/commit/5f499c38803e55178d2c33b2037a485e679ef6e3))
* ci: version bump to v1.30.3-dev (Lacework)([d957bdbc](https://github.com/lacework/go-sdk/commit/d957bdbc153b37d038f2aeff2daaebd00cd1db6a))
---
# v1.30.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,11 +1,13 @@
# Release Notes
Another day, another release. These are the release notes for the version `v1.30.2`.
Another day, another release. These are the release notes for the version `v1.31.0`.

## Features
* feat(cli): add lacework generate cloud-account oci subcommand (#1359) (Kolbeinn)([33722fdc](https://github.com/lacework/go-sdk/commit/33722fdc163f3f14fe6eeafa8f67c7cb142f0b80))
## Bug Fixes
* fix(cli): filter results from a vulnerability scan (#1367) (Salim Afiune)([aae53da6](https://github.com/lacework/go-sdk/commit/aae53da6b16a276a57ca6ee374c4f7f7e30d9e37))
* fix(api): fix alert rules source field (#1370) (Pengyuan Zhao)([c54d98d1](https://github.com/lacework/go-sdk/commit/c54d98d162c1b477d1e373e893e9c6226af45604))
## Other Changes
* ci: version bump to v1.30.2-dev (Lacework)([0bfee933](https://github.com/lacework/go-sdk/commit/0bfee9338cd8eea31920a0b728dacaf064c4a5be))
* test: add integration tests for container scan with fail on flags (#1366) (Pengyuan Zhao)([8771265e](https://github.com/lacework/go-sdk/commit/8771265e9abaf0a8c0aac35138dc4066eb2d1d6d))
* chore: OCI test build tag (#1371) (jonathan stewart)([5f499c38](https://github.com/lacework/go-sdk/commit/5f499c38803e55178d2c33b2037a485e679ef6e3))
* ci: version bump to v1.30.3-dev (Lacework)([d957bdbc](https://github.com/lacework/go-sdk/commit/d957bdbc153b37d038f2aeff2daaebd00cd1db6a))

## :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.30.3-dev
1.31.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: 1 addition & 0 deletions cli/docs/lacework_generate_cloud-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ Terraform and deploying Lacework into AWS, Azure, or GCP.
* [lacework generate cloud-account aws](lacework_generate_cloud-account_aws.md) - Generate and/or execute Terraform code for AWS integration
* [lacework generate cloud-account azure](lacework_generate_cloud-account_azure.md) - Generate and/or execute Terraform code for Azure integration
* [lacework generate cloud-account gcp](lacework_generate_cloud-account_gcp.md) - Generate and/or execute Terraform code for GCP integration
* [lacework generate cloud-account oci](lacework_generate_cloud-account_oci.md) - Generate and/or execute Terraform code for OCI integration

0 comments on commit 9d77235

Please sign in to comment.