diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd155829..e67a17d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v1.50.0 + +## Features +* feat: expose raw machine tags for external automation (#1618) (Matt Cadorette)([5e2e2c3c](https://github.com/lacework/go-sdk/commit/5e2e2c3c6247186e46750720f2cf91521d494e29)) +* feat(GROW-2876): support terraform output blocks in lwgenerate (#1609) (Matt Cadorette)([5440c57d](https://github.com/lacework/go-sdk/commit/5440c57d49156c11cbf1b87f9474d3e5b7134f50)) +## Bug Fixes +* fix: use buffered channel for downloadComplete to prevent blocking (#1617) (Matt Cadorette)([7ddbd389](https://github.com/lacework/go-sdk/commit/7ddbd389bc8134a50df4c23c75727aea57232db4)) +* fix: policy severity test correct test criteria (#1614) (Matt Cadorette)([ef808de2](https://github.com/lacework/go-sdk/commit/ef808de2738e75f7d4b4bc9876f69922b67e3809)) +* fix: correct integration tests for gcp (#1612) (Matt Cadorette)([8271a9f4](https://github.com/lacework/go-sdk/commit/8271a9f4ddc56eb623777cb77d93dac289bcbfc8)) +* fix: failing tests due to transient data states (#1608) (Matt Cadorette)([259b911b](https://github.com/lacework/go-sdk/commit/259b911b4d3a94cf73d6240293729d9f63249df7)) +* fix(cli): remove option to create AzureAD intg from CLI (manual) (#1604) (Manan Bhatia)([79711080](https://github.com/lacework/go-sdk/commit/79711080fcd947668c61846cc1ef3f7a1b330ad3)) +* fix(api): correct handling for resourceTags in policy exceptions (#1605) (Matt Cadorette)([fbe45aff](https://github.com/lacework/go-sdk/commit/fbe45aff6f3b84b5e4e738bdac432bdbf726c3af)) +## Other Changes +* ci: version bump to v1.49.1-dev (Lacework)([db33cada](https://github.com/lacework/go-sdk/commit/db33cada5778db7c70eea9f74865ff1b6d70e49c)) +--- # v1.49.0 ## Features diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ba222d3da..439af3a72 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,18 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.49.0`. +Another day, another release. These are the release notes for the version `v1.50.0`. ## Features -* feat: create AzureAD intg from CLI (manual) (#1601) (Manan Bhatia)([0a5ced9e](https://github.com/lacework/go-sdk/commit/0a5ced9e59b74e89ca23c59f2c76d4716a18eb5f)) -* feat(COD-2330): remove the Semgrep install step (#1574) (Jeremy Dubreil)([96d673a7](https://github.com/lacework/go-sdk/commit/96d673a71da2f9794c1454314b0b3b288ed61806)) +* feat: expose raw machine tags for external automation (#1618) (Matt Cadorette)([5e2e2c3c](https://github.com/lacework/go-sdk/commit/5e2e2c3c6247186e46750720f2cf91521d494e29)) +* feat(GROW-2876): support terraform output blocks in lwgenerate (#1609) (Matt Cadorette)([5440c57d](https://github.com/lacework/go-sdk/commit/5440c57d49156c11cbf1b87f9474d3e5b7134f50)) ## Bug Fixes -* fix: idempotent component install update (#1599) (jonathan stewart)([8fe68d3a](https://github.com/lacework/go-sdk/commit/8fe68d3a32e4ad2b76a20508186441367e9a9688)) +* fix: use buffered channel for downloadComplete to prevent blocking (#1617) (Matt Cadorette)([7ddbd389](https://github.com/lacework/go-sdk/commit/7ddbd389bc8134a50df4c23c75727aea57232db4)) +* fix: policy severity test correct test criteria (#1614) (Matt Cadorette)([ef808de2](https://github.com/lacework/go-sdk/commit/ef808de2738e75f7d4b4bc9876f69922b67e3809)) +* fix: correct integration tests for gcp (#1612) (Matt Cadorette)([8271a9f4](https://github.com/lacework/go-sdk/commit/8271a9f4ddc56eb623777cb77d93dac289bcbfc8)) +* fix: failing tests due to transient data states (#1608) (Matt Cadorette)([259b911b](https://github.com/lacework/go-sdk/commit/259b911b4d3a94cf73d6240293729d9f63249df7)) +* fix(cli): remove option to create AzureAD intg from CLI (manual) (#1604) (Manan Bhatia)([79711080](https://github.com/lacework/go-sdk/commit/79711080fcd947668c61846cc1ef3f7a1b330ad3)) +* fix(api): correct handling for resourceTags in policy exceptions (#1605) (Matt Cadorette)([fbe45aff](https://github.com/lacework/go-sdk/commit/fbe45aff6f3b84b5e4e738bdac432bdbf726c3af)) ## Other Changes -* ci: version bump to v1.48.1-dev (Lacework)([5cc9e361](https://github.com/lacework/go-sdk/commit/5cc9e361da0fbdd8aaa92d641a4e3d5898fcf6e9)) +* ci: version bump to v1.49.1-dev (Lacework)([db33cada](https://github.com/lacework/go-sdk/commit/db33cada5778db7c70eea9f74865ff1b6d70e49c)) ## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli) ``` diff --git a/VERSION b/VERSION index 735fd3f6d..ce92a2d3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.49.1-dev \ No newline at end of file +1.50.0 \ No newline at end of file diff --git a/api/version.go b/api/version.go index 0395a753d..668e13752 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240323042425 +// File generated at: 20240429215014 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.49.1-dev" +const Version = "1.50.0"