From 505540c7dc79e8ff01219bdac8eb6073f0a70259 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:43:58 -0700 Subject: [PATCH] release: v2.1.0 (#1669) Signed-off-by: Lacework --- CHANGELOG.md | 11 +++++++++++ RELEASE_NOTES.md | 3 ++- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8752b1e7f..f37b43415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v2.1.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 +* chore: Update VERSION (#1668) (Lei Jin)([f27ba951](https://github.com/lacework/go-sdk/commit/f27ba9517cd66e8fbc5de1e5f46be7af78661704)) +* ci: version bump to v1.54.1-dev (Lacework)([b47e0030](https://github.com/lacework/go-sdk/commit/b47e00301001fcea7edaf61637666971b36741e6)) +--- # v1.55.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a2ad7ad2f..3e0dcfa9c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,5 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.55.0`. +Another day, another release. These are the release notes for the version `v2.1.0`. ## Features * feat: Remove RGv1 logic. Add KUBERNETES to ResourceGroups (#1666) (Zeki Sherif)([2b0ffd41](https://github.com/lacework/go-sdk/commit/2b0ffd411c65cefc664fb43591f8be6a47c6e6a0)) @@ -7,6 +7,7 @@ Another day, another release. These are the release notes for the version `v1.55 ## Bug Fixes * fix: Fix failed resource group tests (#1664) (Lei Jin)([cbebb620](https://github.com/lacework/go-sdk/commit/cbebb620edf3ef59327d417634772870092c4a43)) ## Other Changes +* chore: Update VERSION (#1668) (Lei Jin)([f27ba951](https://github.com/lacework/go-sdk/commit/f27ba9517cd66e8fbc5de1e5f46be7af78661704)) * 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 d72f26267..50aea0e7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-dev +2.1.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 6f776b22d..901bf3954 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241030163145 +// File generated at: 20241030170309 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "2.0.0-dev" +const Version = "2.1.0"