From 944791cc962c1eb3f3bd48a1ec8123d882148841 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:20:21 -0800 Subject: [PATCH] release: v2.1.3 (#1679) Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 7 ++++--- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14724ee21..ff0b8a037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.1.3 + +## Bug Fixes +* fix: bump lacework provider version to 2.0 (#1678) (Pengyuan Zhao)([a4fd71b5](https://github.com/lacework/go-sdk/commit/a4fd71b5e0139190eb6d5a897d10eea63582d851)) +* fix: Add credentials to control tower accounts (#1675) (Lei Jin)([3e1885d0](https://github.com/lacework/go-sdk/commit/3e1885d0c01af8dc0ad9634ff83c0d31d7f207ff)) +## Other Changes +* ci: version bump to v2.1.3-dev (Lacework)([33d32ada](https://github.com/lacework/go-sdk/commit/33d32ada65a4fb396944664e595f69320c5845fe)) +--- # v2.1.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 95e8de89c..a6c3d3993 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,11 @@ # Release Notes -Another day, another release. These are the release notes for the version `v2.1.2`. +Another day, another release. These are the release notes for the version `v2.1.3`. ## Bug Fixes -* fix: Fix casing during reading of resource group (#1673) (Zeki Sherif)([1167cb9c](https://github.com/lacework/go-sdk/commit/1167cb9ceb659f5d3c60dfba35cd0c8618d2c5ae)) +* fix: bump lacework provider version to 2.0 (#1678) (Pengyuan Zhao)([a4fd71b5](https://github.com/lacework/go-sdk/commit/a4fd71b5e0139190eb6d5a897d10eea63582d851)) +* fix: Add credentials to control tower accounts (#1675) (Lei Jin)([3e1885d0](https://github.com/lacework/go-sdk/commit/3e1885d0c01af8dc0ad9634ff83c0d31d7f207ff)) ## Other Changes -* ci: version bump to v2.1.2-dev (Lacework)([a8f6ca1e](https://github.com/lacework/go-sdk/commit/a8f6ca1e74af412daedfb90f1086619a1bc2670b)) +* ci: version bump to v2.1.3-dev (Lacework)([33d32ada](https://github.com/lacework/go-sdk/commit/33d32ada65a4fb396944664e595f69320c5845fe)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 3b9d06de9..abae0d9a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3-dev \ No newline at end of file +2.1.3 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 871c406e3..af1298236 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241101192252 +// File generated at: 20241113181000 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "2.1.3-dev" +const Version = "2.1.3"