From 06e6502dccdd2fb0549b67ce1a730180e2d10c96 Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 13 Sep 2023 13:12:09 +0000 Subject: [PATCH] release: v1.32.1 Signed-off-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 9 +++++---- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da3b56a1b..1c68d2845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.32.1 + +## Bug Fixes +* fix(api): change alert_source Aws to AWS (#1376) (Pengyuan Zhao)([cb80cb15](https://github.com/lacework/go-sdk/commit/cb80cb1507a4279074f99a3bc4f4a11573b3fc9c)) +* fix(COD-1559): Failures in Lacework CLI update checking (#1375) (Linpeng Zhang)([29dc321c](https://github.com/lacework/go-sdk/commit/29dc321c54eed15bcc86629a45fbfbe20a4488af)) +## Other Changes +* ci: version bump to v1.32.1-dev (Lacework)([e65e720d](https://github.com/lacework/go-sdk/commit/e65e720d06317453be49100fdc8c4d635396d543)) +--- # v1.32.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9698c0b4f..4af7143b6 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 `v1.32.0`. +Another day, another release. These are the release notes for the version `v1.32.1`. -## Features -* feat(cli): add CLI command to support migration (#1369) (Manan Bhatia)([8d3ed7f2](https://github.com/lacework/go-sdk/commit/8d3ed7f2023a94958ea458d6dccbf6dc5573ee7b)) +## Bug Fixes +* fix(api): change alert_source Aws to AWS (#1376) (Pengyuan Zhao)([cb80cb15](https://github.com/lacework/go-sdk/commit/cb80cb1507a4279074f99a3bc4f4a11573b3fc9c)) +* fix(COD-1559): Failures in Lacework CLI update checking (#1375) (Linpeng Zhang)([29dc321c](https://github.com/lacework/go-sdk/commit/29dc321c54eed15bcc86629a45fbfbe20a4488af)) ## Other Changes -* ci: version bump to v1.31.1-dev (Lacework)([b480a52b](https://github.com/lacework/go-sdk/commit/b480a52bb59bd4720554a33215a1c63d857508d6)) +* ci: version bump to v1.32.1-dev (Lacework)([e65e720d](https://github.com/lacework/go-sdk/commit/e65e720d06317453be49100fdc8c4d635396d543)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index f1413cbac..925bfd9b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.32.1-dev \ No newline at end of file +1.32.1 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 7641b4012..ac9e9db63 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230908153600 +// File generated at: 20230913131203 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.32.1-dev" +const Version = "1.32.1"