Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.54.0 #1661

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v1.54.0

## Features
* feat: Add support for use random cloudtrail name (#1658) (Lei Jin)([97a45bcd](https://github.com/lacework/go-sdk/commit/97a45bcde3ec2948f3cd9f5c22358ee7346f442b))
## Other Changes
* chore: show component command in lacework --help (#1660) (Pengyuan Zhao)([6db317d9](https://github.com/lacework/go-sdk/commit/6db317d99f23f20aaeb130e98fba7b3a87e26edd))
* chore(GROW-2960): support access keys for AWS Agentless multiple scanning regions (#1659) (Pengyuan Zhao)([2d7d669d](https://github.com/lacework/go-sdk/commit/2d7d669d768c45f963d5153d8d9982fde450e4e7))
* ci: version bump to v1.53.1-dev (Lacework)([a3da143f](https://github.com/lacework/go-sdk/commit/a3da143f29e939159df09c3c7417ed602c6d38e5))
---
# v1.53.0

## Features
Expand Down
11 changes: 5 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Release Notes
Another day, another release. These are the release notes for the version `v1.53.0`.
Another day, another release. These are the release notes for the version `v1.54.0`.

## Features
* feat: Support bucket encryption for existing cloudtrail (#1653) (Lei Jin)([86ef42a3](https://github.com/lacework/go-sdk/commit/86ef42a3cd5a8ecf5e4f04ec44aa7a48c5c56036))
* feat(cli): CLI guided config support for creating Azure AD integration (#1628) (Manan Bhatia)([e5ecd21e](https://github.com/lacework/go-sdk/commit/e5ecd21efc4fd62a0d7899feb51398a35bbb60ee))
## Bug Fixes
* fix: Increase API timeout to 120 seconds (#1655) (Lei Jin)([a363439c](https://github.com/lacework/go-sdk/commit/a363439c7f7899c9086694a9fb8aadbb2ece92b4))
* feat: Add support for use random cloudtrail name (#1658) (Lei Jin)([97a45bcd](https://github.com/lacework/go-sdk/commit/97a45bcde3ec2948f3cd9f5c22358ee7346f442b))
## Other Changes
* ci: version bump to v1.52.1-dev (Lacework)([d25c70d7](https://github.com/lacework/go-sdk/commit/d25c70d7fd62de5045423cbee3b83be8e4db0009))
* chore: show component command in lacework --help (#1660) (Pengyuan Zhao)([6db317d9](https://github.com/lacework/go-sdk/commit/6db317d99f23f20aaeb130e98fba7b3a87e26edd))
* chore(GROW-2960): support access keys for AWS Agentless multiple scanning regions (#1659) (Pengyuan Zhao)([2d7d669d](https://github.com/lacework/go-sdk/commit/2d7d669d768c45f963d5153d8d9982fde450e4e7))
* ci: version bump to v1.53.1-dev (Lacework)([a3da143f](https://github.com/lacework/go-sdk/commit/a3da143f29e939159df09c3c7417ed602c6d38e5))

## :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.53.1-dev
1.54.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.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This will prompt you for your Lacework account and a set of API access keys.
* [lacework api](lacework_api.md) - Helper to call Lacework's API
* [lacework cloud-account](lacework_cloud-account.md) - Manage cloud accounts
* [lacework compliance](lacework_compliance.md) - Manage compliance reports
* [lacework component](lacework_component.md) - Manage components
* [lacework configure](lacework_configure.md) - Configure the Lacework CLI
* [lacework container-registry](lacework_container-registry.md) - Manage container registries
* [lacework generate](lacework_generate.md) - Generate code to onboard your account
Expand Down
Loading