From e7f332c7cfda379def713be7a85c9610f69e87dc Mon Sep 17 00:00:00 2001 From: lacework-releng <73366105+lacework-releng@users.noreply.github.com> Date: Tue, 2 Jan 2024 06:48:08 -0800 Subject: [PATCH] release: v1.43.0 (#1498) Signed-off-by: Lacework --- CHANGELOG.md | 11 +++++++++++ RELEASE_NOTES.md | 18 ++++++------------ VERSION | 2 +- api/version.go | 4 ++-- 4 files changed, 20 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c26caf7..b61807b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v1.43.0 + +## Features +* feat(cdk): expose cache to components (#1441) (Matt Cadorette)([af026bbf](https://github.com/lacework/go-sdk/commit/af026bbff7d214c4ac053dc1c9c521e97d368015)) +## Bug Fixes +* fix: provide guidance after failed terraform execution (#1494) (Matt Cadorette)([752aa5e6](https://github.com/lacework/go-sdk/commit/752aa5e623eb1c5824273296f7d6fcd8a7284ec0)) +## Documentation Updates +* docs(cli): declare --apply and --output on lacework generate (#1493) (Pengyuan Zhao)([4dd94cc3](https://github.com/lacework/go-sdk/commit/4dd94cc30aa85f2a17e705187654338a687daa79)) +## Other Changes +* ci: version bump to v1.42.1-dev (Lacework)([5b898f7d](https://github.com/lacework/go-sdk/commit/5b898f7def386437054d78ed328830f64dfba1d2)) +--- # v1.42.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a12714ea9..0c9c668d3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,20 +1,14 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.42.0`. +Another day, another release. These are the release notes for the version `v1.43.0`. ## Features -* feat(cli): Add time filter to vulnerability host list-cve command (#1481) (kendall-choy-lw)([19a61c8d](https://github.com/lacework/go-sdk/commit/19a61c8d939578e0a1b9809ec7825cad28915bad)) -* feat(cli): show query language in policies when available (#1475) (Kun Chen)([b754b4ee](https://github.com/lacework/go-sdk/commit/b754b4ee59624af7d4b1f33eb44bc148a4d9f3d8)) -* feat(RAIN-91461): support Rego in query validate (#1472) (Kun Chen)([6ed380ec](https://github.com/lacework/go-sdk/commit/6ed380ecb97c4f8771d893e23dcd00e23de406e3)) -* feat(cli): Select query language only on query creation (#1467) (Kun Chen)([89986135](https://github.com/lacework/go-sdk/commit/899861358b76f4ced74c3518d5c0d71016d936da)) +* feat(cdk): expose cache to components (#1441) (Matt Cadorette)([af026bbf](https://github.com/lacework/go-sdk/commit/af026bbff7d214c4ac053dc1c9c521e97d368015)) ## Bug Fixes -* fix: improve error message when token generate fails in cli (#1482) (Matt Cadorette)([8814db38](https://github.com/lacework/go-sdk/commit/8814db38d054650fe9c76f28de83f1ac7e70978b)) -* fix: temporarily install Semgrep to fix SAST (#1485) (Jeremy Dubreil)([38149934](https://github.com/lacework/go-sdk/commit/3814993407121d084834d592dc4596f5092adae0)) -* fix: always set alias "main" for the main profile (#1483) (Pengyuan Zhao)([985c9e04](https://github.com/lacework/go-sdk/commit/985c9e040957acb3f9d84f4fb8035adaeaaa17a1)) +* fix: provide guidance after failed terraform execution (#1494) (Matt Cadorette)([752aa5e6](https://github.com/lacework/go-sdk/commit/752aa5e623eb1c5824273296f7d6fcd8a7284ec0)) +## Documentation Updates +* docs(cli): declare --apply and --output on lacework generate (#1493) (Pengyuan Zhao)([4dd94cc3](https://github.com/lacework/go-sdk/commit/4dd94cc30aa85f2a17e705187654338a687daa79)) ## Other Changes -* chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.56.3 (#1486) (dependabot[bot])([28b3debb](https://github.com/lacework/go-sdk/commit/28b3debbdb29739cafcdc2ce49f45bcd660714f8)) -* ci: fix TestContainerVulnerabilityCommandsEndToEnd (#1484) (Salim Afiune)([0f1e35d4](https://github.com/lacework/go-sdk/commit/0f1e35d4ba62134b0c4582b07ddaea2863b0cb2d)) -* ci: add GitHub workflow for SCA (#1478) (Pengyuan Zhao)([904f51cf](https://github.com/lacework/go-sdk/commit/904f51cfbce4905c418fbb3d9c4a851445b845c0)) -* ci: version bump to v1.41.2-dev (Lacework)([f37368c9](https://github.com/lacework/go-sdk/commit/f37368c96a42f5830e62d9943a982a4fd556eedd)) +* ci: version bump to v1.42.1-dev (Lacework)([5b898f7d](https://github.com/lacework/go-sdk/commit/5b898f7def386437054d78ed328830f64dfba1d2)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index f28536cbd..f2725482b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.42.1-dev \ No newline at end of file +1.43.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 117e31eb4..5068fca7d 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20231213233736 +// File generated at: 20240102142336 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.42.1-dev" +const Version = "1.43.0"