Skip to content

Commit 2bd0bdc

Browse files
release: v1.44.0 (#1509)
Signed-off-by: Lacework <[email protected]>
1 parent ef79ab8 commit 2bd0bdc

File tree

5 files changed

+24
-10
lines changed

5 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v1.44.0
2+
3+
## Features
4+
* feat: add Agentless support in generate command (#1500) (Pengyuan Zhao)([45431188](https://github.com/lacework/go-sdk/commit/454311889b29796ee6f98b5aa1c0d3b78f1f479b))
5+
## Refactor
6+
* refactor: dev honeycomb events to use lacework api (#1501) (Darren)([7288cde9](https://github.com/lacework/go-sdk/commit/7288cde91f5971402e5044c1eeb93115acec1154))
7+
## Other Changes
8+
* chore(lwgenerate): enable eks provider configuration (#1499) (Matt Cadorette)([d854288e](https://github.com/lacework/go-sdk/commit/d854288e58ae8adeffe809f5499bcdd684f815c8))
9+
* ci: fix policy_exceptions_test.go (#1506) (Pengyuan Zhao)([dbc2149e](https://github.com/lacework/go-sdk/commit/dbc2149e67f448b0be5a7e87d7a9c90aaaab29f4))
10+
* ci: version bump to v1.43.1-dev (Lacework)([39de61e2](https://github.com/lacework/go-sdk/commit/39de61e219c8546994ee3ab7c057603faf42343c))
11+
---
112
# v1.43.0
213

314
## Features

RELEASE_NOTES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Release Notes
2-
Another day, another release. These are the release notes for the version `v1.43.0`.
2+
Another day, another release. These are the release notes for the version `v1.44.0`.
33

44
## Features
5-
* feat(cdk): expose cache to components (#1441) (Matt Cadorette)([af026bbf](https://github.com/lacework/go-sdk/commit/af026bbff7d214c4ac053dc1c9c521e97d368015))
6-
## Bug Fixes
7-
* fix: provide guidance after failed terraform execution (#1494) (Matt Cadorette)([752aa5e6](https://github.com/lacework/go-sdk/commit/752aa5e623eb1c5824273296f7d6fcd8a7284ec0))
8-
## Documentation Updates
9-
* docs(cli): declare --apply and --output on lacework generate (#1493) (Pengyuan Zhao)([4dd94cc3](https://github.com/lacework/go-sdk/commit/4dd94cc30aa85f2a17e705187654338a687daa79))
5+
* feat: add Agentless support in generate command (#1500) (Pengyuan Zhao)([45431188](https://github.com/lacework/go-sdk/commit/454311889b29796ee6f98b5aa1c0d3b78f1f479b))
6+
## Refactor
7+
* refactor: dev honeycomb events to use lacework api (#1501) (Darren)([7288cde9](https://github.com/lacework/go-sdk/commit/7288cde91f5971402e5044c1eeb93115acec1154))
108
## Other Changes
11-
* ci: version bump to v1.42.1-dev (Lacework)([5b898f7d](https://github.com/lacework/go-sdk/commit/5b898f7def386437054d78ed328830f64dfba1d2))
9+
* chore(lwgenerate): enable eks provider configuration (#1499) (Matt Cadorette)([d854288e](https://github.com/lacework/go-sdk/commit/d854288e58ae8adeffe809f5499bcdd684f815c8))
10+
* ci: fix policy_exceptions_test.go (#1506) (Pengyuan Zhao)([dbc2149e](https://github.com/lacework/go-sdk/commit/dbc2149e67f448b0be5a7e87d7a9c90aaaab29f4))
11+
* ci: version bump to v1.43.1-dev (Lacework)([39de61e2](https://github.com/lacework/go-sdk/commit/39de61e219c8546994ee3ab7c057603faf42343c))
1212

1313
## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli)
1414
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.43.1-dev
1+
1.44.0

api/version.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/docs/lacework_generate_cloud-account_gcp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ lacework generate cloud-account gcp [flags]
3737
### Options
3838

3939
```
40+
--agentless enable agentless integration
4041
--apply run terraform apply without executing plan or prompting
4142
--audit_log enable audit log integration
4243
--audit_log_integration_name string specify a custom audit log integration name
@@ -61,8 +62,10 @@ lacework generate cloud-account gcp [flags]
6162
--organization_integration enable organization integration
6263
--output string location to write generated content (default is ~/lacework/gcp)
6364
--prefix string prefix that will be used at the beginning of every generated resource
65+
--project_filter_list strings List of GCP project IDs to monitor for Agentless integration
6466
--project_id string specify the project id to be used to provision lacework resources (required)
6567
--projects strings list of project IDs to integrate with (project-level integrations)
68+
--regions strings List of GCP regions to deploy for Agentless integration
6669
--service_account_credentials string specify service account credentials JSON file path (leave blank to make use of google credential ENV vars)
6770
--use_pub_sub use pub/sub for the audit log data rather than bucket
6871
--wait_time string amount of time to wait before the next resource is provisioned

0 commit comments

Comments
 (0)