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.39.0 #1449

Merged
merged 1 commit into from
Nov 14, 2023
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.39.0

## Features
* feat(PSP-1220): misc fixes in Azure Agentless cloud provider (#1447) (AoZhang)([fd1b026c](https://github.com/lacework/go-sdk/commit/fd1b026c3cb896e9df1e026d4246112b61d8f49d))
* feat: add org-cloudtrail to lw_generate (#1433) (Darren)([29935df4](https://github.com/lacework/go-sdk/commit/29935df410960aca3dde4b9458ecfe980cb98000))
## Other Changes
* ci: version bump to v1.38.1-dev (Lacework)([4185b657](https://github.com/lacework/go-sdk/commit/4185b65720477979c0b3a8c1c0c0abff9bd8ded6))
---
# v1.38.0

## Features
Expand Down
14 changes: 4 additions & 10 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release Notes
Another day, another release. These are the release notes for the version `v1.38.0`.
Another day, another release. These are the release notes for the version `v1.39.0`.

## Features
* feat(PSP-1220): add new cloud account type for Azure Agentless integration (#1443) (AoZhang)([1bea0128](https://github.com/lacework/go-sdk/commit/1bea012813e775ae22c76fa2dc0f8f42a0da16a6))
* feat: support Agentless origanization integration with auto snapshot (#1424) (Pengyuan Zhao)([6084c103](https://github.com/lacework/go-sdk/commit/6084c103c6c92d75b2a725c8e1a3961d5b01e51e))
* feat(Makefile): build CLI simpler & faster (Salim Afiune Maya)([d5969abb](https://github.com/lacework/go-sdk/commit/d5969abbff31168e7efb646bd1e58d86add46bf0))
## Bug Fixes
* fix(lwtime): fix issues related to daylight savings (#1444) (hazedav)([755a47af](https://github.com/lacework/go-sdk/commit/755a47afcaed1b50106a4ac46805ab9d3fbb5ed8))
* fix(component): List installed version instead of latest (Salim Afiune Maya)([d92b2af6](https://github.com/lacework/go-sdk/commit/d92b2af66009b6692f9bd3ddcb2f6f069d788eb6))
* feat(PSP-1220): misc fixes in Azure Agentless cloud provider (#1447) (AoZhang)([fd1b026c](https://github.com/lacework/go-sdk/commit/fd1b026c3cb896e9df1e026d4246112b61d8f49d))
* feat: add org-cloudtrail to lw_generate (#1433) (Darren)([29935df4](https://github.com/lacework/go-sdk/commit/29935df410960aca3dde4b9458ecfe980cb98000))
## Other Changes
* chore: Implement --aws_assume_role flag for CLI aws integration (#1434) (Pengyuan Zhao)([a6bcd7f9](https://github.com/lacework/go-sdk/commit/a6bcd7f98776725cc4a06af3a4933cb958801522))
* build(release): fix chocolately release action (#1440) (Timothy MacDonald)([554f9742](https://github.com/lacework/go-sdk/commit/554f97421b5c720317aae068628fa28f9e5d2613))
* ci: version bump to v1.37.1-dev (Lacework)([ad406eaf](https://github.com/lacework/go-sdk/commit/ad406eaf329eda76bec39da65adb97d6ceceec78))
* ci: version bump to v1.38.1-dev (Lacework)([4185b657](https://github.com/lacework/go-sdk/commit/4185b65720477979c0b3a8c1c0c0abff9bd8ded6))

## :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.38.1-dev
1.39.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_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ lacework generate cloud-account aws [flags]
--bucket_sse_key_arn string specify existing KMS encryption key arn for bucket
--cloudtrail enable cloudtrail integration
--cloudtrail_name string specify name of cloudtrail integration
--cloudtrail_org_account_mapping string Org account mapping json string. Example: '{"default_lacework_account":"main", "mapping": [{ "aws_accounts": ["123456789011"], "lacework_account": "sub-account-1"}]}'
--config enable config integration
--config_name string specify name of config integration
--consolidated_cloudtrail use consolidated trail
Expand Down