From 8d7da42bf54c8b3e07166fcc47870fec2373b66e Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 28 Feb 2024 20:43:34 +0000 Subject: [PATCH] release: v1.46.2 Signed-off-by: Lacework --- CHANGELOG.md | 10 ++++++++++ RELEASE_NOTES.md | 9 ++++++--- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e5426b8..3920a9a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.46.2 + +## Bug Fixes +* fix: component windows extension (#1567) (jonathan stewart)([851f7c1f](https://github.com/lacework/go-sdk/commit/851f7c1fff170bb73aff1fc61c68efe9dddc6d7e)) +## Other Changes +* ci: integration tests pipeline improvements (#1564) (Pengyuan Zhao)([9019e414](https://github.com/lacework/go-sdk/commit/9019e414084d6c2831614513859f8de4083fcc13)) +* ci: fixes on release.yml and test-build.yml (#1559) (Pengyuan Zhao)([2dd6d677](https://github.com/lacework/go-sdk/commit/2dd6d677ebe12bae6a319ad3f27c7feab5f3c784)) +* ci: version bump to v1.46.2-dev (Lacework)([7527cf87](https://github.com/lacework/go-sdk/commit/7527cf87a05be7e5dad4afef212ec255eeeb4e1b)) +* ci: version bump to v1.46.2-dev (Lacework)([c2ba68c5](https://github.com/lacework/go-sdk/commit/c2ba68c575238a27c07c74ac0ea7d513fecfdbdb)) +--- # v1.46.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d588e1cea..3315fef2a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,13 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.46.1`. +Another day, another release. These are the release notes for the version `v1.46.2`. ## Bug Fixes -* fix: cdk v3 feature flag (#1560) (jonathan stewart)([57876bc7](https://github.com/lacework/go-sdk/commit/57876bc7514bbcbc27f37237dba7b1843762c5f7)) +* fix: component windows extension (#1567) (jonathan stewart)([851f7c1f](https://github.com/lacework/go-sdk/commit/851f7c1fff170bb73aff1fc61c68efe9dddc6d7e)) ## Other Changes -* ci: version bump to v1.46.1-dev (Lacework)([0956d323](https://github.com/lacework/go-sdk/commit/0956d3236c2b7ca0ff52121133ad2fff8cae0ece)) +* ci: integration tests pipeline improvements (#1564) (Pengyuan Zhao)([9019e414](https://github.com/lacework/go-sdk/commit/9019e414084d6c2831614513859f8de4083fcc13)) +* ci: fixes on release.yml and test-build.yml (#1559) (Pengyuan Zhao)([2dd6d677](https://github.com/lacework/go-sdk/commit/2dd6d677ebe12bae6a319ad3f27c7feab5f3c784)) +* ci: version bump to v1.46.2-dev (Lacework)([7527cf87](https://github.com/lacework/go-sdk/commit/7527cf87a05be7e5dad4afef212ec255eeeb4e1b)) +* ci: version bump to v1.46.2-dev (Lacework)([c2ba68c5](https://github.com/lacework/go-sdk/commit/c2ba68c575238a27c07c74ac0ea7d513fecfdbdb)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 9daa63d2d..be9e937a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.46.2-dev \ No newline at end of file +1.46.2 \ No newline at end of file diff --git a/api/version.go b/api/version.go index ede166390..3453833d5 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240223203634 +// File generated at: 20240228204328 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.46.2-dev" +const Version = "1.46.2"