Skip to content

Commit 07cdab5

Browse files
release: v1.24.1 (#1301)
Signed-off-by: Lacework <[email protected]>
1 parent 6317e03 commit 07cdab5

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v1.24.1
2+
3+
## Refactor
4+
* refactor(api): remove access to API v1 + default to v2 (Salim Afiune Maya)([0b1c4dc3](https://github.com/lacework/go-sdk/commit/0b1c4dc335611013208ba8ca4113b4edf9cc4624))
5+
## Other Changes
6+
* chore(api): no-op WithApiV2() to avoid breaking changes (Salim Afiune Maya)([3d3aff47](https://github.com/lacework/go-sdk/commit/3d3aff4759666b70a8e8d1828c1737f361e0e6e7))
7+
* chore(lwgenerate): pin TF modules with force_destroy enabled (Salim Afiune Maya)([aafcf3a3](https://github.com/lacework/go-sdk/commit/aafcf3a33e3368adbb4da34ed445a80756e73953))
8+
* chore(lwgenerate): deprecate force_destroy flags (Salim Afiune Maya)([cb776330](https://github.com/lacework/go-sdk/commit/cb776330e746033639074c4dea07d4ef66b02478))
9+
* ci: version bump to v1.24.1-dev (Lacework)([3a7c0d41](https://github.com/lacework/go-sdk/commit/3a7c0d41b0804bae95598e2a3584637ade19e883))
10+
---
111
# v1.24.0
212

313
## Features

RELEASE_NOTES.md

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

4-
## Features
5-
* feat(cli): cloud-account: oci integration (#1296) (Kolbeinn)([7713de1d](https://github.com/lacework/go-sdk/commit/7713de1dd7c92476b153085fb0f9b4e7f8fa4d96))
6-
* feat(api): Support OCI cloud accounts (#1295) (Kolbeinn)([670811cd](https://github.com/lacework/go-sdk/commit/670811cdac84f989fdf1427e238d0e533a2243f2))
4+
## Refactor
5+
* refactor(api): remove access to API v1 + default to v2 (Salim Afiune Maya)([0b1c4dc3](https://github.com/lacework/go-sdk/commit/0b1c4dc335611013208ba8ca4113b4edf9cc4624))
76
## Other Changes
8-
* ci: version bump to v1.21.1-dev (#1294) (Darren)([a17d90a5](https://github.com/lacework/go-sdk/commit/a17d90a534023f481a97ffc99c3d7fee81750a2f))
9-
* ci: version bump to v1.21.1-dev (#1293) (Darren)([a047887f](https://github.com/lacework/go-sdk/commit/a047887f3ed86c8506728b81bf785de8ea1263f1))
7+
* chore(api): no-op WithApiV2() to avoid breaking changes (Salim Afiune Maya)([3d3aff47](https://github.com/lacework/go-sdk/commit/3d3aff4759666b70a8e8d1828c1737f361e0e6e7))
8+
* chore(lwgenerate): pin TF modules with force_destroy enabled (Salim Afiune Maya)([aafcf3a3](https://github.com/lacework/go-sdk/commit/aafcf3a33e3368adbb4da34ed445a80756e73953))
9+
* chore(lwgenerate): deprecate force_destroy flags (Salim Afiune Maya)([cb776330](https://github.com/lacework/go-sdk/commit/cb776330e746033639074c4dea07d4ef66b02478))
10+
* ci: version bump to v1.24.1-dev (Lacework)([3a7c0d41](https://github.com/lacework/go-sdk/commit/3a7c0d41b0804bae95598e2a3584637ade19e883))
1011

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

VERSION

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

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_aws.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ lacework generate cloud-account aws [flags]
5252
--existing_iam_role_externalid string specify existing iam role external_id to use
5353
--existing_iam_role_name string specify existing iam role name to use
5454
--existing_sns_topic_arn string specify existing SNS topic arn
55-
--force_destroy_s3 enable force destroy S3 bucket
5655
-h, --help help for aws
5756
--lacework_aws_account_id string the Lacework AWS root account id
5857
--output string location to write generated content (default is ~/lacework/aws)

cli/docs/lacework_generate_cloud-account_gcp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ lacework generate cloud-account gcp [flags]
4444
--configuration_integration_name string specify a custom configuration integration name
4545
--custom_bucket_name string override prefix based storage bucket name generation with a custom name
4646
--custom_filter string Audit Log filter which supersedes all other filter options when defined
47-
--enable_force_destroy_bucket enable force bucket destroy
4847
--enable_ubla enable universal bucket level access(ubla) (default true)
4948
--existing_bucket_name string specify existing bucket name
5049
--existing_service_account_name string specify existing service account name

0 commit comments

Comments
 (0)