From 96482058dd2530f796c879b9f9e2d2989b12e59e Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:29:56 -0800 Subject: [PATCH] release: v1.44.1 (#1511) Signed-off-by: Lacework --- CHANGELOG.md | 9 +++++++++ RELEASE_NOTES.md | 14 ++++++-------- VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4177c21..2694a6a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.44.1 + +## 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)) +--- # v1.44.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ad4e3d135..53a7d3ca7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,14 +1,12 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.44.0`. +Another day, another release. These are the release notes for the version `v1.44.1`. -## Features -* feat: add Agentless support in generate command (#1500) (Pengyuan Zhao)([45431188](https://github.com/lacework/go-sdk/commit/454311889b29796ee6f98b5aa1c0d3b78f1f479b)) -## Refactor -* refactor: dev honeycomb events to use lacework api (#1501) (Darren)([7288cde9](https://github.com/lacework/go-sdk/commit/7288cde91f5971402e5044c1eeb93115acec1154)) +## Bug Fixes +* fix: correct gcp generate audit-log flag (#1510) (Matt Cadorette)([6323370c](https://github.com/lacework/go-sdk/commit/6323370c45e7667d3e77e0ffd83770b6ac61bee1)) ## Other Changes -* chore(lwgenerate): enable eks provider configuration (#1499) (Matt Cadorette)([d854288e](https://github.com/lacework/go-sdk/commit/d854288e58ae8adeffe809f5499bcdd684f815c8)) -* ci: fix policy_exceptions_test.go (#1506) (Pengyuan Zhao)([dbc2149e](https://github.com/lacework/go-sdk/commit/dbc2149e67f448b0be5a7e87d7a9c90aaaab29f4)) -* ci: version bump to v1.43.1-dev (Lacework)([39de61e2](https://github.com/lacework/go-sdk/commit/39de61e219c8546994ee3ab7c057603faf42343c)) +* 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)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index bd42ee30c..3a406ebcf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.44.1-dev \ No newline at end of file +1.44.1 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 21fb6c655..81292d7c9 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240110191329 +// File generated at: 20240111211348 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.44.1-dev" +const Version = "1.44.1"