From 16ec8f40aa6e88290b7b7614fe0c47f81a2cfef5 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Thu, 18 Jan 2024 07:37:22 -0800 Subject: [PATCH] release: v1.44.2 (#1517) Signed-off-by: Lacework --- CHANGELOG.md | 7 +++++++ RELEASE_NOTES.md | 10 ++++------ VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2694a6a05..8b1921310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.44.2 + +## 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)) +--- # v1.44.1 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 53a7d3ca7..797ad7684 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,10 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.44.1`. +Another day, another release. These are the release notes for the version `v1.44.2`. -## Bug Fixes -* fix: correct gcp generate audit-log flag (#1510) (Matt Cadorette)([6323370c](https://github.com/lacework/go-sdk/commit/6323370c45e7667d3e77e0ffd83770b6ac61bee1)) ## Other Changes -* chore(deps): bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0 (#1503) (dependabot[bot])([6e2ac685](https://github.com/lacework/go-sdk/commit/6e2ac685ce74d5f8768a5b86c2e2c585369c976f)) -* chore(deps): bump github.com/go-git/go-git/v5 from 5.5.2 to 5.11.0 (#1497) (dependabot[bot])([17312f51](https://github.com/lacework/go-sdk/commit/17312f518bf113578cc7a5f5eda73441d8919184)) -* ci: version bump to v1.44.1-dev (Lacework)([91a3373b](https://github.com/lacework/go-sdk/commit/91a3373bf9dc229af479fa2f10a1d987edfe3e83)) +* 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)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 112944ffc..3b76afcac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.44.2-dev +1.44.2 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 8277ce8f2..098655b5a 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240114190504 +// File generated at: 20240117203626 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.44.2-dev" +const Version = "1.44.2"