From a49e85f504b3b01e261fa84fdfcb327c706a5320 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:15:14 -0400 Subject: [PATCH] release: v1.53.0 (#1656) Signed-off-by: Lacework --- CHANGELOG.md | 10 ++++++++++ RELEASE_NOTES.md | 13 +++++-------- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f7fb091..f0aa4352b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.53.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)) +## Other Changes +* ci: version bump to v1.52.1-dev (Lacework)([d25c70d7](https://github.com/lacework/go-sdk/commit/d25c70d7fd62de5045423cbee3b83be8e4db0009)) +--- # v1.52.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c80a41a35..44623afd8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,16 +1,13 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.52.0`. +Another day, another release. These are the release notes for the version `v1.53.0`. ## Features -* feat(GROW-2949): Provide organization_id for project level agentless integration (#1648) (Lei Jin)([152359d3](https://github.com/lacework/go-sdk/commit/152359d3ee25effd49e301f1d1db0d77a4f7aa97)) +* 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(GROW-2950): disable use of gcp storage audit from generate (#1643) (Matt Cadorette)([5edd4cad](https://github.com/lacework/go-sdk/commit/5edd4cad417dacd13400e5e40ffed6d87601604f)) -* fix: vuln integration test host id (#1645) (Matt Cadorette)([3cfc4caa](https://github.com/lacework/go-sdk/commit/3cfc4caa32711d45e75724e35786b7fc26a59e16)) +* fix: Increase API timeout to 120 seconds (#1655) (Lei Jin)([a363439c](https://github.com/lacework/go-sdk/commit/a363439c7f7899c9086694a9fb8aadbb2ece92b4)) ## Other Changes -* chore: Add uuid for resource group tests (#1651) (Lei Jin)([cbe5213a](https://github.com/lacework/go-sdk/commit/cbe5213a1685dc93be2c5c6e20caf8a89a3830f7)) -* chore(GROW-2952): update codeowners (#1647) (Matt Cadorette)([889c40ae](https://github.com/lacework/go-sdk/commit/889c40aee2f816c2d45815ac679d71c3a2d085ba)) -* chore(RAIN-93468): Remove use of the queryLanguage query property (#1638) (gspofford-lw)([eb8d5c1f](https://github.com/lacework/go-sdk/commit/eb8d5c1f466d10e6a40612094c145e18ab7bc372)) -* ci: version bump to v1.51.1-dev (Lacework)([31adf212](https://github.com/lacework/go-sdk/commit/31adf212216ef685d7b8d2237921d010e2b977ce)) +* ci: version bump to v1.52.1-dev (Lacework)([d25c70d7](https://github.com/lacework/go-sdk/commit/d25c70d7fd62de5045423cbee3b83be8e4db0009)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index ae94500a6..b49ff684d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.52.1-dev \ No newline at end of file +1.53.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index ab028d58a..aadea1c16 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240718162351 +// File generated at: 20240906153709 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.52.1-dev" +const Version = "1.53.0"