From c1efef4f9ba3f9512d0124b3a9271ab5b87744c2 Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 8 Aug 2023 13:40:04 +0100 Subject: [PATCH] release: v1.28.0 (#1351) Signed-off-by: Lacework --- CHANGELOG.md | 18 ++++++++++++++++++ RELEASE_NOTES.md | 18 ++++++++++++++---- VERSION | 2 +- api/version.go | 4 ++-- .../lacework_generate_cloud-account_aws.md | 1 + 5 files changed, 36 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f09731e..e5789ed28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v1.28.0 + +## Features +* feat: lwgenerate for aws controltower module (#1327) (Darren)([4c1c21c1](https://github.com/lacework/go-sdk/commit/4c1c21c1be37f1ebb2966f48e2318b2332602dad)) +* feat(api): support new fields in alert_rules api (#1331) (Darren)([c23859c7](https://github.com/lacework/go-sdk/commit/c23859c77317fc2d8941dffde11bf9be20fb3e15)) +* feat(lwgenerate): support complex/nested module attribute values (#1332) (Matt Cadorette)([7cbbb849](https://github.com/lacework/go-sdk/commit/7cbbb84946049bf9ad6c21ad2240d1db6cc6684e)) +## Bug Fixes +* fix(COD-1559): Add some retrying in `updater.go` (#1350) (Edoardo Pirovano)([72d720cd](https://github.com/lacework/go-sdk/commit/72d720cd722efb9b4c6ea9a1ec99e0ced78184b0)) +* fix: alert rules empty arrays (#1347) (jonathan stewart)([2910edf2](https://github.com/lacework/go-sdk/commit/2910edf2568642cddde8ffbcd19f9757e75c8a90)) +* fix: remove HostVulnerability & ContainerVulnerability values (#1334) (Darren)([26c627dc](https://github.com/lacework/go-sdk/commit/26c627dccad19e15d1dd8821ba6eb8dc8dfbf54c)) +## Documentation Updates +* docs: https://pkg.go.dev/github.com/lacework/go-sdk (#1323) (Salim Afiune)([4f753a68](https://github.com/lacework/go-sdk/commit/4f753a680e825749451e950677a00b68cd938147)) +## Other Changes +* style(fmt): fixed imports-check directive (#1349) (Salim Afiune)([b16e7ef5](https://github.com/lacework/go-sdk/commit/b16e7ef5009bab1174a2f1d9b1ae176fa5083b62)) +* style(lql.go): update default LQL query to match policy eng requirements (#1333) (Daniel Thorpe)([77001409](https://github.com/lacework/go-sdk/commit/770014098d11c7bbc63c08b7e42351186b62bbe4)) +* ci: version bump to v1.27.3-dev (Lacework)([2557e79e](https://github.com/lacework/go-sdk/commit/2557e79e91672c5523773cc9db1c0117d6fb9116)) +* test: fix VulnerabilityAssessment test (#1343) (Darren)([182e9ad7](https://github.com/lacework/go-sdk/commit/182e9ad750300772ec4279e18b08d5fc3c73a6c7)) +--- # v1.27.2 ## Bug Fixes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index db613b631..ef7f22638 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,21 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.27.2`. +Another day, another release. These are the release notes for the version `v1.28.0`. +## Features +* feat: lwgenerate for aws controltower module (#1327) (Darren)([4c1c21c1](https://github.com/lacework/go-sdk/commit/4c1c21c1be37f1ebb2966f48e2318b2332602dad)) +* feat(api): support new fields in alert_rules api (#1331) (Darren)([c23859c7](https://github.com/lacework/go-sdk/commit/c23859c77317fc2d8941dffde11bf9be20fb3e15)) +* feat(lwgenerate): support complex/nested module attribute values (#1332) (Matt Cadorette)([7cbbb849](https://github.com/lacework/go-sdk/commit/7cbbb84946049bf9ad6c21ad2240d1db6cc6684e)) ## Bug Fixes -* fix(cli): remove storage info attributes for Azure (#1324) (Pengyuan Zhao)([c25e83ac](https://github.com/lacework/go-sdk/commit/c25e83ac972c4f0c9f17cccd169ba27254f50c48)) +* fix(COD-1559): Add some retrying in `updater.go` (#1350) (Edoardo Pirovano)([72d720cd](https://github.com/lacework/go-sdk/commit/72d720cd722efb9b4c6ea9a1ec99e0ced78184b0)) +* fix: alert rules empty arrays (#1347) (jonathan stewart)([2910edf2](https://github.com/lacework/go-sdk/commit/2910edf2568642cddde8ffbcd19f9757e75c8a90)) +* fix: remove HostVulnerability & ContainerVulnerability values (#1334) (Darren)([26c627dc](https://github.com/lacework/go-sdk/commit/26c627dccad19e15d1dd8821ba6eb8dc8dfbf54c)) +## Documentation Updates +* docs: https://pkg.go.dev/github.com/lacework/go-sdk (#1323) (Salim Afiune)([4f753a68](https://github.com/lacework/go-sdk/commit/4f753a680e825749451e950677a00b68cd938147)) ## Other Changes -* chore(GROW-2289): Update AWS region regex (#1325) (jonathan stewart)([0269d026](https://github.com/lacework/go-sdk/commit/0269d02614dcd9f4194b950fa2377e764f86f463)) -* ci: version bump to v1.27.2-dev (Lacework)([45a0fe15](https://github.com/lacework/go-sdk/commit/45a0fe15c17f304edb41b8bf8729196851b87715)) +* style(fmt): fixed imports-check directive (#1349) (Salim Afiune)([b16e7ef5](https://github.com/lacework/go-sdk/commit/b16e7ef5009bab1174a2f1d9b1ae176fa5083b62)) +* style(lql.go): update default LQL query to match policy eng requirements (#1333) (Daniel Thorpe)([77001409](https://github.com/lacework/go-sdk/commit/770014098d11c7bbc63c08b7e42351186b62bbe4)) +* ci: version bump to v1.27.3-dev (Lacework)([2557e79e](https://github.com/lacework/go-sdk/commit/2557e79e91672c5523773cc9db1c0117d6fb9116)) +* test: fix VulnerabilityAssessment test (#1343) (Darren)([182e9ad7](https://github.com/lacework/go-sdk/commit/182e9ad750300772ec4279e18b08d5fc3c73a6c7)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 6a89f121c..3c71e4721 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.3-dev \ No newline at end of file +1.28.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 08c9b8956..e53ddcf6e 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230713130905 +// File generated at: 20230808122752 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.27.3-dev" +const Version = "1.28.0" diff --git a/cli/docs/lacework_generate_cloud-account_aws.md b/cli/docs/lacework_generate_cloud-account_aws.md index 8ab055eee..f19e23cc3 100644 --- a/cli/docs/lacework_generate_cloud-account_aws.md +++ b/cli/docs/lacework_generate_cloud-account_aws.md @@ -86,4 +86,5 @@ lacework generate cloud-account aws [flags] ### SEE ALSO * [lacework generate cloud-account](lacework_generate_cloud-account.md) - Generate cloud integration IaC +* [lacework generate cloud-account aws controltower](lacework_generate_cloud-account_aws_controltower.md) - Generate and/or execute Terraform code for ControlTower integration