From 2f6a79a17b4103c20c145e05698c05a67161d0b3 Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 25 Jan 2024 14:53:07 +0000 Subject: [PATCH] release: v1.44.3 Signed-off-by: Lacework --- CHANGELOG.md | 11 +++++++++++ RELEASE_NOTES.md | 12 ++++++++---- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1921310..d7185fa35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v1.44.3 + +## Refactor +* refactor: use v2/metrics for cli honeycomb events (#1522) (Darren)([656a1d3b](https://github.com/lacework/go-sdk/commit/656a1d3bfcef26ce949af5dab7cbf37bdf800dec)) +## Bug Fixes +* fix: do not log errors if version check fails (#1523) (Linpeng Zhang)([6d750bc9](https://github.com/lacework/go-sdk/commit/6d750bc98e87522fa687a4f358fd655f1d2e12f2)) +## Other Changes +* chore: update user flow and validation for using existing CloudTrail (#1521) (Pengyuan Zhao)([79f36d1e](https://github.com/lacework/go-sdk/commit/79f36d1e56139cb3de1f18b62323ce7458efaa98)) +* chore: add 'LW_TELEMETRY_DISABLE' env var for metrics service (#1518) (Darren)([ded4e391](https://github.com/lacework/go-sdk/commit/ded4e391f863713ccffe93bf483e41d72c963fa1)) +* ci: version bump to v1.44.3-dev (Lacework)([a2b312d7](https://github.com/lacework/go-sdk/commit/a2b312d7cf3d16c9e595c9b95b8cf33149537beb)) +--- # v1.44.2 ## Other Changes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 797ad7684..6426ad068 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,10 +1,14 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.44.2`. +Another day, another release. These are the release notes for the version `v1.44.3`. +## Refactor +* refactor: use v2/metrics for cli honeycomb events (#1522) (Darren)([656a1d3b](https://github.com/lacework/go-sdk/commit/656a1d3bfcef26ce949af5dab7cbf37bdf800dec)) +## Bug Fixes +* fix: do not log errors if version check fails (#1523) (Linpeng Zhang)([6d750bc9](https://github.com/lacework/go-sdk/commit/6d750bc98e87522fa687a4f358fd655f1d2e12f2)) ## Other Changes -* chore: GKE alias and make required providers optional (#1516) (Pengyuan Zhao)([9ba45aa6](https://github.com/lacework/go-sdk/commit/9ba45aa6415b7021e13553754238e512c3ade936)) -* chore: set account details for honeycomb metrics (#1515) (Darren)([dd520fbf](https://github.com/lacework/go-sdk/commit/dd520fbf8227028dea0eb8c52aeaa6eb2bb28c18)) -* ci: version bump to v1.44.2-dev (#1514) (Salim Afiune)([3ac46ed0](https://github.com/lacework/go-sdk/commit/3ac46ed023720c75e96905c7185063742534a9f6)) +* chore: update user flow and validation for using existing CloudTrail (#1521) (Pengyuan Zhao)([79f36d1e](https://github.com/lacework/go-sdk/commit/79f36d1e56139cb3de1f18b62323ce7458efaa98)) +* chore: add 'LW_TELEMETRY_DISABLE' env var for metrics service (#1518) (Darren)([ded4e391](https://github.com/lacework/go-sdk/commit/ded4e391f863713ccffe93bf483e41d72c963fa1)) +* ci: version bump to v1.44.3-dev (Lacework)([a2b312d7](https://github.com/lacework/go-sdk/commit/a2b312d7cf3d16c9e595c9b95b8cf33149537beb)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index b635d45f5..38ff16a30 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.44.3-dev \ No newline at end of file +1.44.3 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 99acd5a83..d044444ce 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240118160224 +// File generated at: 20240125145300 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.44.3-dev" +const Version = "1.44.3"