From 8b7feb3a1c55b2f9c67d6df29f48747053200203 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:13:08 -0800 Subject: [PATCH] release: v1.46.1 (#1562) Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 16 +++------------- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d101f27b..53e5426b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.46.1 + +## Bug Fixes +* fix: cdk v3 feature flag (#1560) (jonathan stewart)([57876bc7](https://github.com/lacework/go-sdk/commit/57876bc7514bbcbc27f37237dba7b1843762c5f7)) +## Other Changes +* ci: version bump to v1.46.1-dev (Lacework)([0956d323](https://github.com/lacework/go-sdk/commit/0956d3236c2b7ca0ff52121133ad2fff8cae0ece)) +--- # v1.46.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d3eabddde..d588e1cea 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,20 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.46.0`. +Another day, another release. These are the release notes for the version `v1.46.1`. -## Features -* feat: CDK v2 feature flag (#1548) (jonathan stewart)([e5d3a91c](https://github.com/lacework/go-sdk/commit/e5d3a91c8b909436ba8f21d9fd8b786adae952b8)) ## Bug Fixes -* fix: lint error (#1550) (jonathan stewart)([ebadce06](https://github.com/lacework/go-sdk/commit/ebadce065a0af89afc831b0291168001036f1be2)) -* fix: cdk backwards compatibility (#1549) (jonathan stewart)([4a0f3b5f](https://github.com/lacework/go-sdk/commit/4a0f3b5f7f75cfac384ae588cee5a11a4732331f)) -* fix: component b64 sigs and info (#1547) (jonathan stewart)([353acb7a](https://github.com/lacework/go-sdk/commit/353acb7aa04c19d423b9d3117f22d5f5dc88c93f)) +* fix: cdk v3 feature flag (#1560) (jonathan stewart)([57876bc7](https://github.com/lacework/go-sdk/commit/57876bc7514bbcbc27f37237dba7b1843762c5f7)) ## Other Changes -* chore: fetch all history for prepare-release (#1556) (Pengyuan Zhao)([91c70ab2](https://github.com/lacework/go-sdk/commit/91c70ab29bca5a28af2a97a86fec29c848dbc982)) -* chore: set checkout ref to main for prepare-release (#1554) (Pengyuan Zhao)([287cd490](https://github.com/lacework/go-sdk/commit/287cd490e6485455fa4bc25f8f0997a61b772672)) -* chore: add GITHUB_TOKEN env to prepare-release.yml (#1552) (Pengyuan Zhao)([a9068c39](https://github.com/lacework/go-sdk/commit/a9068c39fd0c11c65ae0339599023e62e9511267)) -* chore: add workflow names and fix test-build slack alert (#1551) (Pengyuan Zhao)([7e5d8e64](https://github.com/lacework/go-sdk/commit/7e5d8e64ba6bac8268809a9ebc902c51ca5c3ed7)) -* chore: add GITHUB_TOKEN env to release.yml (#1546) (Pengyuan Zhao)([7f011e21](https://github.com/lacework/go-sdk/commit/7f011e21ce117663eb533bb25a52e1310db5c303)) -* ci: fix release trigger workflow (#1545) (jonathan stewart)([802a21dc](https://github.com/lacework/go-sdk/commit/802a21dcba0ee234669e9641349791bde9e21fa0)) -* ci: version bump to v1.45.1-dev (Lacework)([893e48b7](https://github.com/lacework/go-sdk/commit/893e48b74f59a1c4c9550ab362cabf301bdc05ce)) +* ci: version bump to v1.46.1-dev (Lacework)([0956d323](https://github.com/lacework/go-sdk/commit/0956d3236c2b7ca0ff52121133ad2fff8cae0ece)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 4ee7ae349..9592b2f94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.46.1-dev \ No newline at end of file +1.46.1 \ No newline at end of file diff --git a/api/version.go b/api/version.go index c15ac81e7..a48cfb6b2 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240223145059 +// File generated at: 20240223150813 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.46.1-dev" +const Version = "1.46.1"