From 2e6a9e4cd89646a8f7321f9f657ffbb44869c60d Mon Sep 17 00:00:00 2001 From: Lacework Date: Tue, 21 Nov 2023 17:03:49 +0000 Subject: [PATCH] release: v1.40.2 Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 8 ++++---- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a6791b3..e9a4b95bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.40.2 + +## Bug Fixes +* fix: component won't install (#1459) (Timothy MacDonald)([f2fe8ac5](https://github.com/lacework/go-sdk/commit/f2fe8ac5b08dd08b4c49dabba5672f343b5fec09)) +## Other Changes +* ci: version bump to v1.40.2-dev (Lacework)([93b4576a](https://github.com/lacework/go-sdk/commit/93b4576acca7baf0cbff540bef34a48df5900cb2)) +--- # v1.40.1 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4d403fc3f..19d20104b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.40.1`. +Another day, another release. These are the release notes for the version `v1.40.2`. +## Bug Fixes +* fix: component won't install (#1459) (Timothy MacDonald)([f2fe8ac5](https://github.com/lacework/go-sdk/commit/f2fe8ac5b08dd08b4c49dabba5672f343b5fec09)) ## Other Changes -* chore: make agentless_monitored_accounts optional (#1455) (Pengyuan Zhao)([77acebea](https://github.com/lacework/go-sdk/commit/77acebea58fcd20620d18e1d1b10e622bb0e13f3)) -* chore: remove iam role attributes from CloudTrail if Config org enabled (#1456) (Pengyuan Zhao)([cbbcb1fa](https://github.com/lacework/go-sdk/commit/cbbcb1fad48c90150b5c9a78fed7ea43048fa98c)) -* ci: version bump to v1.40.1-dev (Lacework)([6f7ced59](https://github.com/lacework/go-sdk/commit/6f7ced590289d63772649324d379e86056ffe455)) +* ci: version bump to v1.40.2-dev (Lacework)([93b4576a](https://github.com/lacework/go-sdk/commit/93b4576acca7baf0cbff540bef34a48df5900cb2)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index cc868f2a7..b25d7c72e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.40.2-dev \ No newline at end of file +1.40.2 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 873f0c005..3c267bf47 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20231118003154 +// File generated at: 20231121170337 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.40.2-dev" +const Version = "1.40.2"