From 9a362c93067490826705ffca941592f56d9220b8 Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 30 Oct 2024 16:04:42 +0000 Subject: [PATCH] release: v1.55.0 Signed-off-by: Lacework --- CHANGELOG.md | 10 ++++++++++ RELEASE_NOTES.md | 11 ++++++----- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c845bc688..8752b1e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.55.0 + +## Features +* feat: Remove RGv1 logic. Add KUBERNETES to ResourceGroups (#1666) (Zeki Sherif)([2b0ffd41](https://github.com/lacework/go-sdk/commit/2b0ffd411c65cefc664fb43591f8be6a47c6e6a0)) +* feat: Upgrade aws config org version to 1.0 (#1662) (Lei Jin)([2de64a07](https://github.com/lacework/go-sdk/commit/2de64a0765d0abd72b47c91ffd04b67573a0b494)) +## Bug Fixes +* fix: Fix failed resource group tests (#1664) (Lei Jin)([cbebb620](https://github.com/lacework/go-sdk/commit/cbebb620edf3ef59327d417634772870092c4a43)) +## Other Changes +* ci: version bump to v1.54.1-dev (Lacework)([b47e0030](https://github.com/lacework/go-sdk/commit/b47e00301001fcea7edaf61637666971b36741e6)) +--- # v1.54.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a688fc711..a2ad7ad2f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,13 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.54.0`. +Another day, another release. These are the release notes for the version `v1.55.0`. ## Features -* feat: Add support for use random cloudtrail name (#1658) (Lei Jin)([97a45bcd](https://github.com/lacework/go-sdk/commit/97a45bcde3ec2948f3cd9f5c22358ee7346f442b)) +* feat: Remove RGv1 logic. Add KUBERNETES to ResourceGroups (#1666) (Zeki Sherif)([2b0ffd41](https://github.com/lacework/go-sdk/commit/2b0ffd411c65cefc664fb43591f8be6a47c6e6a0)) +* feat: Upgrade aws config org version to 1.0 (#1662) (Lei Jin)([2de64a07](https://github.com/lacework/go-sdk/commit/2de64a0765d0abd72b47c91ffd04b67573a0b494)) +## Bug Fixes +* fix: Fix failed resource group tests (#1664) (Lei Jin)([cbebb620](https://github.com/lacework/go-sdk/commit/cbebb620edf3ef59327d417634772870092c4a43)) ## 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)) +* ci: version bump to v1.54.1-dev (Lacework)([b47e0030](https://github.com/lacework/go-sdk/commit/b47e00301001fcea7edaf61637666971b36741e6)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 5e829c293..0704e8968 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.54.1-dev \ No newline at end of file +1.55.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 3720821db..80cf70035 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241017162419 +// File generated at: 20241030160437 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.54.1-dev" +const Version = "1.55.0"