From 4879fffca15ba4890177c3f14bd01916599efd09 Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 17 Oct 2024 15:59:25 +0000 Subject: [PATCH] release: v1.54.0 Signed-off-by: Lacework --- CHANGELOG.md | 9 +++++++++ RELEASE_NOTES.md | 11 +++++------ VERSION | 2 +- api/version.go | 4 ++-- cli/docs/lacework.md | 1 + 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0aa4352b..c845bc688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 44623afd8..a688fc711 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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) ``` diff --git a/VERSION b/VERSION index b2829a2d4..415263744 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.53.1-dev \ No newline at end of file +1.54.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 031bb0a56..4ec0fe1fb 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240906162554 +// File generated at: 20241017155920 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.53.1-dev" +const Version = "1.54.0" diff --git a/cli/docs/lacework.md b/cli/docs/lacework.md index 5278b1991..60a2327e0 100644 --- a/cli/docs/lacework.md +++ b/cli/docs/lacework.md @@ -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