From bc2987f7419b1b6d5e9c9c78c52025bbb6cdf731 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Thu, 13 Jul 2023 05:41:58 -0700 Subject: [PATCH] release: v1.27.2 (#1326) Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 9 ++++----- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224c410d2..89f09731e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.27.2 + +## Bug Fixes +* fix(cli): remove storage info attributes for Azure (#1324) (Pengyuan Zhao)([c25e83ac](https://github.com/lacework/go-sdk/commit/c25e83ac972c4f0c9f17cccd169ba27254f50c48)) +## Other Changes +* chore(GROW-2289): Update AWS region regex (#1325) (jonathan stewart)([0269d026](https://github.com/lacework/go-sdk/commit/0269d02614dcd9f4194b950fa2377e764f86f463)) +* ci: version bump to v1.27.2-dev (Lacework)([45a0fe15](https://github.com/lacework/go-sdk/commit/45a0fe15c17f304edb41b8bf8729196851b87715)) +--- # v1.27.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2a5f881bf..db613b631 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,11 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.27.1`. +Another day, another release. These are the release notes for the version `v1.27.2`. ## Bug Fixes -* fix(cli): compliance get-report blank CSV output (#1321) (Salim Afiune)([62a57dca](https://github.com/lacework/go-sdk/commit/62a57dcae041c736d5f164a3d4a80bdfb8b63a40)) +* fix(cli): remove storage info attributes for Azure (#1324) (Pengyuan Zhao)([c25e83ac](https://github.com/lacework/go-sdk/commit/c25e83ac972c4f0c9f17cccd169ba27254f50c48)) ## Other Changes -* chore(deps): bump github.com/kyokomi/emoji/v2 from 2.2.10 to 2.2.12 (#1320) (dependabot[bot])([f950786d](https://github.com/lacework/go-sdk/commit/f950786d8dd079090753ebda3d1ba71c7e071726)) -* chore(deps): bump golang.org/x/text from 0.7.0 to 0.11.0 (#1318) (dependabot[bot])([e7463c35](https://github.com/lacework/go-sdk/commit/e7463c35b9b87cee7c15de985cf9dc31fb929487)) -* ci: version bump to v1.27.1-dev (Lacework)([62242415](https://github.com/lacework/go-sdk/commit/6224241512abb3f49d7e93ee381b798042e0398a)) +* chore(GROW-2289): Update AWS region regex (#1325) (jonathan stewart)([0269d026](https://github.com/lacework/go-sdk/commit/0269d02614dcd9f4194b950fa2377e764f86f463)) +* ci: version bump to v1.27.2-dev (Lacework)([45a0fe15](https://github.com/lacework/go-sdk/commit/45a0fe15c17f304edb41b8bf8729196851b87715)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 33ae36989..5a4d22ef4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.2-dev \ No newline at end of file +1.27.2 \ No newline at end of file diff --git a/api/version.go b/api/version.go index ffa4fd2c7..cb0348e58 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230713004056 +// File generated at: 20230713123939 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.27.2-dev" +const Version = "1.27.2"